Date: Thu, 15 Feb 2007 08:06:43 +0800 (CST) From: Rong-En Fan <rafan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: james@now.ie Subject: ports/109182: [PATCH] textproc/p5-Text-Netstring: update to 0.07 Message-ID: <200702150006.l1F06hdS097162@svm.csie.ntu.edu.tw> Resent-Message-ID: <200702150010.l1F0A3uR071745@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 109182 >Category: ports >Synopsis: [PATCH] textproc/p5-Text-Netstring: update to 0.07 >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: Thu Feb 15 00:10:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 6.2-PRERELEASE amd64 >Organization: NTU CSIE >Environment: >Description: - Update to 0.07 - Use @dirrmtry Port maintainer (james@now.ie) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Text-Netstring-0.07.patch begins here --- Index: Makefile =================================================================== RCS file: /big/freebsd-cvsup/ncvs/ports/textproc/p5-Text-Netstring/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 20 Aug 2004 11:49:59 -0000 1.2 +++ Makefile 15 Feb 2007 00:06:19 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Text-Netstring -PORTVERSION= 0.05 +PORTVERSION= 0.07 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text Index: distinfo =================================================================== RCS file: /big/freebsd-cvsup/ncvs/ports/textproc/p5-Text-Netstring/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 24 Jan 2006 03:09:59 -0000 1.4 +++ distinfo 15 Feb 2007 00:06:19 -0000 @@ -1,3 +1,3 @@ -MD5 (Text-Netstring-0.05.tar.gz) = bb92a08097572eb994e87d6114545a31 -SHA256 (Text-Netstring-0.05.tar.gz) = 918ba43cd94904164e0b19e1ba2fa6860c68790907aabd544235bc0eb919c611 -SIZE (Text-Netstring-0.05.tar.gz) = 4145 +MD5 (Text-Netstring-0.07.tar.gz) = df1fd67977d687a1b104e8756dff4761 +SHA256 (Text-Netstring-0.07.tar.gz) = 7b8c32d59305c1ef93c26346d7b5c03c478f14868c9e514fe75b62f8e475261c +SIZE (Text-Netstring-0.07.tar.gz) = 4635 Index: pkg-plist =================================================================== RCS file: /big/freebsd-cvsup/ncvs/ports/textproc/p5-Text-Netstring/pkg-plist,v retrieving revision 1.2 diff -u -u -r1.2 pkg-plist --- pkg-plist 9 Dec 2004 18:07:40 -0000 1.2 +++ pkg-plist 15 Feb 2007 00:06:19 -0000 @@ -1,5 +1,5 @@ %%SITE_PERL%%/Text/Netstring.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Netstring/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Netstring -@unexec rmdir %%PREFIX%%/%%SITE_PERL%%/Text 2>/dev/null || true -@unexec rmdir %%PREFIX%%/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/Text +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text --- p5-Text-Netstring-0.07.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?200702150006.l1F06hdS097162>