ports/58004: Update port: misc/p5-File-CounterFile from 1.00 to 1.01

Cheng-Lung Sung clsung at dragon2.net
Tue Oct 14 12:40:28 UTC 2003


>Number:         58004
>Category:       ports
>Synopsis:       Update port: misc/p5-File-CounterFile from 1.00 to 1.01
>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 Oct 14 05:40:19 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.8-RELEASE-p13 i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #3: Wed Oct 8 07:32:16 CST 2003 root at sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386

>Description:
- Update port.
>How-To-Repeat:
>Fix:

diff -ruN /usr/ports/misc/p5-File-CounterFile/Makefile ./p5-File-CounterFile/Makefile
--- /usr/ports/misc/p5-File-CounterFile/Makefile	Tue Sep  9 20:59:59 2003
+++ ./p5-File-CounterFile/Makefile	Tue Oct 14 20:31:59 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	File-CounterFile
-PORTVERSION=	1.00
+PORTVERSION=	1.01
 CATEGORIES=	misc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	File
diff -ruN /usr/ports/misc/p5-File-CounterFile/distinfo ./p5-File-CounterFile/distinfo
--- /usr/ports/misc/p5-File-CounterFile/distinfo	Tue Sep  9 20:59:59 2003
+++ ./p5-File-CounterFile/distinfo	Tue Oct 14 20:31:32 2003
@@ -1 +1 @@
-MD5 (File-CounterFile-1.00.tar.gz) = 101bff08b3d307f8e9018cd9fcff45fc
+MD5 (File-CounterFile-1.01.tar.gz) = 652a4c66c4a6dd96f940c9ff28046cfc
diff -ruN /usr/ports/misc/p5-File-CounterFile/files/patch-CounterFile.pm ./p5-File-CounterFile/files/patch-CounterFile.pm
--- /usr/ports/misc/p5-File-CounterFile/files/patch-CounterFile.pm	Thu Jan  1 08:00:00 1970
+++ ./p5-File-CounterFile/files/patch-CounterFile.pm	Tue Oct 14 20:31:06 2003
@@ -0,0 +1,20 @@
+--- CounterFile.pm.orig	Tue Jul 30 23:45:06 2002
++++ CounterFile.pm	Sun Jul  6 08:08:46 2003
+@@ -19,7 +19,7 @@
+ $DEFAULT_INITIAL = 0;                  # default initial counter value
+ 
+  # default location for counter files
+-$DEFAULT_DIR = $ENV{TMPDIR} || "/usr/tmp";
++$DEFAULT_DIR = $ENV{TMPDIR} || "/var/tmp";
+ 
+ # 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.
+ 
diff -ruN /usr/ports/misc/p5-File-CounterFile/files/patch-aa ./p5-File-CounterFile/files/patch-aa
--- /usr/ports/misc/p5-File-CounterFile/files/patch-aa	Tue Sep  9 20:59:59 2003
+++ ./p5-File-CounterFile/files/patch-aa	Thu Jan  1 08:00:00 1970
@@ -1,20 +0,0 @@
---- CounterFile.pm.orig	Tue Jul 30 23:45:06 2002
-+++ CounterFile.pm	Sun Jul  6 08:08:46 2003
-@@ -19,7 +19,7 @@
- $DEFAULT_INITIAL = 0;                  # default initial counter value
- 
-  # default location for counter files
--$DEFAULT_DIR = $ENV{TMPDIR} || "/usr/tmp";
-+$DEFAULT_DIR = $ENV{TMPDIR} || "/var/tmp";
- 
- # 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.
- 

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



More information about the freebsd-ports-bugs mailing list