diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-06 12:44:27 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-06 12:44:27 +0000 |
commit | b37312a9747554c66d10a0f2f4bf8e948359c361 (patch) | |
tree | 94a714987d43641534f3a7b4d6c4451e181b51f2 /sysutils | |
parent | beaef0b981a12ec99045b5b2276fd2ed7aff462a (diff) | |
download | pkgsrc-b37312a9747554c66d10a0f2f4bf8e948359c361.tar.gz |
Update p5-File-Remove to 1.50.
Changes from previous:
1.50 Mon 11 Jul 2011 - Adam Kennedy
- Adding a second skip for the known-bad cygwin file permissions problem
1.49 Wed 14 Mar 2011 - Adam Kennedy
- Restoring 02_directoreis to no_plan as it runs different test counts
on different systems.
1.48 Fri 11 Mar 2011 - Adam Kennedy
- Promoting dev code to production version
- Fixed a major bug in the 1.46 logic that works out what to change the
cwd to when deleting while inside a directory.
1.47_01 Fri 18 Feb 2011 - Adam Kennedy
- Add test counts to all test scripts
- Added a test for space-safe globs
1.46 Fri 18 Feb 2011 - Adam Kennedy
- No changes from 1.45_01
- CPAN Testers likes the dev release, moving to production release
1.45_01 Thu 17 Feb 2011 - Adam Kennedy
- Updated to Module::Install::DSL 1.00
- Skip test on cygwin due to non-root users not being able to deny
themselves write permissions to files.
- Added a test to delete directories when the current working
directory is inside the location to delete (ADAMK)
- Fixes for trash() with callbacks and on Mac (MIYAGAWA)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/p5-File-Remove/Makefile | 6 | ||||
-rw-r--r-- | sysutils/p5-File-Remove/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/p5-File-Remove/Makefile b/sysutils/p5-File-Remove/Makefile index 39e82985ada..2c395c190e1 100644 --- a/sysutils/p5-File-Remove/Makefile +++ b/sysutils/p5-File-Remove/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.17 2011/08/14 14:52:49 obache Exp $ +# $NetBSD: Makefile,v 1.18 2011/10/06 12:44:27 hiramatsu Exp $ -DISTNAME= File-Remove-1.42 +DISTNAME= File-Remove-1.50 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= perl5 sysutils MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/File-Remove/ COMMENT= Remove files and directories +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/sysutils/p5-File-Remove/distinfo b/sysutils/p5-File-Remove/distinfo index 0c235bc5f6b..e393af25cce 100644 --- a/sysutils/p5-File-Remove/distinfo +++ b/sysutils/p5-File-Remove/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2008/08/05 22:13:05 he Exp $ +$NetBSD: distinfo,v 1.9 2011/10/06 12:44:27 hiramatsu Exp $ -SHA1 (File-Remove-1.42.tar.gz) = 09d2bf0d6a86155e17fe4a82e177d5f1c31d39e2 -RMD160 (File-Remove-1.42.tar.gz) = 4dbc9d092e436984c876126fe716027a9a5ff8b5 -Size (File-Remove-1.42.tar.gz) = 27592 bytes +SHA1 (File-Remove-1.50.tar.gz) = 13c3ca54d946c77c9df9e8624b74bb4d72b91f30 +RMD160 (File-Remove-1.50.tar.gz) = 06424c49e6b2b625fa7ca7a54eb21596445927f0 +Size (File-Remove-1.50.tar.gz) = 36224 bytes |