summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-08-06 06:19:03 +0000
committerjlam <jlam@pkgsrc.org>2005-08-06 06:19:03 +0000
commit7fbb8d952791a8c4d82b77759fc5fb7accd491fe (patch)
tree01ab92342ff180527d28ec20c4868e49f3c4def1 /net
parent86f92684818eb77da677366cd49b4fa35e87b579 (diff)
downloadpkgsrc-7fbb8d952791a8c4d82b77759fc5fb7accd491fe.tar.gz
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
Diffstat (limited to 'net')
-rw-r--r--net/mrtg/Makefile11
-rw-r--r--net/mrtg/PLIST12
-rw-r--r--net/net-snmp/Makefile3
-rw-r--r--net/oinkmaster/Makefile3
-rw-r--r--net/p5-DNS-ZoneParse/Makefile4
-rw-r--r--net/p5-Geo-IP/Makefile3
-rw-r--r--net/p5-INET6/Makefile6
-rw-r--r--net/p5-INET6/buildlink3.mk18
-rw-r--r--net/p5-IO-Interface/Makefile4
-rw-r--r--net/p5-IO-Socket-Multicast/Makefile4
-rw-r--r--net/p5-Net-Bind/Makefile4
-rw-r--r--net/p5-Net-CIDR-Lite/Makefile4
-rw-r--r--net/p5-Net-DNS/Makefile4
-rw-r--r--net/p5-Net-DNSServer/Makefile4
-rw-r--r--net/p5-Net-Daemon/Makefile4
-rw-r--r--net/p5-Net-Dev-MIBLoadOrder/Makefile3
-rw-r--r--net/p5-Net-Gnats/Makefile4
-rw-r--r--net/p5-Net-Google/Makefile4
-rw-r--r--net/p5-Net-Google/buildlink3.mk18
-rw-r--r--net/p5-Net-IP/Makefile4
-rw-r--r--net/p5-Net-IRC/Makefile4
-rw-r--r--net/p5-Net-Pcap/Makefile4
-rw-r--r--net/p5-Net-RawIP/Makefile3
-rw-r--r--net/p5-Net-SNMP/Makefile3
-rw-r--r--net/p5-Net-Server/Makefile3
-rw-r--r--net/p5-Net-TFTP/Makefile4
-rw-r--r--net/p5-Net-Telnet-Cisco/Makefile4
-rw-r--r--net/p5-Net-Telnet/Makefile4
-rw-r--r--net/p5-Net-XWhois/Makefile4
-rw-r--r--net/p5-Net-Z3950/Makefile4
-rw-r--r--net/p5-Net/Makefile4
-rw-r--r--net/p5-NetAddr-IP/Makefile4
-rw-r--r--net/p5-NetPacket/Makefile4
-rw-r--r--net/p5-Nmap-Parser/Makefile3
-rw-r--r--net/p5-POE-Component-Client-DNS/Makefile4
-rw-r--r--net/p5-POE-Component-Client-Ident/Makefile4
-rw-r--r--net/p5-RADIUS/Makefile4
-rw-r--r--net/p5-SNMP-Info/Makefile4
-rw-r--r--net/p5-SNMP-MIB-Compiler/Makefile4
-rw-r--r--net/p5-SNMP_Session/Makefile5
-rw-r--r--net/p5-SNMP_Session/PLIST4
-rw-r--r--net/p5-SOAP-Lite/Makefile4
-rw-r--r--net/p5-Socket6/Makefile4
-rw-r--r--net/p5-Socket6/buildlink3.mk18
-rw-r--r--net/p5-Wais/Makefile4
-rw-r--r--net/p5-ispman/Makefile14
-rw-r--r--net/p5-ispman/PLIST3
-rw-r--r--net/pfnet/Makefile8
-rw-r--r--net/pfnet/PLIST6
-rw-r--r--net/smokeping/Makefile3
-rw-r--r--net/vcheck/Makefile4
51 files changed, 109 insertions, 161 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile
index 8c567435a96..b460f084755 100644
--- a/net/mrtg/Makefile
+++ b/net/mrtg/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.62 2005/06/23 08:12:13 martti Exp $
+# $NetBSD: Makefile,v 1.63 2005/08/06 06:19:24 jlam Exp $
DISTNAME= mrtg-2.12.2
-#PKGREVISION= 1
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/mrtg/pub/ \
ftp://ftp.sunet.se/pub/network/monitoring/mrtg/ \
@@ -27,7 +27,6 @@ HOMEPAGE= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html
COMMENT= The Multi-Router Traffic Grapher
USE_TOOLS+= perl
-PERL5_REQD+= 5.6.1
GNU_CONFIGURE= YES
USE_PKGINSTALL= YES
@@ -37,7 +36,7 @@ LDFLAGS+= -lgd -lttf -lintl -ljpeg
.include "../../mk/bsd.prefs.mk"
.if defined(USE_INET6) && ${USE_INET6} == "YES"
-.include "../../net/p5-INET6/buildlink3.mk"
+DEPENDS+= p5-INET6>=2.00:../../net/p5-INET6
.endif
.if ${OPSYS} == "SunOS"
@@ -91,13 +90,13 @@ do-install:
for FILE in netstat2mrtg sys2mrtg envstat2mrtg; do \
${INSTALL_SCRIPT} ${WRKDIR}/$$FILE ${PREFIX}/libexec; \
done
- ${INSTALL_DATA_DIR} ${PERL5_SITELIB}
+ ${INSTALL_DATA_DIR} ${PERL5_INSTALLVENDORLIB}
${INSTALL_SCRIPT} ${WRKSRC}/lib/mrtg2/BER.pm \
${WRKSRC}/lib/mrtg2/SNMP_Session.pm \
${WRKSRC}/lib/mrtg2/SNMP_util.pm \
${WRKSRC}/lib/mrtg2/MRTG_lib.pm \
${WRKSRC}/lib/mrtg2/locales_mrtg.pm \
- ${PERL5_SITELIB}
+ ${PERL5_INSTALLVENDORLIB}
${INSTALL_PROGRAM} ${WRKSRC}/bin/rateup ${PREFIX}/libexec/
${INSTALL_SCRIPT} ${WRKSRC}/bin/mrtg ${PREFIX}/bin/
for FILE in cfgmaker indexmaker; do \
diff --git a/net/mrtg/PLIST b/net/mrtg/PLIST
index 4cb06699e22..8d172eb1711 100644
--- a/net/mrtg/PLIST
+++ b/net/mrtg/PLIST
@@ -1,9 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2005/06/23 08:12:13 martti Exp $
-${PERL5_SITELIB}/BER.pm
-${PERL5_SITELIB}/MRTG_lib.pm
-${PERL5_SITELIB}/SNMP_Session.pm
-${PERL5_SITELIB}/SNMP_util.pm
-${PERL5_SITELIB}/locales_mrtg.pm
+@comment $NetBSD: PLIST,v 1.9 2005/08/06 06:19:24 jlam Exp $
bin/mrtg
bin/mrtgcfgmaker
bin/mrtgindexmaker
@@ -11,6 +6,11 @@ libexec/envstat2mrtg
libexec/netstat2mrtg
libexec/rateup
libexec/sys2mrtg
+${PERL5_SUB_INSTALLVENDORLIB}/BER.pm
+${PERL5_SUB_INSTALLVENDORLIB}/MRTG_lib.pm
+${PERL5_SUB_INSTALLVENDORLIB}/SNMP_Session.pm
+${PERL5_SUB_INSTALLVENDORLIB}/SNMP_util.pm
+${PERL5_SUB_INSTALLVENDORLIB}/locales_mrtg.pm
man/man1/mrtg-contrib.1
man/man1/mrtg-faq.1
man/man1/mrtg-forum.1
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile
index 17c1c249401..23913526a55 100644
--- a/net/net-snmp/Makefile
+++ b/net/net-snmp/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2005/08/01 11:55:55 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2005/08/06 06:19:24 jlam Exp $
DISTNAME= net-snmp-5.2.1.2
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=net-snmp/} \
ftp://ftp.net-smnp.org/pub/sourceforge/net-snmp/
diff --git a/net/oinkmaster/Makefile b/net/oinkmaster/Makefile
index 0c41fe08766..5cc93138286 100644
--- a/net/oinkmaster/Makefile
+++ b/net/oinkmaster/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/07/16 01:19:16 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2005/08/06 06:19:24 jlam Exp $
DISTNAME= oinkmaster-1.2
PKGREVISION= 1
@@ -22,7 +22,6 @@ DOCDIR= ${PREFIX}/share/doc/oinkmaster
DOCS= INSTALL LICENSE README README.templates UPGRADING FAQ
USE_TOOLS+= perl:run
-PERL5_REQD+= 5.6.1
REPLACE_PERL+= ${WRKSRC}/oinkmaster.pl
PKG_SYSCONFSUBDIR= snort
diff --git a/net/p5-DNS-ZoneParse/Makefile b/net/p5-DNS-ZoneParse/Makefile
index 125789c847d..1cd9fc0edb6 100644
--- a/net/p5-DNS-ZoneParse/Makefile
+++ b/net/p5-DNS-ZoneParse/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2005/07/13 18:01:34 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/08/06 06:19:24 jlam Exp $
#
DISTNAME= DNS-ZoneParse-0.95
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dzp
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DNS/}
diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile
index 17a89edfb99..cb985e3b739 100644
--- a/net/p5-Geo-IP/Makefile
+++ b/net/p5-Geo-IP/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2005/07/13 18:01:34 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/08/06 06:19:24 jlam Exp $
#
DISTNAME= Geo-IP-1.25
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/}
diff --git a/net/p5-INET6/Makefile b/net/p5-INET6/Makefile
index 8aad6bbcc43..6aba73dac8e 100644
--- a/net/p5-INET6/Makefile
+++ b/net/p5-INET6/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2005/07/13 18:01:35 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/08/06 06:19:24 jlam Exp $
#
DISTNAME= INET6-2.01
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
@@ -10,8 +11,9 @@ MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://search.cpan.org/~mondejar/INET6/
COMMENT= Object interface for AF_INET|AF_INET6 domain sockets
+DEPENDS+= p5-Socket6>=0.12:../../net/p5-Socket6
+
PERL5_PACKLIST= auto/IO/Socket/INET6/.packlist
-.include "../../net/p5-Socket6/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/p5-INET6/buildlink3.mk b/net/p5-INET6/buildlink3.mk
deleted file mode 100644
index c281f0d58a7..00000000000
--- a/net/p5-INET6/buildlink3.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2004/05/08 07:37:40 snj Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-P5_INET6_BUILDLINK3_MK:= ${P5_INET6_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= p5-INET6
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Np5-INET6}
-BUILDLINK_PACKAGES+= p5-INET6
-
-.if !empty(P5_INET6_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.p5-INET6+= p5-INET6>=2.00
-BUILDLINK_PKGSRCDIR.p5-INET6?= ../../net/p5-INET6
-.endif # P5_INET6_BUILDLINK3_MK
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/net/p5-IO-Interface/Makefile b/net/p5-IO-Interface/Makefile
index 286cb9cc50a..e5b59ed9818 100644
--- a/net/p5-IO-Interface/Makefile
+++ b/net/p5-IO-Interface/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2005/07/13 18:01:35 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/08/06 06:19:24 jlam Exp $
#
DISTNAME= IO-Interface-0.98
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ioi
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
diff --git a/net/p5-IO-Socket-Multicast/Makefile b/net/p5-IO-Socket-Multicast/Makefile
index bda0568d119..2bb5cdec4fc 100644
--- a/net/p5-IO-Socket-Multicast/Makefile
+++ b/net/p5-IO-Socket-Multicast/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2005/07/13 18:01:35 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2005/08/06 06:19:25 jlam Exp $
#
DISTNAME= IO-Socket-Multicast-0.25
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ism
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
diff --git a/net/p5-Net-Bind/Makefile b/net/p5-Net-Bind/Makefile
index 922aba9ed02..06cb51457b4 100644
--- a/net/p5-Net-Bind/Makefile
+++ b/net/p5-Net-Bind/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2005/07/13 18:01:35 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:25 jlam Exp $
DISTNAME= Net-Bind-0.05
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/net/p5-Net-CIDR-Lite/Makefile b/net/p5-Net-CIDR-Lite/Makefile
index 7de48a79e67..166edb7372c 100644
--- a/net/p5-Net-CIDR-Lite/Makefile
+++ b/net/p5-Net-CIDR-Lite/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2005/07/13 18:01:35 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:25 jlam Exp $
#
DISTNAME= Net-CIDR-Lite-0.15
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ncl
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile
index b3e6db90b3e..5d39ded4f92 100644
--- a/net/p5-Net-DNS/Makefile
+++ b/net/p5-Net-DNS/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.28 2005/07/13 18:01:35 jlam Exp $
+# $NetBSD: Makefile,v 1.29 2005/08/06 06:19:25 jlam Exp $
#
DISTNAME= Net-DNS-0.49
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ndn
+PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} \
http://www.net-dns.org/download/
@@ -19,7 +20,6 @@ DEPENDS+= p5-Digest-MD5>=2.12:../../security/p5-Digest-MD5
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PERL5_REQD+= 5.6.0
MAKE_PARAMS= --online-tests
PERL5_PACKLIST= auto/Net/DNS/.packlist
diff --git a/net/p5-Net-DNSServer/Makefile b/net/p5-Net-DNSServer/Makefile
index 6b498cfd5e2..2b427738b18 100644
--- a/net/p5-Net-DNSServer/Makefile
+++ b/net/p5-Net-DNSServer/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2005/07/13 18:01:35 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:25 jlam Exp $
#
DISTNAME= Net-DNSServer-0.11
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/net/p5-Net-Daemon/Makefile b/net/p5-Net-Daemon/Makefile
index ee606596cc9..5596417cd7b 100644
--- a/net/p5-Net-Daemon/Makefile
+++ b/net/p5-Net-Daemon/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2005/07/13 18:01:35 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2005/08/06 06:19:25 jlam Exp $
#
DISTNAME= Net-Daemon-0.36
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5nda
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/net/p5-Net-Dev-MIBLoadOrder/Makefile b/net/p5-Net-Dev-MIBLoadOrder/Makefile
index d9660aadfed..22b7dd2cea1 100644
--- a/net/p5-Net-Dev-MIBLoadOrder/Makefile
+++ b/net/p5-Net-Dev-MIBLoadOrder/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2005/07/13 18:01:35 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2005/08/06 06:19:25 jlam Exp $
DISTNAME= Net-Dev-MIBLoadOrder-1.1.0
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/net/p5-Net-Gnats/Makefile b/net/p5-Net-Gnats/Makefile
index 3abe9be6e1c..e5b8ae9b442 100644
--- a/net/p5-Net-Gnats/Makefile
+++ b/net/p5-Net-Gnats/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2005/07/13 18:01:35 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:25 jlam Exp $
#
DISTNAME= Net-Gnats-0.04
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnatsperl/}
diff --git a/net/p5-Net-Google/Makefile b/net/p5-Net-Google/Makefile
index eacfbd3bad1..9b6f061802b 100644
--- a/net/p5-Net-Google/Makefile
+++ b/net/p5-Net-Google/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2005/07/13 18:01:35 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:25 jlam Exp $
DISTNAME= Net-Google-0.61
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net perl5 www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/net/p5-Net-Google/buildlink3.mk b/net/p5-Net-Google/buildlink3.mk
deleted file mode 100644
index e40dc36d620..00000000000
--- a/net/p5-Net-Google/buildlink3.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2004/05/08 05:25:12 snj Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-P5_NET_GOOGLE_BUILDLINK3_MK:= ${P5_NET_GOOGLE_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= p5-Net-Google
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Np5-Net-Google}
-BUILDLINK_PACKAGES+= p5-Net-Google
-
-.if !empty(P5_NET_GOOGLE_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.p5-Net-Google+= p5-Net-Google>=0.61
-BUILDLINK_PKGSRCDIR.p5-Net-Google?= ../../net/p5-Net-Google
-.endif # P5_NET_GOOGLE_BUILDLINK3_MK
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/net/p5-Net-IP/Makefile b/net/p5-Net-IP/Makefile
index 55453833ef8..55f32dc56ca 100644
--- a/net/p5-Net-IP/Makefile
+++ b/net/p5-Net-IP/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2005/07/13 18:01:36 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2005/08/06 06:19:26 jlam Exp $
#
DISTNAME= Net-IP-1.23
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -14,7 +15,6 @@ DEPENDS+= p5-Math-BigInteger-[0-9]*:../../math/p5-Math-BigInteger
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PERL5_REQD+= 5.8.0
PERL5_PACKLIST= auto/Net/IP/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/net/p5-Net-IRC/Makefile b/net/p5-Net-IRC/Makefile
index e392cd4145c..37c02e7c499 100644
--- a/net/p5-Net-IRC/Makefile
+++ b/net/p5-Net-IRC/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2005/07/13 18:01:36 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/08/06 06:19:26 jlam Exp $
DISTNAME= Net-IRC-0.75
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5nir
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/net/p5-Net-Pcap/Makefile b/net/p5-Net-Pcap/Makefile
index 3008966d9dc..9821792be20 100644
--- a/net/p5-Net-Pcap/Makefile
+++ b/net/p5-Net-Pcap/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2005/07/13 18:01:36 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2005/08/06 06:19:27 jlam Exp $
#
DISTNAME= Net-Pcap-0.05
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/net/p5-Net-RawIP/Makefile b/net/p5-Net-RawIP/Makefile
index 282fe127771..2c6d1d2253b 100644
--- a/net/p5-Net-RawIP/Makefile
+++ b/net/p5-Net-RawIP/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2005/07/25 10:00:12 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2005/08/06 06:19:27 jlam Exp $
#
DISTNAME= Net-RawIP-0.2
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5nsn
+PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/net/p5-Net-SNMP/Makefile b/net/p5-Net-SNMP/Makefile
index 38c108edeb6..678f78d2d0b 100644
--- a/net/p5-Net-SNMP/Makefile
+++ b/net/p5-Net-SNMP/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.18 2005/07/13 18:01:36 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2005/08/06 06:19:28 jlam Exp $
#
DISTNAME= Net-SNMP-5.0.1
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5nsn
+PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/net/p5-Net-Server/Makefile b/net/p5-Net-Server/Makefile
index 5ceec55d03d..6c24cd4ae42 100644
--- a/net/p5-Net-Server/Makefile
+++ b/net/p5-Net-Server/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.14 2005/07/13 18:01:36 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2005/08/06 06:19:28 jlam Exp $
#
DISTNAME= Net-Server-0.88
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5nts
+PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/net/p5-Net-TFTP/Makefile b/net/p5-Net-TFTP/Makefile
index dc4bf7df7e3..3f08f12e44f 100644
--- a/net/p5-Net-TFTP/Makefile
+++ b/net/p5-Net-TFTP/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2005/07/13 18:01:36 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2005/08/06 06:19:28 jlam Exp $
DISTNAME= Net-TFTP-0.10
PKGNAME= p5-Net-TFTP-0.10
SVR4_PKGNAME= p5ntf
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/net/p5-Net-Telnet-Cisco/Makefile b/net/p5-Net-Telnet-Cisco/Makefile
index 5e66575a33b..4998c62bbd7 100644
--- a/net/p5-Net-Telnet-Cisco/Makefile
+++ b/net/p5-Net-Telnet-Cisco/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2005/07/13 18:01:36 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:28 jlam Exp $
#
DISTNAME= Net-Telnet-Cisco-1.10
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/net/p5-Net-Telnet/Makefile b/net/p5-Net-Telnet/Makefile
index d89a6e658c4..116b8442a9d 100644
--- a/net/p5-Net-Telnet/Makefile
+++ b/net/p5-Net-Telnet/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.15 2005/07/13 18:01:37 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2005/08/06 06:19:28 jlam Exp $
#
DISTNAME= Net-Telnet-3.03
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5nte
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/net/p5-Net-XWhois/Makefile b/net/p5-Net-XWhois/Makefile
index 6765b9023c4..f2233f2fe66 100644
--- a/net/p5-Net-XWhois/Makefile
+++ b/net/p5-Net-XWhois/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2005/07/13 18:01:37 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:28 jlam Exp $
DISTNAME= Net-XWhois-0.90
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/net/p5-Net-Z3950/Makefile b/net/p5-Net-Z3950/Makefile
index 52d3f750767..981384f928c 100644
--- a/net/p5-Net-Z3950/Makefile
+++ b/net/p5-Net-Z3950/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2005/07/13 18:01:37 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/08/06 06:19:28 jlam Exp $
#
DISTNAME= Net-Z3950-0.32
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
SVR4_PKGNAME= p5nz3
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile
index ee74d99e4be..f633f99f133 100644
--- a/net/p5-Net/Makefile
+++ b/net/p5-Net/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.38 2005/07/13 18:01:37 jlam Exp $
+# $NetBSD: Makefile,v 1.39 2005/08/06 06:19:25 jlam Exp $
DISTNAME= libnet-1.19
PKGNAME= p5-Net-1.19
SVR4_PKGNAME= p5net
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/net/p5-NetAddr-IP/Makefile b/net/p5-NetAddr-IP/Makefile
index 302cb60c4a1..889b9c7ee11 100644
--- a/net/p5-NetAddr-IP/Makefile
+++ b/net/p5-NetAddr-IP/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2005/07/13 18:01:37 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:28 jlam Exp $
#
DISTNAME= NetAddr-IP-3.24
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5nai
+PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=NetAddr/}
@@ -15,7 +16,6 @@ COMMENT= Perl5 module for managing IP addresses
BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
BUILD_DEPENDS+= p5-Module-Signature-[0-9]*:../../security/p5-Module-Signature
-PERL5_REQD= 5.6.0
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/NetAddr/IP/.packlist
diff --git a/net/p5-NetPacket/Makefile b/net/p5-NetPacket/Makefile
index 613541c1c4a..72895d6d276 100644
--- a/net/p5-NetPacket/Makefile
+++ b/net/p5-NetPacket/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2005/07/13 18:01:37 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:28 jlam Exp $
DISTNAME= NetPacket-0.04
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=NetPacket/}
diff --git a/net/p5-Nmap-Parser/Makefile b/net/p5-Nmap-Parser/Makefile
index 65a90033ce9..aa5fb23fab3 100644
--- a/net/p5-Nmap-Parser/Makefile
+++ b/net/p5-Nmap-Parser/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2005/07/13 18:01:37 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2005/08/06 06:19:28 jlam Exp $
#
DISTNAME= Nmap-Parser-0.80
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Nmap/}
diff --git a/net/p5-POE-Component-Client-DNS/Makefile b/net/p5-POE-Component-Client-DNS/Makefile
index 36f5dc8c5f6..a0d67c2e31a 100644
--- a/net/p5-POE-Component-Client-DNS/Makefile
+++ b/net/p5-POE-Component-Client-DNS/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/07/14 23:01:23 adrianp Exp $
+# $NetBSD: Makefile,v 1.2 2005/08/06 06:19:28 jlam Exp $
#
DISTNAME= POE-Component-Client-DNS-0.98
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
@@ -15,7 +16,6 @@ DEPENDS+= p5-Net-DNS>=0.12:../../net/p5-Net-DNS
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PERL5_REQD+= 5.8.0
PERL5_PACKLIST= auto/POE/Component/Client/DNS/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/net/p5-POE-Component-Client-Ident/Makefile b/net/p5-POE-Component-Client-Ident/Makefile
index f1ab494b6b7..c1457937397 100644
--- a/net/p5-POE-Component-Client-Ident/Makefile
+++ b/net/p5-POE-Component-Client-Ident/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/07/14 23:02:13 adrianp Exp $
+# $NetBSD: Makefile,v 1.2 2005/08/06 06:19:28 jlam Exp $
#
DISTNAME= POE-Component-Client-Ident-0.7
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
@@ -14,7 +15,6 @@ DEPENDS+= p5-POE-[0-9]*:../../devel/p5-POE
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PERL5_REQD+= 5.8.0
PERL5_PACKLIST= auto/POE/Component/Client/Ident/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/net/p5-RADIUS/Makefile b/net/p5-RADIUS/Makefile
index 7d4dc2437f9..48dfa5103a8 100644
--- a/net/p5-RADIUS/Makefile
+++ b/net/p5-RADIUS/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2005/07/13 18:01:37 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:28 jlam Exp $
#
DISTNAME= RADIUS-1.0
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5rad
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RADIUS/}
diff --git a/net/p5-SNMP-Info/Makefile b/net/p5-SNMP-Info/Makefile
index 186cb852bf4..6bdaec6a40d 100644
--- a/net/p5-SNMP-Info/Makefile
+++ b/net/p5-SNMP-Info/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2005/07/13 18:01:37 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2005/08/06 06:19:28 jlam Exp $
#
DISTNAME= SNMP-Info-0.9.0
PKGNAME= p5-SNMP-Info-0.9
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= p5sni
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SNMP/}
diff --git a/net/p5-SNMP-MIB-Compiler/Makefile b/net/p5-SNMP-MIB-Compiler/Makefile
index bc3e2255e02..7fd2e9455de 100644
--- a/net/p5-SNMP-MIB-Compiler/Makefile
+++ b/net/p5-SNMP-MIB-Compiler/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2005/07/13 18:01:37 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2005/08/06 06:19:28 jlam Exp $
#
DISTNAME= SNMP-MIB-Compiler-0.06
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SNMP/}
diff --git a/net/p5-SNMP_Session/Makefile b/net/p5-SNMP_Session/Makefile
index b1303c753a0..d80a1a76bbc 100644
--- a/net/p5-SNMP_Session/Makefile
+++ b/net/p5-SNMP_Session/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2005/07/13 18:01:37 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2005/08/06 06:19:28 jlam Exp $
DISTNAME= SNMP_Session-1.07
PKGNAME= p5-SNMP_Session-1.07
SVR4_PKGNAME= p5sns
+PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= http://www.switch.ch/misc/leinen/snmp/perl/dist/
@@ -15,7 +16,7 @@ PERL5_PACKLIST= auto/SNMP_Session/.packlist
CONFLICTS+= mrtg-[0-9]*
post-install:
- ${INSTALL_DATA} ${WRKSRC}/README ${PERL5_SITELIB}/README.SNMP_Session
+ ${INSTALL_DATA} ${WRKSRC}/README ${PERL5_INSTALLVENDORLIB}/README.SNMP_Session
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/p5-SNMP_Session/PLIST b/net/p5-SNMP_Session/PLIST
index 8e65f2acee2..f0985e6d1ea 100644
--- a/net/p5-SNMP_Session/PLIST
+++ b/net/p5-SNMP_Session/PLIST
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:57:32 zuntum Exp $
-${PERL5_SITELIB}/README.SNMP_Session
+@comment $NetBSD: PLIST,v 1.2 2005/08/06 06:19:28 jlam Exp $
+${PERL5_SUB_INSTALLVENDORLIB}/README.SNMP_Session
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile
index e9de7df5893..c1314d88b02 100644
--- a/net/p5-SOAP-Lite/Makefile
+++ b/net/p5-SOAP-Lite/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2005/07/13 18:01:37 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/08/06 06:19:28 jlam Exp $
#
DISTNAME= SOAP-Lite-0.60a
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SOAP/}
diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile
index 335a1a380a6..0f0f952fe63 100644
--- a/net/p5-Socket6/Makefile
+++ b/net/p5-Socket6/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2005/07/13 18:01:37 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2005/08/06 06:19:28 jlam Exp $
#
DISTNAME= Socket6-0.17
PKGNAME= p5-Socket6-0.17
SVR4_PKGNAME= p5so6
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Socket6/}
diff --git a/net/p5-Socket6/buildlink3.mk b/net/p5-Socket6/buildlink3.mk
deleted file mode 100644
index d05ba9a7f6c..00000000000
--- a/net/p5-Socket6/buildlink3.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2004/05/08 07:37:41 snj Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-P5_SOCKET6_BUILDLINK3_MK:= ${P5_SOCKET6_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= p5-Socket6
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Np5-Socket6}
-BUILDLINK_PACKAGES+= p5-Socket6
-
-.if !empty(P5_SOCKET6_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.p5-Socket6+= p5-Socket6>=0.12
-BUILDLINK_PKGSRCDIR.p5-Socket6?= ../../net/p5-Socket6
-.endif # P5_SOCKET6_BUILDLINK3_MK
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/net/p5-Wais/Makefile b/net/p5-Wais/Makefile
index 70ff483e1ef..643d05644d4 100644
--- a/net/p5-Wais/Makefile
+++ b/net/p5-Wais/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2005/07/13 18:01:37 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2005/08/06 06:19:28 jlam Exp $
#
DISTNAME= Wais-2.311
PKGNAME= p5-Wais-2.311
-PKGREVISION= 2
+PKGREVISION= 3
SVR4_PKGNAME= p5wai
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Wais/}
diff --git a/net/p5-ispman/Makefile b/net/p5-ispman/Makefile
index 7a3ce68b5e4..5db66f078c9 100644
--- a/net/p5-ispman/Makefile
+++ b/net/p5-ispman/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2005/07/13 18:01:37 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2005/08/06 06:19:28 jlam Exp $
#
DISTNAME= ispman-0.5
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
SVR4_PKGNAME= p5isp
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ispman/}
@@ -21,7 +21,6 @@ DEPENDS+= p5-IO-stringy>=1.213:../../devel/p5-IO-stringy
WRKSRC= ${WRKDIR}/ispman/Modules/ISPMan
PERL5_PACKLIST= auto/ISPMan/.packlist
-PLIST_SRC= ${WRKDIR}/PLIST
PERL5_CONFIGURE_DIRS= ${WRKSRC} ${WRKSRC}/../IO-stringy-1.212_patched
BUILD_DIRS= ${PERL5_CONFIGURE_DIRS}
INSTALL_DIRS= ${WRKSRC}
@@ -29,7 +28,6 @@ INSTALL_DIRS= ${WRKSRC}
MAKE_PARAMS+= --noprompt
pre-configure:
- ${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
cd ${WRKSRC} && \
for i in `${FIND} * -type f -print` ; do \
${CP} $$i $$i.old && \
@@ -37,15 +35,9 @@ pre-configure:
${RM} $$i.old ; \
done
-post-build:
- ${ECHO} >> ${PLIST_SRC} \
- "`${GREP} ^INSTALLSITELIB \
- ${WRKSRC}/../IO-stringy-1.212_patched/Makefile \
- | ${CUT} -d/ -f2-`/IO/ScalarPatched.pm"
-
post-install:
${INSTALL_DATA} ${WRKSRC}/../IO-stringy-1.212_patched/lib/IO/Scalar.pm \
- ${PREFIX}/`${TAIL} -n 1 ${PLIST_SRC}`
+ ${PERL5_INSTALLVENDORLIB}
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/p5-ispman/PLIST b/net/p5-ispman/PLIST
index 7ee48f4a404..fddd629fb4f 100644
--- a/net/p5-ispman/PLIST
+++ b/net/p5-ispman/PLIST
@@ -1 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:57:38 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/08/06 06:19:28 jlam Exp $
+${PERL5_SUB_INSTALLVENDORLIB}/IO/ScalarPatched.pm
diff --git a/net/pfnet/Makefile b/net/pfnet/Makefile
index e03c1af74fc..9ed0a14fd0a 100644
--- a/net/pfnet/Makefile
+++ b/net/pfnet/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2005/07/16 01:19:16 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/08/06 06:19:28 jlam Exp $
#
DISTNAME= fnet.pl-1.4
PKGNAME= pfnet-1.4
+PKGREVISION= 1
CATEGORIES= chat net
MASTER_SITES= ftp://ftp.abattoir.com/pub/
@@ -19,8 +20,9 @@ do-build:
${SED} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/fnet.pl >${WRKSRC}/pfnet
do-install:
- ${INSTALL_DATA_DIR} ${PERL5_SITELIB}
- ${INSTALL_DATA} ${WRKSRC}/CMDLINE.pm ${WRKSRC}/FNET.pm ${PERL5_SITELIB}
+ ${INSTALL_DATA_DIR} ${PERL5_INSTALLVENDORLIB}
+ ${INSTALL_DATA} ${WRKSRC}/CMDLINE.pm ${WRKSRC}/FNET.pm \
+ ${PERL5_INSTALLVENDORLIB}
${INSTALL_SCRIPT} ${WRKSRC}/pfnet ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"
diff --git a/net/pfnet/PLIST b/net/pfnet/PLIST
index 789bf992b4c..a93ac673c8b 100644
--- a/net/pfnet/PLIST
+++ b/net/pfnet/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:57:45 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/08/06 06:19:28 jlam Exp $
bin/pfnet
-${PERL5_SITELIB}/CMDLINE.pm
-${PERL5_SITELIB}/FNET.pm
+${PERL5_SUB_INSTALLVENDORLIB}/CMDLINE.pm
+${PERL5_SUB_INSTALLVENDORLIB}/FNET.pm
diff --git a/net/smokeping/Makefile b/net/smokeping/Makefile
index ae11f2c7a14..afb7134843c 100644
--- a/net/smokeping/Makefile
+++ b/net/smokeping/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/07/16 01:19:16 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2005/08/06 06:19:29 jlam Exp $
DISTNAME= smokeping-1.37
CATEGORIES= net
@@ -14,7 +14,6 @@ DEPENDS+= p5-Digest-MD5>=2.20:../../security/p5-Digest-MD5
DEPENDS+= p5-libwww>=5.64:../../www/p5-libwww
USE_TOOLS+= perl:run
-PERL5_REQD+= 5.6.0
USE_PKGINSTALL= YES
NO_BUILD= YES
diff --git a/net/vcheck/Makefile b/net/vcheck/Makefile
index 6507dc988f3..cb7e7e4575e 100644
--- a/net/vcheck/Makefile
+++ b/net/vcheck/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2005/07/13 18:01:37 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/08/06 06:19:29 jlam Exp $
#
DISTNAME= vcheck-1.2.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= http://www.stud.tu-ilmenau.de/~gomar/stuff/vcheck/