svn commit: r370879 - head/games/opengfx

Koop Mast kwm at FreeBSD.org
Tue Oct 14 18:42:18 UTC 2014


Author: kwm
Date: Tue Oct 14 18:42:16 2014
New Revision: 370879
URL: https://svnweb.freebsd.org/changeset/ports/370879
QAT: https://qat.redports.org/buildarchive/r370879/

Log:
  Update to 0.5.0.
  
  Approved by:	maintainer

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

Modified: head/games/opengfx/Makefile
==============================================================================
--- head/games/opengfx/Makefile	Tue Oct 14 18:41:02 2014	(r370878)
+++ head/games/opengfx/Makefile	Tue Oct 14 18:42:16 2014	(r370879)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	opengfx
-PORTVERSION=	0.4.7
+PORTVERSION=	0.5.0
 CATEGORIES=	games
 MASTER_SITES=	http://hu.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \
 		http://us.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \
@@ -18,6 +18,10 @@ USES=		zip
 NO_BUILD=	yes
 LATEST_LINK=	openttd-${PORTNAME}
 
+# 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}/* \

Modified: head/games/opengfx/distinfo
==============================================================================
--- head/games/opengfx/distinfo	Tue Oct 14 18:41:02 2014	(r370878)
+++ head/games/opengfx/distinfo	Tue Oct 14 18:42:16 2014	(r370879)
@@ -1,2 +1,2 @@
-SHA256 (opengfx-0.4.7-all.zip) = 10032c683f98b4d378c0651118a4858ae6d3f0a5059302dc3f96bfbfcdc67241
-SIZE (opengfx-0.4.7-all.zip) = 3471843
+SHA256 (opengfx-0.5.0-all.zip) = 440cd0ad40f17c180bf1a339fad5a06c9cdc0a4e680dd1f8d5e4aa720d4b531a
+SIZE (opengfx-0.5.0-all.zip) = 3468612


More information about the svn-ports-all mailing list