svn commit: r426057 - head/games/endgame-singularity
Matthew Seaman
matthew at FreeBSD.org
Sun Nov 13 15:18:17 UTC 2016
Author: matthew
Date: Sun Nov 13 15:18:15 2016
New Revision: 426057
URL: https://svnweb.freebsd.org/changeset/ports/426057
Log:
unbreak by switching to GitHub as master site.
Add license
Chagne maintainer to submitter
PR: 214443
Submitted by: lifanov at mail.lifanov.com
Approved by: mokhi64 at gmail.com (maintainer)
Modified:
head/games/endgame-singularity/Makefile
head/games/endgame-singularity/distinfo
Modified: head/games/endgame-singularity/Makefile
==============================================================================
--- head/games/endgame-singularity/Makefile Sun Nov 13 15:16:21 2016 (r426056)
+++ head/games/endgame-singularity/Makefile Sun Nov 13 15:18:15 2016 (r426057)
@@ -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 at gmail.com
+MAINTAINER= lifanov at 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
Modified: head/games/endgame-singularity/distinfo
==============================================================================
--- head/games/endgame-singularity/distinfo Sun Nov 13 15:16:21 2016 (r426056)
+++ head/games/endgame-singularity/distinfo Sun Nov 13 15:18:15 2016 (r426057)
@@ -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
More information about the svn-ports-all
mailing list