Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2006 07:31:55 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mich@FreeBSD.org
Subject:   ports/97064: [PATCH] net/p5-Net-Whois-RIPE: update to 1.23
Message-ID:  <20060509233155.51098B2A071@utopia.leeym.com>
Resent-Message-ID: <200605092340.k49NeEb2083061@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         97064
>Category:       ports
>Synopsis:       [PATCH] net/p5-Net-Whois-RIPE: update to 1.23
>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 May 09 23:40:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.1-RC i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.1-RC FreeBSD 6.1-RC #0: Thu May  4 09:18:28 CST
>Description:
- Update to 1.23

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

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

--- p5-Net-Whois-RIPE-1.23.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/p5-Net-Whois-RIPE/Makefile,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile
--- Makefile	7 Sep 2005 14:33:17 -0000	1.10
+++ Makefile	9 May 2006 23:31:45 -0000
@@ -7,16 +7,16 @@
 #
 
 PORTNAME=	Net-Whois-RIPE
-PORTVERSION=	1.22
+PORTVERSION=	1.23
 CATEGORIES=	net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	Net
+MASTER_SITE_SUBDIR=	../by-authors/id/P/PA/PAULG
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	mich@FreeBSD.org
 COMMENT=	Implementation of RIPE Whois
 
-PERL_CONFIGURE=	yes
+PERL_MODBUILD=	yes
 
 MAN3=	Net::Whois::RIPE::Iterator.3 \
 	Net::Whois::RIPE::Object.3 \
@@ -26,6 +26,11 @@
 
 .if ${PERL_LEVEL} < 500601
 RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/IO.pm:${PORTSDIR}/devel/p5-IO
+BUILD_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+post-patch:
+	${REINPLACE_CMD} -e '/warnings/d' ${WRKSRC}/Build.PL
+post-configure:
+	${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile
 .endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net/p5-Net-Whois-RIPE/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo	22 Jan 2006 21:23:30 -0000	1.5
+++ distinfo	9 May 2006 23:31:45 -0000
@@ -1,3 +1,3 @@
-MD5 (Net-Whois-RIPE-1.22.tar.gz) = cc586dddcec5a18b73ecdecb34e2d5eb
-SHA256 (Net-Whois-RIPE-1.22.tar.gz) = 278e56d78c02fff8c70a7fb747aa69879fb160173ac0426a1d4d612e0dc3e16a
-SIZE (Net-Whois-RIPE-1.22.tar.gz) = 22225
+MD5 (Net-Whois-RIPE-1.23.tar.gz) = db5f743fe98b9288b28c4278db671006
+SHA256 (Net-Whois-RIPE-1.23.tar.gz) = ce9e91783128e71a3d189ded0f2294c1728487e07f2ef8785aef42781e68870e
+SIZE (Net-Whois-RIPE-1.23.tar.gz) = 24156
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/net/p5-Net-Whois-RIPE/pkg-plist,v
retrieving revision 1.4
diff -u -u -r1.4 pkg-plist
--- pkg-plist	22 Jan 2006 02:46:00 -0000	1.4
+++ pkg-plist	9 May 2006 23:31:45 -0000
@@ -1,4 +1,3 @@
-%%SITE_PERL%%/Net/Whois/update.pl
 %%SITE_PERL%%/Net/Whois/RIPE.pm
 %%SITE_PERL%%/Net/Whois/RIPE.pod
 %%SITE_PERL%%/Net/Whois/RIPE/Iterator.pm
@@ -10,7 +9,3 @@
 @dirrm %%SITE_PERL%%/Net/Whois/RIPE
 @dirrmtry %%SITE_PERL%%/Net/Whois
 @dirrmtry %%SITE_PERL%%/Net
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Whois/RIPE/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Whois/RIPE
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Whois
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
--- p5-Net-Whois-RIPE-1.23.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060509233155.51098B2A071>