aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-Net-IP
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-07-01 07:53:48 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-07-01 07:53:48 +0000
commitccf743d8b9964f94def71bd33204443c3e2fc128 (patch)
treef3bb9959ff5e480c796918c8cad23d19701a3efb /net-mgmt/p5-Net-IP
parent9bcc65487956c7c972a3f4f3ef0da23691b2b501 (diff)
downloadports-ccf743d8b9964f94def71bd33204443c3e2fc128.tar.gz
ports-ccf743d8b9964f94def71bd33204443c3e2fc128.zip
- Update to 1.20
- assign maintainership to submitter PR: 53937 Submitted by: Lars Thegler <lars@thegler.dk>
Notes
Notes: svn path=/head/; revision=83964
Diffstat (limited to 'net-mgmt/p5-Net-IP')
-rw-r--r--net-mgmt/p5-Net-IP/Makefile7
-rw-r--r--net-mgmt/p5-Net-IP/distinfo2
-rw-r--r--net-mgmt/p5-Net-IP/files/patch-Makefile.PL7
3 files changed, 10 insertions, 6 deletions
diff --git a/net-mgmt/p5-Net-IP/Makefile b/net-mgmt/p5-Net-IP/Makefile
index 29c46031dff3..219c03edc821 100644
--- a/net-mgmt/p5-Net-IP/Makefile
+++ b/net-mgmt/p5-Net-IP/Makefile
@@ -6,20 +6,17 @@
#
PORTNAME= Net-IP
-PORTVERSION= 1.16
+PORTVERSION= 1.20
CATEGORIES= net perl5 ipv6
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= lars@thegler.dk
COMMENT= Perl extension for manipulating IPv4/IPv6 addresses
PERL_CONFIGURE= yes
MAN3= Net::IP.3
-post-patch:
- ${PERL} -pi -e 's,/usr/local/ncc/bin,${PREFIX}/bin,' ${WRKSRC}/Makefile.PL
-
.include <bsd.port.mk>
diff --git a/net-mgmt/p5-Net-IP/distinfo b/net-mgmt/p5-Net-IP/distinfo
index 65cd7455b552..de165a0f7117 100644
--- a/net-mgmt/p5-Net-IP/distinfo
+++ b/net-mgmt/p5-Net-IP/distinfo
@@ -1 +1 @@
-MD5 (Net-IP-1.16.tar.gz) = ec21b247fcb82703260e4d02c72e1b40
+MD5 (Net-IP-1.20.tar.gz) = 73c5941562833d5ca7ca7c3bff7983fe
diff --git a/net-mgmt/p5-Net-IP/files/patch-Makefile.PL b/net-mgmt/p5-Net-IP/files/patch-Makefile.PL
new file mode 100644
index 000000000000..4c3e31b0eec2
--- /dev/null
+++ b/net-mgmt/p5-Net-IP/files/patch-Makefile.PL
@@ -0,0 +1,7 @@
+--- Makefile.PL.orig Tue Jul 1 09:19:12 2003
++++ Makefile.PL Tue Jul 1 09:19:34 2003
+@@ -1,4 +1,3 @@
+-use 5.008;
+ use ExtUtils::MakeMaker;
+ use Config;
+ # See lib/ExtUtils/MakeMaker.pm for details of how to influence