diff options
author | sno <sno> | 2012-05-31 09:10:27 +0000 |
---|---|---|
committer | sno <sno> | 2012-05-31 09:10:27 +0000 |
commit | 2c8372e8309bcb8d353cdb14541353f0fdaed4e3 (patch) | |
tree | 6ba5b24178e3ed87f1d587fd3674a4d56fa4e945 /sysutils/p5-File-Remove/Makefile | |
parent | 4126b72af898f28e44384ac86db90c91ca885970 (diff) | |
download | pkgsrc-2c8372e8309bcb8d353cdb14541353f0fdaed4e3.tar.gz |
Updating package for CPAN module File::Remove in sysutils/p5-File-Remove
from 1.50 to 1.52.
Upstream changes:
1.52 Mon 19 Mar 2012 - Adam Kennedy
- No functional changes
- Updating Module::Install to 1.06
- Moved File::Spec dependency to 3.29 to fix problems with
four-digit decimal dependencies in some downstream packaging
systems.
1.51 Thu 27 Oct 2011 - Adam Kennedy
- END-time deletion by clear() is now fork-safe, it will only remove
paths created in the same process.
Diffstat (limited to 'sysutils/p5-File-Remove/Makefile')
-rw-r--r-- | sysutils/p5-File-Remove/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/p5-File-Remove/Makefile b/sysutils/p5-File-Remove/Makefile index 2c395c190e1..f06240a8455 100644 --- a/sysutils/p5-File-Remove/Makefile +++ b/sysutils/p5-File-Remove/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2011/10/06 12:44:27 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.19 2012/05/31 09:10:27 sno Exp $ -DISTNAME= File-Remove-1.50 +DISTNAME= File-Remove-1.52 PKGNAME= p5-${DISTNAME} CATEGORIES= perl5 sysutils MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} |