diff options
author | glewis <glewis@FreeBSD.org> | 2003-03-25 15:22:31 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-03-25 15:22:31 +0800 |
commit | 8cd3c3faaa95af72d43f5db84b4ef9a4a90dd80e (patch) | |
tree | 710bb3bea8d55b1eaa6342cd1b5707607df42fdd /games | |
parent | eaccaf05eb647dd9f6dd1d67b7035663ff9d6eca (diff) | |
download | freebsd-ports-gnome-8cd3c3faaa95af72d43f5db84b4ef9a4a90dd80e.tar.gz freebsd-ports-gnome-8cd3c3faaa95af72d43f5db84b4ef9a4a90dd80e.tar.zst freebsd-ports-gnome-8cd3c3faaa95af72d43f5db84b4ef9a4a90dd80e.zip |
. Distribution files have been moved to the Nethack Source Forge site.
Track them there. Interestingly the name of the distribution has
changed but the MD5 sum hasn't.
Pointed out by: distfile survey
Diffstat (limited to 'games')
-rw-r--r-- | games/nethack32/Makefile | 10 | ||||
-rw-r--r-- | games/nethack32/distinfo | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/games/nethack32/Makefile b/games/nethack32/Makefile index 384c1e15477c..d53b2dfdc4d4 100644 --- a/games/nethack32/Makefile +++ b/games/nethack32/Makefile @@ -8,11 +8,13 @@ PORTNAME= nethack PORTVERSION= 3.2.3 CATEGORIES= games -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh322/src/ \ - ftp://ftp.wtower.com/nethack/sources/ -DISTNAME= nethack-3.2.2 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= nethack-322 +EXTRACT_SUFX= .tgz -PATCH_SITES= ftp://ftp.nethack.org/pub/nethack/nh323/src/ +PATCH_SITES= ${MASTER_SITE_SOURCEFORGE} +PATCH_SITE_SUBDIR= ${PORTNAME} PATCHFILES= nh-3.2.2-3.2.3.diff MAINTAINER= glewis@FreeBSD.org diff --git a/games/nethack32/distinfo b/games/nethack32/distinfo index 052adcdf3017..20e801bbcd72 100644 --- a/games/nethack32/distinfo +++ b/games/nethack32/distinfo @@ -1,2 +1,2 @@ -MD5 (nethack-3.2.2.tar.gz) = c85de4d14453b3a2d182d1dfc2ca04df +MD5 (nethack-322.tgz) = c85de4d14453b3a2d182d1dfc2ca04df MD5 (nh-3.2.2-3.2.3.diff) = 440141990df326d5a973d890179cffae |