Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 2020 20:46:21 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530407 - head/games/opengfx
Message-ID:  <202004022046.032KkLsd067526@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Thu Apr  2 20:46:21 2020
New Revision: 530407
URL: https://svnweb.freebsd.org/changeset/ports/530407

Log:
  games/opengfx:
  - Update to 0.6.0
  
  PR:		245256
  Sumbitted by:	Nuno Teixeira
  Approved by:	maintainer

Modified:
  head/games/opengfx/Makefile
  head/games/opengfx/distinfo

Modified: head/games/opengfx/Makefile
==============================================================================
--- head/games/opengfx/Makefile	Thu Apr  2 20:40:33 2020	(r530406)
+++ head/games/opengfx/Makefile	Thu Apr  2 20:46:21 2020	(r530407)
@@ -2,10 +2,10 @@
 # $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
@@ -17,14 +17,14 @@ 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 <bsd.port.mk>

Modified: head/games/opengfx/distinfo
==============================================================================
--- head/games/opengfx/distinfo	Thu Apr  2 20:40:33 2020	(r530406)
+++ head/games/opengfx/distinfo	Thu Apr  2 20:46:21 2020	(r530407)
@@ -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



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