Date: Sat, 23 Feb 2008 20:03:22 GMT From: Felippe de Meirelles Motta <lippemail@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/121019: [UPDATE] net-mgmt/p5-Net-IP-Match-Regexp Message-ID: <200802232003.m1NK3MWC005765@www.freebsd.org> Resent-Message-ID: <200802232010.m1NKA5ZC035338@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121019 >Category: ports >Synopsis: [UPDATE] net-mgmt/p5-Net-IP-Match-Regexp >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: Sat Feb 23 20:10:05 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Felippe de Meirelles Motta >Release: FreeBSD 7.0-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008 lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC >Description: - Updated to 1.00 - Use CPAN macro - Better adjustment of dependences - PERL_CONFIGURE instead of PERL_MODBUILD - Update pkg-plist >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net-mgmt/p5-Net-IP-Match-Regexp/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 8 Sep 2007 01:02:51 -0000 1.3 +++ Makefile 21 Feb 2008 11:12:31 -0000 @@ -6,19 +6,15 @@ # PORTNAME= Net-IP-Match-Regexp -PORTVERSION= 0.94 +PORTVERSION= 1.00 CATEGORIES= net-mgmt perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Net +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -EXTRACT_SUFX= .tgz MAINTAINER= timur@FreeBSD.org COMMENT= Efficiently match IP addresses against IP ranges via regexp -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple - -PERL_MODBUILD= yes +PERL_CONFIGURE= 5.6.0+ MAN3= Net::IP::Match::Regexp.3 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net-mgmt/p5-Net-IP-Match-Regexp/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 15 Aug 2006 07:30:59 -0000 1.1 +++ distinfo 21 Feb 2008 11:12:31 -0000 @@ -1,3 +1,3 @@ -MD5 (Net-IP-Match-Regexp-0.94.tgz) = be72946b8fc39c641b8b1842d4036b06 -SHA256 (Net-IP-Match-Regexp-0.94.tgz) = 3400e10d232d277b85ba6c0173896f21552a6eb43630c782c4dde908231a0939 -SIZE (Net-IP-Match-Regexp-0.94.tgz) = 20116 +MD5 (Net-IP-Match-Regexp-1.00.tar.gz) = a9e7938dbb3dccb77587835a3b7f9dec +SHA256 (Net-IP-Match-Regexp-1.00.tar.gz) = c154c87633d6663ae29a434da0fda730e5d9f33cf5462468cac68db9f7613383 +SIZE (Net-IP-Match-Regexp-1.00.tar.gz) = 10496 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net-mgmt/p5-Net-IP-Match-Regexp/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 15 Aug 2006 07:30:59 -0000 1.1 +++ pkg-plist 21 Feb 2008 11:12:31 -0000 @@ -1,4 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/Match/Regexp/.packlist %%SITE_PERL%%/Net/IP/Match/Regexp.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/Match/Regexp +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/Match @dirrmtry %%SITE_PERL%%/Net/IP/Match @dirrmtry %%SITE_PERL%%/Net/IP @dirrmtry %%SITE_PERL%%/Net >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802232003.m1NK3MWC005765>