diff options
author | matthew <matthew@FreeBSD.org> | 2016-11-13 23:18:15 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2016-11-13 23:18:15 +0800 |
commit | b64ae58b08e8b669a923c71f91fe5c8e1da822b6 (patch) | |
tree | c3dc33039ae424beb86d90fad5df2a118b7e896d /games | |
parent | 5a07fd9cbdb0a7ed0457282c0839d6575cce72e2 (diff) | |
download | freebsd-ports-gnome-b64ae58b08e8b669a923c71f91fe5c8e1da822b6.tar.gz freebsd-ports-gnome-b64ae58b08e8b669a923c71f91fe5c8e1da822b6.tar.zst freebsd-ports-gnome-b64ae58b08e8b669a923c71f91fe5c8e1da822b6.zip |
unbreak by switching to GitHub as master site.
Add license
Chagne maintainer to submitter
PR: 214443
Submitted by: lifanov@mail.lifanov.com
Approved by: mokhi64@gmail.com (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/endgame-singularity/Makefile | 13 | ||||
-rw-r--r-- | games/endgame-singularity/distinfo | 5 |
2 files changed, 10 insertions, 8 deletions
diff --git a/games/endgame-singularity/Makefile b/games/endgame-singularity/Makefile index 2285ac971c22..9e1637913d2a 100644 --- a/games/endgame-singularity/Makefile +++ b/games/endgame-singularity/Makefile @@ -3,25 +3,26 @@ PORTNAME= singularity PORTVERSION= 0.30c -PORTREVISION= 4 +DISTVERSIONPREFIX= v +PORTREVISION= 5 CATEGORIES= games -MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= endgame- -EXTRACT_SUFX= -src.tar.gz -MAINTAINER= mokhi64@gmail.com +MAINTAINER= lifanov@mail.lifanov.com COMMENT= Simulates the life of a true AI -BROKEN= Unfetchable (google code has gone away) +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/GPL.txt RUN_DEPENDS= py*-game>=1.8:devel/py-game \ ${PYNUMPY} +USE_GITHUB= yes + USES= python USE_PYTHON= autoplist distutils USE_SDL= image mixer PORTDOCS= AUTHORS Changelog README.txt TODO -PROJECTHOST= ${PKGNAMEPREFIX}${PORTNAME} NO_ARCH= yes OPTIONS_DEFINE= MUSIC DOCS diff --git a/games/endgame-singularity/distinfo b/games/endgame-singularity/distinfo index f12fef3771de..bf53c87b4b83 100644 --- a/games/endgame-singularity/distinfo +++ b/games/endgame-singularity/distinfo @@ -1,2 +1,3 @@ -SHA256 (singularity-0.30c-src.tar.gz) = f4759fc059ef136c2d4d9668a021b14922dd7300ab5f37ed318ad6778c83f28f -SIZE (singularity-0.30c-src.tar.gz) = 2265133 +TIMESTAMP = 1478957325 +SHA256 (singularity-singularity-v0.30c_GH0.tar.gz) = 9658249e10cc0f360a048a6838178faf152a3883386abea6b05ccb72d497d8f1 +SIZE (singularity-singularity-v0.30c_GH0.tar.gz) = 2149627 |