View | Details | Raw Unified | Return to bug 226340
Collapse All | Expand All

(-)Makefile (-2 / +5 lines)
Lines 2-13 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	freedoom
4
PORTNAME=	freedoom
5
PORTVERSION=	0.10.1
5
PORTVERSION=	0.11.3
6
CATEGORIES=	games
6
CATEGORIES=	games
7
MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/
7
MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/
8
PKGNAMEPREFIX=	${DMPKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${DMPKGNAMEPREFIX}
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	pkubaj@anongoth.pl
11
COMMENT=	Complete Doom-based game IWAD that is Free Software
11
COMMENT=	Complete Doom-based game IWAD that is Free Software
12
12
13
USES=		zip
13
USES=		zip
Lines 14-19 Link Here
14
NO_BUILD=	yes
14
NO_BUILD=	yes
15
NO_ARCH=	yes
15
NO_ARCH=	yes
16
16
17
LICENSE=	MIT
18
LICENSE_FILE=	${WRKSRC}/COPYING.txt
19
17
DATADIR=	${DMDIR}/${PORTNAME}
20
DATADIR=	${DMDIR}/${PORTNAME}
18
21
19
PLIST_FILES=	%%DATADIR%%/freedoom1.wad \
22
PLIST_FILES=	%%DATADIR%%/freedoom1.wad \
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1486419824
1
TIMESTAMP = 1519940994
2
SHA256 (freedoom-0.10.1.zip) = 7d20c4b458b6966a58f8f1d9d67db67999364a66e67616e2c320d01b396338da
2
SHA256 (freedoom-0.11.3.zip) = 28a5eafbb1285b78937bd408fcdd8f25f915432340eee79da692eae83bce5e8a
3
SIZE (freedoom-0.10.1.zip) = 18496121
3
SIZE (freedoom-0.11.3.zip) = 18889307

Return to bug 226340