diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2011-10-05 04:37:49 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2011-10-05 04:37:49 +0800 |
commit | 820dceb3e311ca528a1501346a368e53eea926c0 (patch) | |
tree | fd60b31ddc13505cb9c541f20dc88e57edd26984 /games/gunfudeadlands | |
parent | d4da07972dde70babad2783ea8bff5ae639e74b8 (diff) | |
download | freebsd-ports-gnome-820dceb3e311ca528a1501346a368e53eea926c0.tar.gz freebsd-ports-gnome-820dceb3e311ca528a1501346a368e53eea926c0.tar.zst freebsd-ports-gnome-820dceb3e311ca528a1501346a368e53eea926c0.zip |
- Update to 1.01
Diffstat (limited to 'games/gunfudeadlands')
-rw-r--r-- | games/gunfudeadlands/Makefile | 5 | ||||
-rw-r--r-- | games/gunfudeadlands/distinfo | 4 | ||||
-rw-r--r-- | games/gunfudeadlands/files/gunfudeadlands.in | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/games/gunfudeadlands/Makefile b/games/gunfudeadlands/Makefile index 9fb79070cd64..01fdfccd6e8d 100644 --- a/games/gunfudeadlands/Makefile +++ b/games/gunfudeadlands/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gunfudeadlands -PORTVERSION= 1.00 -PORTREVISION= 3 +PORTVERSION= 1.01 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/GunFu%20Deadlands%20${PORTVERSION}/ DISTNAME= GunFuDeadlands_${PORTVERSION:C/\.//}_src @@ -15,7 +14,7 @@ DISTNAME= GunFuDeadlands_${PORTVERSION:C/\.//}_src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Far West themed 2D shooter featuring bullet time -RUN_DEPENDS= love5:${PORTSDIR}/devel/love5 +RUN_DEPENDS= love:${PORTSDIR}/devel/love USE_ZIP= yes NO_BUILD= yes diff --git a/games/gunfudeadlands/distinfo b/games/gunfudeadlands/distinfo index 16f666d2d3b7..c07445ebfa40 100644 --- a/games/gunfudeadlands/distinfo +++ b/games/gunfudeadlands/distinfo @@ -1,2 +1,2 @@ -SHA256 (GunFuDeadlands_100_src.zip) = f59feef34ac7deb6e0d3be600df8a44e17c305dcf9199531dc8b094b48a02911 -SIZE (GunFuDeadlands_100_src.zip) = 6189772 +SHA256 (GunFuDeadlands_101_src.zip) = 2c6c72e8b9e3f3b64915141fc33a43fb83ac20ff4bfce8cc43b8d74822269514 +SIZE (GunFuDeadlands_101_src.zip) = 5208582 diff --git a/games/gunfudeadlands/files/gunfudeadlands.in b/games/gunfudeadlands/files/gunfudeadlands.in index 5e75d78685bd..ac5779fc047a 100644 --- a/games/gunfudeadlands/files/gunfudeadlands.in +++ b/games/gunfudeadlands/files/gunfudeadlands.in @@ -1,3 +1,3 @@ #!/bin/sh -exec %%LOCALBASE%%/bin/love5 %%DATADIR%%/GunFuDeadlands.zip "$@" +exec %%LOCALBASE%%/bin/love %%DATADIR%%/GunFuDeadlands.zip "$@" |