diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-23 19:52:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-23 19:52:32 +0000 |
commit | f536045004a8d159e951ff5ff2eabe37cae9b253 (patch) | |
tree | c0cdaa77fcfb102343ddcd7b62c386de1746c723 | |
parent | 60a58890b3aae5102eced8a2cd8bd00743f44e47 (diff) | |
download | pkgsrc-f536045004a8d159e951ff5ff2eabe37cae9b253.tar.gz |
Update to 1.40:
1.40 Sat 23 Feb 2008
- Dev release looks good, changing to production release
1.39_01 Wed 20 Feb 2008 (Adam Kennedy)
- Fixed rt.cpan.org #30251 "removing dirs enclosed by curly braces"
- remove now ignores globbing if -e is true BEFORE globbing
(This should fix numerous possible failures where people are trying
delete strangely named files, but globbing is kicking in and
expanding the names incorrectly)
- Moving to a production-grade version to indicate module stability
- Adding explicit 5.005 dependency
(Primarily for the benefit of automated quality/anaylsis tools)
-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 940290d073b..68a30e450d5 100644 --- a/sysutils/p5-File-Remove/Makefile +++ b/sysutils/p5-File-Remove/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2007/11/29 17:38:39 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2008/04/23 19:52:32 wiz Exp $ -DISTNAME= File-Remove-0.39 +DISTNAME= File-Remove-1.40 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 d1065c65f0c..1d71b55ac65 100644 --- a/sysutils/p5-File-Remove/distinfo +++ b/sysutils/p5-File-Remove/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2007/11/29 17:38:39 wiz Exp $ +$NetBSD: distinfo,v 1.6 2008/04/23 19:52:32 wiz Exp $ -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 +SHA1 (File-Remove-1.40.tar.gz) = a75f69229fcd1fde0caaadabce720c39abbed705 +RMD160 (File-Remove-1.40.tar.gz) = fa62bb3cc95b29b2769d86aee84752fe41f7508d +Size (File-Remove-1.40.tar.gz) = 17026 bytes |