ports/104482: [PATCH] net-mgmt/p5-Net-Netmask: update to 1.9014

Yen-Ming Lee leeym at FreeBSD.org
Tue Oct 17 01:50:24 UTC 2006


>Number:         104482
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/p5-Net-Netmask: update to 1.9014
>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:   Tue Oct 17 01:50:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sun Oct 15 11:26:21 CST 2006
>Description:
- Update to 1.9014
- Minor fix to make portlint happier

* Note: distfile of 1.9013 was removed, so this update isn't only an update, it's a "unbreak" update.

Port maintainer (lth at FreeBSD.org) is cc'd.

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

--- p5-Net-Netmask-1.9014.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/p5-Net-Netmask/Makefile,v
retrieving revision 1.14
diff -u -u -r1.14 Makefile
--- Makefile	14 Sep 2006 09:58:01 -0000	1.14
+++ Makefile	17 Oct 2006 01:41:40 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Net-Netmask
-PORTVERSION=	1.9013
+PORTVERSION=	1.9014
 CATEGORIES=	net-mgmt perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Net
@@ -23,7 +23,7 @@
 
 .if ${PERL_LEVEL} <= 500503
 post-configure:
-	${PERL} -pi -e '$$_="" if /use warnings/;' ${WRKSRC}/Netmask.pm
+	${PERL} -pi -e '$$_="" if m{use warnings};' ${WRKSRC}/Netmask.pm
 .endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/p5-Net-Netmask/distinfo,v
retrieving revision 1.10
diff -u -u -r1.10 distinfo
--- distinfo	14 Sep 2006 09:58:01 -0000	1.10
+++ distinfo	17 Oct 2006 01:41:40 -0000
@@ -1,3 +1,3 @@
-MD5 (Net-Netmask-1.9013.tar.gz) = d588f19a1db03f69a391b2a18ed6822e
-SHA256 (Net-Netmask-1.9013.tar.gz) = a5eeeaaa6fba7b2d0bc7be6b9f3b857d2735016c5f07b9e0b0e004c298da8e76
-SIZE (Net-Netmask-1.9013.tar.gz) = 19520
+MD5 (Net-Netmask-1.9014.tar.gz) = 196fb9aa71f80c7557431a4352c173f5
+SHA256 (Net-Netmask-1.9014.tar.gz) = d715a5070edbf5ba5b15167f882c4c162a53b406f9f682c596896ab35ad23779
+SIZE (Net-Netmask-1.9014.tar.gz) = 19925
--- p5-Net-Netmask-1.9014.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list