diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-29 17:38:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-29 17:38:39 +0000 |
commit | c0bc72250622eeba6d7a268fbd4c6ca5fa0bb395 (patch) | |
tree | 7a51301f9499c73bf8a9381748da9dbc5bc1f6ef /sysutils/p5-File-Remove | |
parent | a9ac2e675dff8fac25abce0dbcfeab755ba22277 (diff) | |
download | pkgsrc-c0bc72250622eeba6d7a268fbd4c6ca5fa0bb395.tar.gz |
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 (limited to 'sysutils/p5-File-Remove')
-rw-r--r-- | sysutils/p5-File-Remove/Makefile | 4 | ||||
-rw-r--r-- | sysutils/p5-File-Remove/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/p5-File-Remove/Makefile b/sysutils/p5-File-Remove/Makefile index fb0296d11e3..940290d073b 100644 --- a/sysutils/p5-File-Remove/Makefile +++ b/sysutils/p5-File-Remove/Makefile @@ -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 --git a/sysutils/p5-File-Remove/distinfo b/sysutils/p5-File-Remove/distinfo index 0d35694ef0e..d1065c65f0c 100644 --- a/sysutils/p5-File-Remove/distinfo +++ b/sysutils/p5-File-Remove/distinfo @@ -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 |