diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-05 03:06:12 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-05 03:06:12 +0000 |
commit | 6bca316376bbb3fe7d546e8ae228674f66869fda (patch) | |
tree | 41d1b6500b7381d5f686451b530d67480d65af78 /games/nethack33 | |
parent | 00dc1eb210a076071b91760241952ad13ad0eed5 (diff) | |
download | ports-6bca316376bbb3fe7d546e8ae228674f66869fda.tar.gz ports-6bca316376bbb3fe7d546e8ae228674f66869fda.zip |
Notes
Diffstat (limited to 'games/nethack33')
-rw-r--r-- | games/nethack33/Makefile | 9 | ||||
-rw-r--r-- | games/nethack33/distinfo | 1 |
2 files changed, 8 insertions, 2 deletions
diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile index 4d4edb7ee19e..79e268671a7e 100644 --- a/games/nethack33/Makefile +++ b/games/nethack33/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: nethack -# Version required: 3.2.2 +# Version required: 3.2.3 # Date created: 27 March 1995 # Whom: asami # @@ -7,11 +7,16 @@ # DISTNAME= nethack-3.2.2 +PKGNAME= nethack-3.2.3 CATEGORIES= games -MASTER_SITES= ftp://ftp.wtower.com/nethack/sources/ \ +MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/oldver/3.2.2/src/ \ + ftp://ftp.wtower.com/nethack/sources/ \ ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= nethack +PATCH_SITES= ftp://ftp.nethack.org/pub/nethack/oldver/3.2.3/src/ +PATCHFILES= nh-3.2.2-3.2.3.diff + MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm diff --git a/games/nethack33/distinfo b/games/nethack33/distinfo index e5173626ad09..052adcdf3017 100644 --- a/games/nethack33/distinfo +++ b/games/nethack33/distinfo @@ -1 +1,2 @@ MD5 (nethack-3.2.2.tar.gz) = c85de4d14453b3a2d182d1dfc2ca04df +MD5 (nh-3.2.2-3.2.3.diff) = 440141990df326d5a973d890179cffae |