From leeym@utopia.leeym.com  Fri May 26 05:46:01 2006
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6C83F16A554;
	Fri, 26 May 2006 05:46:01 +0000 (UTC)
	(envelope-from leeym@utopia.leeym.com)
Received: from msr46.hinet.net (msr46.hinet.net [168.95.4.146])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8973D43D46;
	Fri, 26 May 2006 05:46:00 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by msr46.hinet.net (8.9.3/8.9.3) with ESMTP id NAA20820;
	Fri, 26 May 2006 13:45:58 +0800 (CST)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id 293A0B29CCA;
	Fri, 26 May 2006 13:45:58 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
	by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id L1R8OGgdB3Wa; Fri, 26 May 2006 13:45:44 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id C0997B29CCB; Fri, 26 May 2006 13:45:44 +0800 (CST)
Message-Id: <20060526054544.C0997B29CCB@utopia.leeym.com>
Date: Fri, 26 May 2006 13:45:44 +0800 (CST)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: lth@freebsd.org
Subject: [PATCH] net-mgmt/p5-Net-IP: update to 1.25
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         97947
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/p5-Net-IP: update to 1.25
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lth
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 26 05:50:15 GMT 2006
>Closed-Date:    Mon May 29 08:42:45 GMT 2006
>Last-Modified:  Mon May 29 08:42:45 GMT 2006
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat May 20 11:22:56 CST 2006
>Description:
- Update to 1.25

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

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

--- p5-Net-IP-1.25.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/p5-Net-IP/Makefile,v
retrieving revision 1.14
diff -u -u -r1.14 Makefile
--- Makefile	20 Oct 2005 07:20:20 -0000	1.14
+++ Makefile	26 May 2006 05:44:32 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Net-IP
-PORTVERSION=	1.24
+PORTVERSION=	1.25
 CATEGORIES=	net-mgmt perl5 ipv6
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Net
@@ -15,8 +15,14 @@
 MAINTAINER=	lth@FreeBSD.org
 COMMENT=	Perl extension for manipulating IPv4/IPv6 addresses
 
+RUN_DEPENDS=	${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt
+BUILD_DEPENDS=	${RUN_DEPENDS}
+
 PERL_CONFIGURE=	yes
 
 MAN3=		Net::IP.3
 
+post-configure:
+	${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile
+
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/p5-Net-IP/distinfo,v
retrieving revision 1.12
diff -u -u -r1.12 distinfo
--- distinfo	23 Jan 2006 23:46:01 -0000	1.12
+++ distinfo	26 May 2006 05:44:32 -0000
@@ -1,3 +1,3 @@
-MD5 (Net-IP-1.24.tar.gz) = edc91d262460130f583f3f1c42e041b9
-SHA256 (Net-IP-1.24.tar.gz) = 71bf3dcd8cf07874e4c3bdfea69577b05074bfc16bf1584196b3e37affe31aaa
-SIZE (Net-IP-1.24.tar.gz) = 25736
+MD5 (Net-IP-1.25.tar.gz) = a49c0b02a9b793ff60191cdafc0c202e
+SHA256 (Net-IP-1.25.tar.gz) = 4cd6e2202fd88c46d5458d19bbea80e257b6ba0ec57ea3ac8ae94ed48c9a60c7
+SIZE (Net-IP-1.25.tar.gz) = 25749
--- p5-Net-IP-1.25.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lth 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri May 26 05:52:15 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97947 
State-Changed-From-To: open->closed 
State-Changed-By: lth 
State-Changed-When: Mon May 29 08:42:42 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97947 
>Unformatted:
