pkglint: Recognize a different name for the main sunsite, and two

sourceforge URLs.
Bump to 2.32.
This commit is contained in:
wiz 2000-12-02 02:02:59 +00:00
parent f338b71c65
commit 89f4bbd64f
2 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -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;