From 263dcff3529d452cd74b4ed020275eeeb3d74a55 Mon Sep 17 00:00:00 2001 From: vanilla Date: Tue, 14 Oct 2003 13:20:35 +0000 Subject: Upgrade to 1.01. Submitted by: Cheng-Lung Sung --- misc/p5-File-CounterFile/Makefile | 2 +- misc/p5-File-CounterFile/distinfo | 2 +- misc/p5-File-CounterFile/files/patch-CounterFile.pm | 20 ++++++++++++++++++++ misc/p5-File-CounterFile/files/patch-aa | 20 -------------------- 4 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 misc/p5-File-CounterFile/files/patch-CounterFile.pm delete mode 100644 misc/p5-File-CounterFile/files/patch-aa (limited to 'misc') diff --git a/misc/p5-File-CounterFile/Makefile b/misc/p5-File-CounterFile/Makefile index e216569d0840..c766bce65a59 100644 --- a/misc/p5-File-CounterFile/Makefile +++ b/misc/p5-File-CounterFile/Makefile @@ -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 --git a/misc/p5-File-CounterFile/distinfo b/misc/p5-File-CounterFile/distinfo index ab1994013aa5..b1aad4345574 100644 --- a/misc/p5-File-CounterFile/distinfo +++ b/misc/p5-File-CounterFile/distinfo @@ -1 +1 @@ -MD5 (File-CounterFile-1.00.tar.gz) = 101bff08b3d307f8e9018cd9fcff45fc +MD5 (File-CounterFile-1.01.tar.gz) = 652a4c66c4a6dd96f940c9ff28046cfc diff --git a/misc/p5-File-CounterFile/files/patch-CounterFile.pm b/misc/p5-File-CounterFile/files/patch-CounterFile.pm new file mode 100644 index 000000000000..dbea78491478 --- /dev/null +++ b/misc/p5-File-CounterFile/files/patch-CounterFile.pm @@ -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, or F is no environment ++environment variable C, or F is no environment + variable is defined. You may want to assign a different value to this + variable before creating counters. + diff --git a/misc/p5-File-CounterFile/files/patch-aa b/misc/p5-File-CounterFile/files/patch-aa deleted file mode 100644 index dbea78491478..000000000000 --- a/misc/p5-File-CounterFile/files/patch-aa +++ /dev/null @@ -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, or F is no environment -+environment variable C, or F is no environment - variable is defined. You may want to assign a different value to this - variable before creating counters. - -- cgit