diff options
author | Michael Landin <mich@FreeBSD.org> | 2003-06-03 14:49:15 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2003-06-03 14:49:15 +0000 |
commit | b4905bd3a9ec3addb3cb265bddc08845626e915c (patch) | |
tree | c9350d2f57d277e97a9bff6c1da4cc0189be3175 /games/nibbles | |
parent | 33ce7d5d8f75710eac562801d2609d313fea02a0 (diff) | |
download | ports-b4905bd3a9ec3addb3cb265bddc08845626e915c.tar.gz ports-b4905bd3a9ec3addb3cb265bddc08845626e915c.zip |
Update to latest release.
Fixed "delayed response time" bug.
Approved by: roberto(mentor)
Notes
Notes:
svn path=/head/; revision=82196
Diffstat (limited to 'games/nibbles')
-rw-r--r-- | games/nibbles/Makefile | 5 | ||||
-rw-r--r-- | games/nibbles/distinfo | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/games/nibbles/Makefile b/games/nibbles/Makefile index 9bfca0848104..53ff3f857799 100644 --- a/games/nibbles/Makefile +++ b/games/nibbles/Makefile @@ -7,10 +7,9 @@ # PORTNAME= nibbles -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= games -MASTER_SITES= http://freebsdcluster.org/~mich/software/ -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://download.nmee.net/nibbles/ MAINTAINER= mich@FreeBSD.org COMMENT= Nibbles is a simple ncurses-based console game diff --git a/games/nibbles/distinfo b/games/nibbles/distinfo index 989ecd8ceb64..ea037fec8ba8 100644 --- a/games/nibbles/distinfo +++ b/games/nibbles/distinfo @@ -1 +1 @@ -MD5 (nibbles-1.1.tar.gz) = 6d9b93bba5816d8fa580dd50481ec0da +MD5 (nibbles-1.2.tar.gz) = 142c66ad7d2c5283ff048c044d1d1b67 |