aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-File-CounterFile/files
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-07-06 13:08:01 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-07-06 13:08:01 +0000
commit2f1942cee974440a332530dbc072fcac31b71cf0 (patch)
treed46a8f684e68f999a472a195e1421d405417a34a /misc/p5-File-CounterFile/files
parente056005fa626467ef3b34657b804f1eda3f7a6bd (diff)
downloadports-2f1942cee974440a332530dbc072fcac31b71cf0.tar.gz
ports-2f1942cee974440a332530dbc072fcac31b71cf0.zip
Notes
Diffstat (limited to 'misc/p5-File-CounterFile/files')
-rw-r--r--misc/p5-File-CounterFile/files/patch-aa24
1 files changed, 12 insertions, 12 deletions
diff --git a/misc/p5-File-CounterFile/files/patch-aa b/misc/p5-File-CounterFile/files/patch-aa
index 8852aa1342ae..dbea78491478 100644
--- a/misc/p5-File-CounterFile/files/patch-aa
+++ b/misc/p5-File-CounterFile/files/patch-aa
@@ -1,6 +1,15 @@
---- CounterFile.pm.orig Sat May 16 21:47:34 1998
-+++ CounterFile.pm Mon Apr 8 11:48:26 2002
-@@ -31,7 +31,7 @@
+--- 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
@@ -9,12 +18,3 @@
variable is defined. You may want to assign a different value to this
variable before creating counters.
-@@ -88,7 +88,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,