1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Update to 1.21

- Move simple patch into Makefile
This commit is contained in:
Lars Thegler 2004-12-03 18:34:22 +00:00
parent abb22056db
commit bf8bec314b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123055
3 changed files with 9 additions and 11 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Net-IP
PORTVERSION= 1.20
PORTVERSION= 1.21
CATEGORIES= net-mgmt perl5 ipv6
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
@ -19,4 +19,9 @@ PERL_CONFIGURE= yes
MAN3= Net::IP.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 500800
post-patch:
@${PERL} -pi -e '$$_ = "" if m|use 5.008|' ${WRKSRC}/Makefile.PL
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
MD5 (Net-IP-1.20.tar.gz) = 73c5941562833d5ca7ca7c3bff7983fe
SIZE (Net-IP-1.20.tar.gz) = 24630
MD5 (Net-IP-1.21.tar.gz) = 1a4163b626a743ca5a76e04cc00fa73d
SIZE (Net-IP-1.21.tar.gz) = 25304

View File

@ -1,7 +0,0 @@
--- 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