ports/64262: [PATCH] net-mgmt/p5-Net-Netmask: update to 1.9007, take maintainership

Lars Thegler lars at thegler.dk
Sun Mar 14 16:30:22 UTC 2004


>Number:         64262
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/p5-Net-Netmask: update to 1.9007, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 14 08:30:21 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Lars Thegler
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Nov  5 11:25:36 CET
>Description:
- Update to 1.9007
- Take maintainership
- Fixed WWW: URL in pkg-descr

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- p5-Net-Netmask-1.9007.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net-mgmt/p5-Net-Netmask/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	23 Feb 2004 04:42:07 -0000	1.7
+++ Makefile	14 Mar 2004 16:22:06 -0000
@@ -6,20 +6,25 @@
 #
 
 PORTNAME=	Net-Netmask
-PORTVERSION=	1.9004
+PORTVERSION=	1.9007
 CATEGORIES=	net-mgmt perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Net
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	lars at thegler.dk
 COMMENT=	Perl module to parse, manipulate and lookup IP network blocks
 
 PERL_CONFIGURE=	yes
 
 MAN3=		Net::Netmask.3
 
-post-patch:
-	@${PERL} -pi -e '$$_ = "" if $$. == 1' ${WRKSRC}/Netmask.pm
+.include <bsd.port.pre.mk>
 
-.include <bsd.port.mk>
+.if ${PERL_LEVEL} <= 500503
+# make PREFIX-clean under perl 5.005_03
+post-configure:
+	${PERL} -pi -e 's,/usr/local/,\$$(PREFIX)/,g' ${WRKSRC}/Makefile
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net-mgmt/p5-Net-Netmask/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	11 Feb 2004 15:14:59 -0000	1.3
+++ distinfo	14 Mar 2004 16:22:06 -0000
@@ -1,2 +1,2 @@
-MD5 (Net-Netmask-1.9004.tar.gz) = 5c17055edcdd3b98a274f0aadc23030f
-SIZE (Net-Netmask-1.9004.tar.gz) = 13501
+MD5 (Net-Netmask-1.9007.tar.gz) = f40ea4456f2facab4e1d5d166fb655cc
+SIZE (Net-Netmask-1.9007.tar.gz) = 17140
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/net-mgmt/p5-Net-Netmask/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	20 Nov 2001 23:29:32 -0000	1.2
+++ pkg-descr	14 Mar 2004 16:22:06 -0000
@@ -2,4 +2,4 @@
 object-oriented interface. Nearly all functions are methods that operate
 on a Net::Netmask object.
 
-WWW: http://www.cpan.org/
+WWW: http://search.cpan.org/dist/Net-Netmask/
--- p5-Net-Netmask-1.9007.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list