diff options
author | rh <rh> | 1999-12-02 15:57:28 +0000 |
---|---|---|
committer | rh <rh> | 1999-12-02 15:57:28 +0000 |
commit | d2a24fb825b516859cef24f603f3301dac3abca1 (patch) | |
tree | 1120e1cc77e40fdffe2715dccbfa1f7f53dadb9c /net/p5-Net | |
parent | 1bcb96b4b36862eafcc99fdaed61025ebda8ab0c (diff) | |
download | pkgsrc-d2a24fb825b516859cef24f603f3301dac3abca1.tar.gz |
Update p5-Net to 1.0607. Numerous bugfixes and enhancements.
Diffstat (limited to 'net/p5-Net')
-rw-r--r-- | net/p5-Net/Makefile | 18 | ||||
-rw-r--r-- | net/p5-Net/files/md5 | 4 | ||||
-rw-r--r-- | net/p5-Net/files/patch-sum | 4 | ||||
-rw-r--r-- | net/p5-Net/patches/patch-aa | 22 | ||||
-rw-r--r-- | net/p5-Net/pkg/PLIST | 8 |
5 files changed, 27 insertions, 29 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index 3a044548a91..6d32c576c9f 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.13 1999/04/15 20:39:46 tron Exp $ +# $NetBSD: Makefile,v 1.14 1999/12/02 15:57:28 rh Exp $ # FreeBSD Id: Makefile,v 1.13 1997/06/27 18:38:15 jfitz Exp # -DISTNAME= libnet-1.0605 -PKGNAME= p5-Net-1.0605 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} +DISTNAME= libnet-1.0607 +PKGNAME= p5-Net-1.0607 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/FAQ.html +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/FAQ.html -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Data/Dumper.pm:../../devel/p5-Data-Dumper +DEPENDS+= p5-Data-Dumper-*:../../devel/p5-Data-Dumper -USE_PERL5= YES +USE_PERL5= YES do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL diff --git a/net/p5-Net/files/md5 b/net/p5-Net/files/md5 index b9b2c89c10e..ba7b82363ed 100644 --- a/net/p5-Net/files/md5 +++ b/net/p5-Net/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 1998/11/30 02:50:34 explorer Exp $ +$NetBSD: md5,v 1.4 1999/12/02 15:57:29 rh Exp $ -MD5 (libnet-1.0605.tar.gz) = f6b176a5d57598492f10b36df5f7a291 +MD5 (libnet-1.0607.tar.gz) = bce57ec6d44f711f6b6fd229efba457f diff --git a/net/p5-Net/files/patch-sum b/net/p5-Net/files/patch-sum index 03d52c05e08..73b0bd5ff75 100644 --- a/net/p5-Net/files/patch-sum +++ b/net/p5-Net/files/patch-sum @@ -1,3 +1,3 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 14:12:26 agc Exp $ +$NetBSD: patch-sum,v 1.2 1999/12/02 15:57:29 rh Exp $ -MD5 (patch-aa) = 4d7b29a74ea6b0871f33ccc83d9b6a6e +MD5 (patch-aa) = df8bf2ec0cc89657dbc37313537178d6 diff --git a/net/p5-Net/patches/patch-aa b/net/p5-Net/patches/patch-aa index 067f9f1d935..6a681092914 100644 --- a/net/p5-Net/patches/patch-aa +++ b/net/p5-Net/patches/patch-aa @@ -1,12 +1,12 @@ -$NetBSD: patch-aa,v 1.4 1998/11/30 09:48:10 frueauf Exp $ +$NetBSD: patch-aa,v 1.5 1999/12/02 15:57:30 rh Exp $ ---- Configure.orig Sun Nov 29 18:21:14 1998 -+++ Configure Sun Nov 29 18:31:58 1998 -@@ -195,18 +195,19 @@ +--- Configure.orig Sat Sep 18 17:28:55 1999 ++++ Configure Thu Dec 2 16:28:54 1999 +@@ -241,18 +241,19 @@ #--------------------------------------------------------------------------- --if(!-f $config_pm && $have_old && !$opt_d) +-if($have_old && !$opt_d) - { - $msg = <<EDQ; - @@ -18,7 +18,7 @@ $NetBSD: patch-aa,v 1.4 1998/11/30 09:48:10 frueauf Exp $ - $opt_d = 1 - unless get_bool($msg,0); - } -+#if(!-f $config_pm && $have_old && !$opt_d) ++#if($have_old && !$opt_d) +# { +# $msg = <<EDQ; +# @@ -34,7 +34,7 @@ $NetBSD: patch-aa,v 1.4 1998/11/30 09:48:10 frueauf Exp $ #--------------------------------------------------------------------------- -@@ -223,7 +224,8 @@ +@@ -269,7 +270,8 @@ Do you want me to perform hostname lookups (y|n) ? EDQ @@ -44,7 +44,7 @@ $NetBSD: patch-aa,v 1.4 1998/11/30 09:48:10 frueauf Exp $ print <<EDQ unless $cfg{'test_exist'}; -@@ -238,71 +240,71 @@ +@@ -284,71 +286,71 @@ #--------------------------------------------------------------------------- @@ -141,7 +141,7 @@ $NetBSD: patch-aa,v 1.4 1998/11/30 09:48:10 frueauf Exp $ #--------------------------------------------------------------------------- -@@ -318,9 +320,9 @@ +@@ -364,9 +366,9 @@ FTP proxy hostname : EDQ @@ -153,7 +153,7 @@ $NetBSD: patch-aa,v 1.4 1998/11/30 09:48:10 frueauf Exp $ #--------------------------------------------------------------------------- -@@ -341,37 +343,37 @@ +@@ -414,37 +416,37 @@ #--------------------------------------------------------------------------- @@ -206,7 +206,7 @@ $NetBSD: patch-aa,v 1.4 1998/11/30 09:48:10 frueauf Exp $ #--------------------------------------------------------------------------- -@@ -387,7 +389,7 @@ +@@ -460,7 +462,7 @@ Do you want me to run these tests (y|n) ? EDQ diff --git a/net/p5-Net/pkg/PLIST b/net/p5-Net/pkg/PLIST index 7c1e813defe..a416998667a 100644 --- a/net/p5-Net/pkg/PLIST +++ b/net/p5-Net/pkg/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.5 1999/04/08 18:51:56 agc Exp $ -lib/perl5/site_perl/FAQ.pod +@comment $NetBSD: PLIST,v 1.6 1999/12/02 15:57:30 rh Exp $ lib/perl5/site_perl/Net/Cmd.pm +lib/perl5/site_perl/Net/Config.pm lib/perl5/site_perl/Net/Domain.pm lib/perl5/site_perl/Net/DummyInetd.pm lib/perl5/site_perl/Net/FTP.pm @@ -16,7 +16,7 @@ lib/perl5/site_perl/Net/POP3.pm lib/perl5/site_perl/Net/SMTP.pm lib/perl5/site_perl/Net/SNPP.pm lib/perl5/site_perl/Net/Time.pm -lib/perl5/man/man3/FAQ.3 +lib/perl5/site_perl/Net/libnet.cfg lib/perl5/man/man3/Net::Time.3 lib/perl5/man/man3/Net::DummyInetd.3 lib/perl5/man/man3/Net::NNTP.3 @@ -28,9 +28,7 @@ lib/perl5/man/man3/Net::FTP.3 lib/perl5/man/man3/Net::Netrc.3 lib/perl5/man/man3/Net::Cmd.3 lib/perl5/man/man3/Net::PH.3 -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/Net/Config.pm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Net/.packlist @dirrm lib/perl5/site_perl/Net/FTP @dirrm lib/perl5/site_perl/Net -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/Net @dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Net |