pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/p5-File-Remove Update to 0.34:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e816683c317
branches:  trunk
changeset: 525429:4e816683c317
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 18 02:03:34 2007 +0000

description:
Update to 0.34:

0.34 Mon Nov 6 2006
    - Update t/03 to skip the "is this file not writable" test when
      it would fail because the tests are being run by root (as sometimes
      happens when installing Perl modules).
                            --Jesse Vincent

0.33 Tue 24 Oct 2006
    - Previous release tested ok.
    - Incrementing for production release.
    - No functional changes

0.32_01 Mon 23 Oct 2006
    - Use File::Spec to clean/canon paths instead of hand-stripping trailing slash
    - Apply the File::Path "safe" check manually for the root only, and
      use File::Path itself with safe OFF, so that we can handle deleting
      deep readonly files (and do it properly on VMS)
    - Added a test for the deletion of deep readonly files
    - Removing the use of "our" variables to try and get the Perl version
      dependency back to at least 5.005.
    - Report "deleted" for non-existant files they want to delete
    - Report the path they pass, but for dir USE a File::Spec->canonpath

diffstat:

 sysutils/p5-File-Remove/Makefile |  4 ++--
 sysutils/p5-File-Remove/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 78d3ece39432 -r 4e816683c317 sysutils/p5-File-Remove/Makefile
--- a/sysutils/p5-File-Remove/Makefile  Sun Feb 18 02:01:31 2007 +0000
+++ b/sysutils/p5-File-Remove/Makefile  Sun Feb 18 02:03:34 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2006/01/03 17:36:31 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2007/02/18 02:03:34 wiz Exp $
 
-DISTNAME=      File-Remove-0.31
+DISTNAME=      File-Remove-0.34
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    perl5 sysutils
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=File/}
diff -r 78d3ece39432 -r 4e816683c317 sysutils/p5-File-Remove/distinfo
--- a/sysutils/p5-File-Remove/distinfo  Sun Feb 18 02:01:31 2007 +0000
+++ b/sysutils/p5-File-Remove/distinfo  Sun Feb 18 02:03:34 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2006/01/03 17:36:31 wiz Exp $
+$NetBSD: distinfo,v 1.4 2007/02/18 02:03:34 wiz Exp $
 
-SHA1 (File-Remove-0.31.tar.gz) = 1f55e1cdf9052dad61be278d38bc9a288783ace5
-RMD160 (File-Remove-0.31.tar.gz) = 13afb6a35877624df63b061d01e74cf19785ae96
-Size (File-Remove-0.31.tar.gz) = 5873 bytes
+SHA1 (File-Remove-0.34.tar.gz) = a16ba4438981a1da951ec3fc1cb3860408816793
+RMD160 (File-Remove-0.34.tar.gz) = 3c697f54c1dd7581420149af4ddccba6364f0e67
+Size (File-Remove-0.34.tar.gz) = 14067 bytes



Home | Main Index | Thread Index | Old Index