diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-18 02:03:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-18 02:03:34 +0000 |
commit | d39981d015c7755b8824fd273abeac17722ad260 (patch) | |
tree | 9da4a0a1ba4f08c39dd79bae3e513cef3fa78c44 /sysutils | |
parent | 9c93286dd45c4c3733c207bc2af2c56e17df9f43 (diff) | |
download | pkgsrc-d39981d015c7755b8824fd273abeac17722ad260.tar.gz |
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 (limited to 'sysutils')
-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 348d4533203..fb0296d11e3 100644 --- a/sysutils/p5-File-Remove/Makefile +++ b/sysutils/p5-File-Remove/Makefile @@ -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 --git a/sysutils/p5-File-Remove/distinfo b/sysutils/p5-File-Remove/distinfo index 4cfd964a1a6..0d35694ef0e 100644 --- a/sysutils/p5-File-Remove/distinfo +++ b/sysutils/p5-File-Remove/distinfo @@ -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 |