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.39:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30e17fdd0974
branches:  trunk
changeset: 535848:30e17fdd0974
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 29 17:38:39 2007 +0000

description:
Update to 0.39:

0.39 Mon 12 Nov 2007  (Adam Kennedy)
        - No functional changes
        - Updating to Module::Install 0.68

0.38 Mon 15 Oct 2007  (Adam Kennedy)
        - Removed an extremely dangerous and reckless test case that tried
          to delete a soft link to root and (when it failed) deleted the
          actual root directory.

0.37 Sun  8 Jul 2007  (Adam Kennedy)
        - Restoring support for broken symlinks (Marek Rouchal)
        - Adding tests for the broken symlink case (Marek Rouchal)
        - Tidying up the Changes file a bit

0.36 Fri 30 Jun 2007  (Adam Kennedy)
        - Avoid the installation of Mac::Glue.
          (It should not be necesary to test voice synthesis to delete a file)
        - Anyone truly needing "trash" support will need to add a dependency
          on Mac::Glue themself. The function may be split out of File::Remove
          later down the track.
        - Constanting the debugger flag for a minor speed and memory improvement
        - Copy in a known-readonly flag for more accurate testing on Win32
        - Remove assumption that -w implied deletion rights on Win32
        - Validate that the file was actually deleted.
        - Add better mode-handling for files.
        - Add smarter implementation of "candelete" logic.

0.35 Fri  9 Feb 2007  (Stephen Steneker)
        - Update makefile to require Mac::Glue version compatible with Intel macs
        - Change pod heading from "methods" to "subroutines" [RT#13687]
        - No functional changes from 0.34

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 ed354411819d -r 30e17fdd0974 sysutils/p5-File-Remove/Makefile
--- a/sysutils/p5-File-Remove/Makefile  Thu Nov 29 17:31:44 2007 +0000
+++ b/sysutils/p5-File-Remove/Makefile  Thu Nov 29 17:38:39 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2007/02/18 02:03:34 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2007/11/29 17:38:39 wiz Exp $
 
-DISTNAME=      File-Remove-0.34
+DISTNAME=      File-Remove-0.39
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    perl5 sysutils
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=File/}
diff -r ed354411819d -r 30e17fdd0974 sysutils/p5-File-Remove/distinfo
--- a/sysutils/p5-File-Remove/distinfo  Thu Nov 29 17:31:44 2007 +0000
+++ b/sysutils/p5-File-Remove/distinfo  Thu Nov 29 17:38:39 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2007/02/18 02:03:34 wiz Exp $
+$NetBSD: distinfo,v 1.5 2007/11/29 17:38:39 wiz Exp $
 
-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
+SHA1 (File-Remove-0.39.tar.gz) = e9bef56e35de0d6a3dcf846f5463ee436042889c
+RMD160 (File-Remove-0.39.tar.gz) = 964bcda4310721fb69286c50bc2e05c57616a12f
+Size (File-Remove-0.39.tar.gz) = 15689 bytes



Home | Main Index | Thread Index | Old Index