View | Details | Raw Unified | Return to bug 214443 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-5 / +6 lines)
Lines 3-27 Link Here
3
3
4
PORTNAME=	singularity
4
PORTNAME=	singularity
5
PORTVERSION=	0.30c
5
PORTVERSION=	0.30c
6
PORTREVISION=	4
6
DISTVERSIONPREFIX=	v
7
PORTREVISION=	5
7
CATEGORIES=	games
8
CATEGORIES=	games
8
MASTER_SITES=	GOOGLE_CODE
9
PKGNAMEPREFIX=	endgame-
9
PKGNAMEPREFIX=	endgame-
10
EXTRACT_SUFX=	-src.tar.gz
11
10
12
MAINTAINER=	mokhi64@gmail.com
11
MAINTAINER=	mokhi64@gmail.com
13
COMMENT=	Simulates the life of a true AI
12
COMMENT=	Simulates the life of a true AI
14
13
15
BROKEN=		Unfetchable (google code has gone away)
14
LICENSE=	GPLv2
15
LICENSE_FILE=	${WRKSRC}/GPL.txt
16
16
17
RUN_DEPENDS=	py*-game>=1.8:devel/py-game \
17
RUN_DEPENDS=	py*-game>=1.8:devel/py-game \
18
		${PYNUMPY}
18
		${PYNUMPY}
19
19
20
USE_GITHUB=	yes
21
20
USES=		python
22
USES=		python
21
USE_PYTHON=	autoplist distutils
23
USE_PYTHON=	autoplist distutils
22
USE_SDL=	image mixer
24
USE_SDL=	image mixer
23
PORTDOCS=	AUTHORS Changelog README.txt TODO
25
PORTDOCS=	AUTHORS Changelog README.txt TODO
24
PROJECTHOST=	${PKGNAMEPREFIX}${PORTNAME}
25
NO_ARCH=	yes
26
NO_ARCH=	yes
26
27
27
OPTIONS_DEFINE=	MUSIC DOCS
28
OPTIONS_DEFINE=	MUSIC DOCS
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (singularity-0.30c-src.tar.gz) = f4759fc059ef136c2d4d9668a021b14922dd7300ab5f37ed318ad6778c83f28f
1
TIMESTAMP = 1478957325
2
SIZE (singularity-0.30c-src.tar.gz) = 2265133
2
SHA256 (singularity-singularity-v0.30c_GH0.tar.gz) = 9658249e10cc0f360a048a6838178faf152a3883386abea6b05ccb72d497d8f1
3
SIZE (singularity-singularity-v0.30c_GH0.tar.gz) = 2149627

Return to bug 214443