diff options
author | abs <abs@pkgsrc.org> | 2008-05-28 20:54:43 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-05-28 20:54:43 +0000 |
commit | e07a1f67b41abaf6afa074d6b085386b7609c2e8 (patch) | |
tree | b0de17de6f1ec4680928a4e6eafca2f04229488f | |
parent | 7d297b82c6e4465e1cb27cae5d65c0af9dd83c66 (diff) | |
download | pkgsrc-e07a1f67b41abaf6afa074d6b085386b7609c2e8.tar.gz |
Update sysutils/p5-File-Copy-Recursive from 0.35 to 0.36
0.36 Wed Apr 16 15:32:36 2008
- made all bareword file handles be lexical variables if the perl is new enough to support it (5.6.0 and up, see 'Indirect Filehandles' in perlopentut)
-rw-r--r-- | sysutils/p5-File-Copy-Recursive/Makefile | 7 | ||||
-rw-r--r-- | sysutils/p5-File-Copy-Recursive/distinfo | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sysutils/p5-File-Copy-Recursive/Makefile b/sysutils/p5-File-Copy-Recursive/Makefile index 1bd787cf58c..8faa8b67e38 100644 --- a/sysutils/p5-File-Copy-Recursive/Makefile +++ b/sysutils/p5-File-Copy-Recursive/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2007/11/17 13:00:49 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.3 2008/05/28 20:54:43 abs Exp $ -DISTNAME= File-Copy-Recursive-0.35 +DISTNAME= File-Copy-Recursive-0.36 PKGNAME= p5-${DISTNAME} CATEGORIES= sysutils devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-module/File/} @@ -9,7 +9,10 @@ MAINTAINER= kuli0020@umn.edu HOMEPAGE= http://search.cpan.org/dist/File-Copy-Recursive/ COMMENT= Perl extension for recursively copying files and directories +USE_LANGUAGES= # empty PERL5_PACKLIST= auto/File/Copy/Recursive/.packlist +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/p5-File-Copy-Recursive/distinfo b/sysutils/p5-File-Copy-Recursive/distinfo index 39ebdc4217e..bc423ec15cf 100644 --- a/sysutils/p5-File-Copy-Recursive/distinfo +++ b/sysutils/p5-File-Copy-Recursive/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2007/11/17 13:00:49 hiramatsu Exp $ +$NetBSD: distinfo,v 1.3 2008/05/28 20:54:43 abs Exp $ -SHA1 (File-Copy-Recursive-0.35.tar.gz) = 2804a50b48620055fd17f8d009e3818cc8487df2 -RMD160 (File-Copy-Recursive-0.35.tar.gz) = 2a377fd226d79e875d1df7c764f5b61b204c1ed0 -Size (File-Copy-Recursive-0.35.tar.gz) = 9923 bytes +SHA1 (File-Copy-Recursive-0.36.tar.gz) = c5bedde25e24c50f8c37e6e0fe035a4ad805155c +RMD160 (File-Copy-Recursive-0.36.tar.gz) = 6dc2f44aedd8cba82aebb28d3b0e8d055bdb54b9 +Size (File-Copy-Recursive-0.36.tar.gz) = 10103 bytes |