Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Nov 2016 15:18:15 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426057 - head/games/endgame-singularity
Message-ID:  <201611131518.uADFIFjW058109@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@mail.lifanov.com
  Approved by:	mokhi64@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@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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611131518.uADFIFjW058109>