diff options
author | kwm <kwm@FreeBSD.org> | 2014-10-15 02:42:16 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-10-15 02:42:16 +0800 |
commit | 196fb675e6dd1b94f833ef986aaca56d0b929eb0 (patch) | |
tree | 2f6af54e7de3955a28f52e806dd521aa5dee92bc /games/opengfx | |
parent | 3235ebca33675677e17f9b94343d56dbabbb44ef (diff) | |
download | freebsd-ports-gnome-196fb675e6dd1b94f833ef986aaca56d0b929eb0.tar.gz freebsd-ports-gnome-196fb675e6dd1b94f833ef986aaca56d0b929eb0.tar.zst freebsd-ports-gnome-196fb675e6dd1b94f833ef986aaca56d0b929eb0.zip |
Update to 0.5.0.
Approved by: maintainer
Diffstat (limited to 'games/opengfx')
-rw-r--r-- | games/opengfx/Makefile | 6 | ||||
-rw-r--r-- | games/opengfx/distinfo | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games/opengfx/Makefile b/games/opengfx/Makefile index e214bd85d2e3..0babdc57b931 100644 --- a/games/opengfx/Makefile +++ b/games/opengfx/Makefile @@ -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}/* \ diff --git a/games/opengfx/distinfo b/games/opengfx/distinfo index c7efaaa65a3d..a2793bf45333 100644 --- a/games/opengfx/distinfo +++ b/games/opengfx/distinfo @@ -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 |