switch to GH_* so portroach can pick up new versions (though currently we're

limited to what versions work with the outdated solarus engine)
This commit is contained in:
jasper 2015-09-20 14:19:29 +00:00
parent a467676fdb
commit c39003b7af
2 changed files with 18 additions and 16 deletions

View File

@ -1,9 +1,14 @@
# $OpenBSD: Makefile,v 1.6 2015/09/20 06:50:48 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.7 2015/09/20 14:19:29 jasper Exp $
PORTROACH= limit:^1\.7
PORTROACH_COMMENT=newer versions require an updated solarus engine
V = 1.7.1
COMMENT = fan made Zelda game for Solarus engine
DISTNAME = zsdx-${V}
REVISION = 1
GH_ACCOUNT= christopho
GH_PROJECT= zsdx
GH_TAGNAME= ${GH_PROJECT}-1.7.1
DISTNAME= ${GH_TAGNAME}
HOMEPAGE = http://www.solarus-games.org/games/zelda-mystery-of-solarus-dx/
@ -11,14 +16,10 @@ HOMEPAGE = http://www.solarus-games.org/games/zelda-mystery-of-solarus-dx/
PERMIT_PACKAGE_CDROM = contains copyrighted artwork
PERMIT_PACKAGE_FTP = Yes
MASTER_SITES = https://github.com/christopho/zsdx/archive/
MODULES = devel/cmake
BUILD_DEPENDS = archivers/zip
RUN_DEPENDS = games/solarus/solarus
WRKDIST = ${WRKDIR}/zsdx-zsdx-${V}
.include <bsd.port.mk>

View File

@ -1,9 +1,14 @@
# $OpenBSD: Makefile,v 1.6 2015/09/20 06:50:48 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.7 2015/09/20 14:19:29 jasper Exp $
PORTROACH= limit:^1\.7
PORTROACH_COMMENT=newer versions require an updated solarus engine
V = 1.7.1
COMMENT = fan made parody Zelda game for Solarus engine
DISTNAME = zsxd-${V}
REVISION = 1
GH_ACCOUNT= christopho
GH_PROJECT= zsxd
GH_TAGNAME= ${GH_PROJECT}-1.7.1
DISTNAME= ${GH_TAGNAME}
HOMEPAGE = http://www.solarus-games.org/games/zelda-mystery-of-solarus-xd/
@ -11,14 +16,10 @@ HOMEPAGE = http://www.solarus-games.org/games/zelda-mystery-of-solarus-xd/
PERMIT_PACKAGE_CDROM = contains copyrighted artwork
PERMIT_PACKAGE_FTP = Yes
MASTER_SITES = https://github.com/christopho/zsxd/archive/
MODULES = devel/cmake
BUILD_DEPENDS = archivers/zip
RUN_DEPENDS = games/solarus/solarus
WRKDIST = ${WRKDIR}/zsxd-zsxd-${V}
.include <bsd.port.mk>