summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz>2000-12-02 02:02:59 +0000
committerwiz <wiz>2000-12-02 02:02:59 +0000
commitacc789423c2b3e86b6ab3a3a981ac129b3410c18 (patch)
tree38320bae8afc707370c6a812f55f3af928561587 /pkgtools
parent6a6ea763afa02edeb477fbe07ac01580e19f3805 (diff)
downloadpkgsrc-acc789423c2b3e86b6ab3a3a981ac129b3410c18.tar.gz
pkglint: Recognize a different name for the main sunsite, and two
sourceforge URLs. Bump to 2.32.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/Makefile4
-rw-r--r--pkgtools/pkglint/files/pkglint.pl5
2 files changed, 6 insertions, 3 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile
index c0ca9cca452..1feb4e046c9 100644
--- a/pkgtools/pkglint/Makefile
+++ b/pkgtools/pkglint/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.69 2000/11/17 12:45:30 abs Exp $
+# $NetBSD: Makefile,v 1.70 2000/12/02 02:02:59 wiz Exp $
#
-DISTNAME= pkglint-2.31
+DISTNAME= pkglint-2.32
CATEGORIES= pkgtools devel
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl
index 9e74ea7b791..fd26cc15322 100644
--- a/pkgtools/pkglint/files/pkglint.pl
+++ b/pkgtools/pkglint/files/pkglint.pl
@@ -12,7 +12,7 @@
# Freely redistributable. Absolutely no warranty.
#
# From Id: portlint.pl,v 1.64 1998/02/28 02:34:05 itojun Exp
-# $NetBSD: pkglint.pl,v 1.35 2000/09/05 00:02:17 wiz Exp $
+# $NetBSD: pkglint.pl,v 1.36 2000/12/02 02:02:59 wiz Exp $
#
# This version contains some changes necessary for NetBSD packages
# done by Hubert Feyrer <hubertf@netbsd.org> and
@@ -131,6 +131,7 @@ TEX_CTAN ftp://ftp.wustl.edu/packages/TeX/
TEX_CTAN ftp://ftp.funet.fi/pub/TeX/CTAN/
TEX_CTAN ftp://ftp.tex.ac.uk/public/ctan/tex-archive/
TEX_CTAN ftp://ftp.dante.de/tex-archive/
+SUNSITE ftp://metalab.unc.edu/pub/Linux/
SUNSITE ftp://sunsite.unc.edu/pub/Linux/
SUNSITE ftp://ftp.infomagic.com/pub/mirrors/linux/sunsite/
SUNSITE ftp://ftp.funet.fi/pub/mirrors/sunsite.unc.edu/pub/Linux/
@@ -138,6 +139,8 @@ GNOME ftp://ftp.gnome.org/pub/GNOME/
GNOME ftp://ftp.sunet.se/pub/X11/GNOME/
GNOME ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/
GNOME ftp://ftp.tuwien.ac.at/hci/gnome.org/GNOME/
+SOURCEFORGE ftp://download.sourceforge.net/
+SOURCEFORGE http://download.sourceforge.net/
EOF
($j, $k) = split(/\t+/, $i);
$predefined{$k} = $j;