diff options
author | clsung <clsung@FreeBSD.org> | 2007-03-05 11:07:29 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-03-05 11:07:29 +0800 |
commit | f7713c01c96659f06449ad137179c52d094c72b6 (patch) | |
tree | e5f016cf43ee8387e2c3e0e95c104b6f2b9af87f /devel | |
parent | e54ddcc262ab7e478c14d1ae3e1fa893c65555cb (diff) | |
download | freebsd-ports-gnome-f7713c01c96659f06449ad137179c52d094c72b6.tar.gz freebsd-ports-gnome-f7713c01c96659f06449ad137179c52d094c72b6.tar.zst freebsd-ports-gnome-f7713c01c96659f06449ad137179c52d094c72b6.zip |
- Update to 0.31
- remove <perl5.6 parts
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-File-Copy-Recursive/Makefile | 13 | ||||
-rw-r--r-- | devel/p5-File-Copy-Recursive/distinfo | 6 |
2 files changed, 5 insertions, 14 deletions
diff --git a/devel/p5-File-Copy-Recursive/Makefile b/devel/p5-File-Copy-Recursive/Makefile index fca142ce07fa..c5544689fd18 100644 --- a/devel/p5-File-Copy-Recursive/Makefile +++ b/devel/p5-File-Copy-Recursive/Makefile @@ -7,7 +7,7 @@ # PORTNAME= File-Copy-Recursive -PORTVERSION= 0.30 +PORTVERSION= 0.31 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File @@ -20,13 +20,4 @@ PERL_CONFIGURE= yes MAN3= File::Copy::Recursive.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -post-patch: - ${PERL} -pi -e 's/(mkdir \S+)/$$1, 0755/g' ${WRKSRC}/Recursive.pm - ${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1); $$1/;' ${WRKSRC}/Recursive.pm - ${REINPLACE_CMD} -e '/warnings/d' ${WRKSRC}/Recursive.pm -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/p5-File-Copy-Recursive/distinfo b/devel/p5-File-Copy-Recursive/distinfo index 6bf185879764..a868be115641 100644 --- a/devel/p5-File-Copy-Recursive/distinfo +++ b/devel/p5-File-Copy-Recursive/distinfo @@ -1,3 +1,3 @@ -MD5 (File-Copy-Recursive-0.30.tar.gz) = d764baa2507d4ab4471174d80589de1f -SHA256 (File-Copy-Recursive-0.30.tar.gz) = c9ebb33c14210dd2ee6a1f2269d71dc39c357780d904e1b208b623b1b5eab9ca -SIZE (File-Copy-Recursive-0.30.tar.gz) = 9707 +MD5 (File-Copy-Recursive-0.31.tar.gz) = 889cc6620f3e159807954668ff59a50c +SHA256 (File-Copy-Recursive-0.31.tar.gz) = ec1105dbaaa7ddec10b7a34818c17d44e9b19dc6410620affab1320b0110e370 +SIZE (File-Copy-Recursive-0.31.tar.gz) = 9849 |