aboutsummaryrefslogtreecommitdiff
path: root/games/craft
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup some abusive use of GH_TAGNAME.Mathieu Arnold2015-08-042-3/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=393516
* Update ports in the games category to not use GH_COMMIT.Mathieu Arnold2015-05-062-4/+2
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385523
* Update USE_GITHUB so it does not require GH_COMMIT.Bryan Drewery2015-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr Notes: svn path=/head/; revision=381618
* - Drop @dirrm* from plistsDmitry Marakasov2015-01-161-3/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=377189
* - Use GH_COMMITAntoine Brodin2014-12-201-3/+2
| | | | | | | - Convert to USES=python Notes: svn path=/head/; revision=375024
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Add new port: games/craftDanilo Egea Gondolfo2014-03-254-0/+75
Craft is a Minecraft clone. Just a few thousand lines of C using modern OpenGL (shaders). Online multiplayer support is included using a Python-based server. Notes: svn path=/head/; revision=349148