pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/nethack-lib Fix sourceforge URL.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10461f9c1dd4
branches:  trunk
changeset: 480207:10461f9c1dd4
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Sep 01 19:08:06 2004 +0000

description:
Fix sourceforge URL.
"Apparently, Sourceforge has reorganized its FTP server. The source for
nethack has been moved. Consequently, a NetBSD mirror will be contacted
for fetching the source."
Closes PR pkg/26826. Thank you Alexander Becher.

diffstat:

 games/nethack-lib/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r eb18d4f2ed77 -r 10461f9c1dd4 games/nethack-lib/Makefile.common
--- a/games/nethack-lib/Makefile.common Wed Sep 01 17:03:46 2004 +0000
+++ b/games/nethack-lib/Makefile.common Wed Sep 01 19:08:06 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2004/03/05 15:21:01 pooka Exp $
+# $NetBSD: Makefile.common,v 1.17 2004/09/01 19:08:06 reed Exp $
 #
 
 NETHACK_BASEVER=       3.4.3
@@ -8,7 +8,7 @@
 
 DISTNAME=              nethack-${NETHACK_DISTVER}-src
 CATEGORIES=            games
-MASTER_SITES=          ftp://ftp.sourceforge.net/pub/sourceforge/nethack/
+MASTER_SITES=          ftp://ftp.sourceforge.net/pub/sourceforge/n/ne/nethack/
 EXTRACT_SUFX=          .tgz
 
 MAINTAINER=            pooka%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index