Date: Fri, 16 May 2003 15:27:52 +0200 (CEST) From: Mathieu Arnold <m@absolight.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: m@absolight.net Subject: ports/52327: (update) misc/p5-File-CounterFile to 1.00 Message-ID: <20030516132752.0C7FF86C5@aragorn.reaumur.absolight.net> Resent-Message-ID: <200305161330.h4GDUFxa043225@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52327 >Category: ports >Synopsis: (update) misc/p5-File-CounterFile to 1.00 >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: Fri May 16 06:30:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 4.8-RELEASE i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386 >Description: Update to 1.00 Fix WWW site >How-To-Repeat: >Fix: --- p5-File-CounterFile-1.00.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/p5-File-CounterFile/Makefile,v retrieving revision 1.3 diff -u -b -w -r1.3 Makefile --- Makefile 2003/02/21 12:48:13 1.3 +++ Makefile 2003/05/16 13:26:25 @@ -6,7 +6,7 @@ # PORTNAME= File-CounterFile -PORTVERSION= 0.12 +PORTVERSION= 1.00 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File @@ -17,7 +17,6 @@ PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= File::CounterFile.3 .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/misc/p5-File-CounterFile/distinfo,v retrieving revision 1.1 diff -u -b -w -r1.1 distinfo --- distinfo 2000/06/30 01:05:40 1.1 +++ distinfo 2003/05/16 13:26:25 @@ -1 +1 @@ -MD5 (File-CounterFile-0.12.tar.gz) = 3102c3a464278b42ccd5a2eca250cabc +MD5 (File-CounterFile-1.00.tar.gz) = 101bff08b3d307f8e9018cd9fcff45fc Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/misc/p5-File-CounterFile/pkg-descr,v retrieving revision 1.1 diff -u -b -w -r1.1 pkg-descr --- pkg-descr 2000/06/30 01:05:41 1.1 +++ pkg-descr 2003/05/16 13:26:25 @@ -3,4 +3,4 @@ so multiple processes might try to access the same counters at the same time without risk fo counter destruction. -WWW: http://www.cpan.org/ +WWW: http://search.cpan.org/dist/File-CounterFile/ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/p5-File-CounterFile/pkg-plist,v retrieving revision 1.2 diff -u -b -w -r1.2 pkg-plist --- pkg-plist 2001/04/14 21:12:17 1.2 +++ pkg-plist 2003/05/16 13:26:25 @@ -1,5 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/File/CounterFile.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/CounterFile/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/CounterFile -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/File 2>/dev/null || true +%%SITE_PERL%%/File/CounterFile.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/CounterFile/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/CounterFile +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/File 2>/dev/null || true Index: files/patch-aa =================================================================== RCS file: /home/ncvs/ports/misc/p5-File-CounterFile/files/patch-aa,v retrieving revision 1.1 diff -u -b -w -r1.1 patch-aa --- files/patch-aa 2002/04/16 07:35:46 1.1 +++ files/patch-aa 2003/05/16 13:26:25 @@ -1,15 +1,6 @@ ---- CounterFile.pm.orig Sat May 16 21:47:34 1998 -+++ CounterFile.pm Mon Apr 8 11:48:26 2002 -@@ -31,7 +31,7 @@ - If the file name does not start with "/" or ".", then it is - interpreted as a file relative to C<$File::CounterFile::DEFAULT_DIR>. - The default value for this variable is initialized from the --environment variable C<TMPDIR>, or F</usr/tmp> is no environment -+environment variable C<TMPDIR>, or F</var/tmp> is no environment - variable is defined. You may want to assign a different value to this - variable before creating counters. - -@@ -88,7 +88,7 @@ +--- CounterFile.pm.orig Tue Jul 30 16:45:06 2002 ++++ CounterFile.pm Fri May 16 15:23:52 2003 +@@ -19,7 +19,7 @@ $DEFAULT_INITIAL = 0; # default initial counter value # default location for counter files @@ -18,3 +9,12 @@ # Experimental overloading. use overload ('++' => \&inc, +@@ -205,7 +205,7 @@ + If the file name does not start with "/" or ".", then it is + interpreted as a file relative to C<$File::CounterFile::DEFAULT_DIR>. + The default value for this variable is initialized from the +-environment variable C<TMPDIR>, or F</usr/tmp> is no environment ++environment variable C<TMPDIR>, or F</var/tmp> is no environment + variable is defined. You may want to assign a different value to this + variable before creating counters. + --- p5-File-CounterFile-1.00.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030516132752.0C7FF86C5>