diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-29 12:49:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-29 12:49:38 +0000 |
commit | 6cde4f20bcb81dc99aa15d6eae89639c2dd3f097 (patch) | |
tree | cba6a6e5d215d37aab29f48b0a26a344ef2ec6b8 /games/randomshooter | |
parent | 98b6cef6dd02e6f084596e47bac9ed433fbb7771 (diff) | |
download | ports-6cde4f20bcb81dc99aa15d6eae89639c2dd3f097.tar.gz ports-6cde4f20bcb81dc99aa15d6eae89639c2dd3f097.zip |
Notes
Diffstat (limited to 'games/randomshooter')
-rw-r--r-- | games/randomshooter/Makefile | 2 | ||||
-rw-r--r-- | games/randomshooter/distinfo | 6 | ||||
-rw-r--r-- | games/randomshooter/files/patch-makefile | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/games/randomshooter/Makefile b/games/randomshooter/Makefile index a0d09b55180d..49bcd4c22eca 100644 --- a/games/randomshooter/Makefile +++ b/games/randomshooter/Makefile @@ -6,7 +6,7 @@ # PORTNAME= randomshooter -DISTVERSION= 0.3-1 +DISTVERSION= 0.4-1 CATEGORIES= games # original url: http://parallelrealities.co.uk/download.php?proj=randomShooter&file=${DISTNAME}&type=zip MASTER_SITES= http://www.amdmi3.ru/distfiles/ diff --git a/games/randomshooter/distinfo b/games/randomshooter/distinfo index 191cb6707789..e259f0ac24c6 100644 --- a/games/randomshooter/distinfo +++ b/games/randomshooter/distinfo @@ -1,3 +1,3 @@ -MD5 (randomshooter-0.3-1.tar.gz) = 8204901f92a9f78f17da80949e592741 -SHA256 (randomshooter-0.3-1.tar.gz) = c97eb6792b4c59036cfc440dac05c2b16ab55bdc4002a3d06409fe32e905411c -SIZE (randomshooter-0.3-1.tar.gz) = 364623 +MD5 (randomshooter-0.4-1.tar.gz) = 6f788553091a4b1ae450f273b793153c +SHA256 (randomshooter-0.4-1.tar.gz) = 6543aa77d46e3d802f0890586537b02703f313f19cfdc50f76a8b21039d33f48 +SIZE (randomshooter-0.4-1.tar.gz) = 365370 diff --git a/games/randomshooter/files/patch-makefile b/games/randomshooter/files/patch-makefile index ab8c8e6cb70f..9fde09afbab5 100644 --- a/games/randomshooter/files/patch-makefile +++ b/games/randomshooter/files/patch-makefile @@ -1,9 +1,9 @@ ---- makefile.orig 2008-03-02 14:32:18.000000000 +0300 -+++ makefile 2008-03-18 23:20:03.000000000 +0300 +--- makefile.orig 2008-03-29 01:53:41.000000000 +0300 ++++ makefile 2008-04-29 00:19:06.000000000 +0400 @@ -1,22 +1,20 @@ -RELEASE = 0 +RELEASE = 1 - VERSION = 0.2 + VERSION = 0.4 -BINDIR = /usr/games -DATADIR = /usr/share/games/randomshooter/ |