Index: head/games/opengfx/Makefile =================================================================== --- head/games/opengfx/Makefile (revision 530406) +++ head/games/opengfx/Makefile (revision 530407) @@ -1,30 +1,30 @@ # Created by: Ilya A. Arkhipov # $FreeBSD$ PORTNAME= opengfx -PORTVERSION= 0.5.5 +PORTVERSION= 0.6.0 CATEGORIES= games -MASTER_SITES= http://bundles.openttdcoop.org/${PORTNAME}/releases/${PORTVERSION}/ \ - http://m1cro.me/ports/distfiles/${PORTNAME}/releases/${PORTVERSION}/ +MASTER_SITES= https://cdn.openttd.org/${PORTNAME}-releases/${PORTVERSION}/ +DISTFILES= ${PORTNAME}-${PORTVERSION}-all.zip MAINTAINER= rum1cro@yandex.ru COMMENT= Free alternative graphics for OpenTTD game engine LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/license.txt USES= zip NO_BUILD= yes NO_ARCH= yes +DATADIR= ${PREFIX}/share/openttd/baseset/opengfx # upstream zipped a tar file, unpack it. post-extract: @cd ${WRKDIR} && tar -xf ${PORTNAME}-${PORTVERSION}.tar do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/opengfx - ${INSTALL_DATA} ${WRKDIR}/opengfx-${PORTVERSION}/* \ - ${STAGEDIR}${PREFIX}/share/openttd/baseset/opengfx + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${DATADIR} .include Index: head/games/opengfx/distinfo =================================================================== --- head/games/opengfx/distinfo (revision 530406) +++ head/games/opengfx/distinfo (revision 530407) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554736366 -SHA256 (opengfx-0.5.5.zip) = c648d56c41641f04e48873d83f13f089135909cc55342a91ed27c5c1683f0dfe -SIZE (opengfx-0.5.5.zip) = 3548368 +TIMESTAMP = 1585775685 +SHA256 (opengfx-0.6.0-all.zip) = d419c0f5f22131de15f66ebefde464df3b34eb10e0645fe218c59cbc26c20774 +SIZE (opengfx-0.6.0-all.zip) = 3551230