diff options
author | Lars Thegler <lth@FreeBSD.org> | 2006-07-14 19:16:22 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2006-07-14 19:16:22 +0000 |
commit | 2ed36baaffa52b996c16a7182f7ae0639c78607c (patch) | |
tree | 9f006644ca91b4172d02f9d04601d848ad0f5fcc /net/p5-File-RsyncP | |
parent | 492c7208e6aa3fbe6b0e563fdebba0bde961f9ac (diff) | |
download | ports-2ed36baaffa52b996c16a7182f7ae0639c78607c.tar.gz ports-2ed36baaffa52b996c16a7182f7ae0639c78607c.zip |
Notes
Diffstat (limited to 'net/p5-File-RsyncP')
-rw-r--r-- | net/p5-File-RsyncP/Makefile | 19 | ||||
-rw-r--r-- | net/p5-File-RsyncP/distinfo | 6 |
2 files changed, 11 insertions, 14 deletions
diff --git a/net/p5-File-RsyncP/Makefile b/net/p5-File-RsyncP/Makefile index ae11f8104c1e..90ed0d8e516e 100644 --- a/net/p5-File-RsyncP/Makefile +++ b/net/p5-File-RsyncP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= File-RsyncP -PORTVERSION= 0.52 +PORTVERSION= 0.62 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File @@ -15,6 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Perl Rsync client +BUILD_DEPENDS= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ + ${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= File::RsyncP.3 \ @@ -22,18 +26,11 @@ MAN3= File::RsyncP.3 \ File::RsyncP::FileList.3 \ File::RsyncP::FileIO.3 -post-patch: - @${FIND} ${WRKSRC} -name \*.orig -delete - .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} <= 500503 -# make PREFIX-clean under perl 5.005_03 -post-configure: - ${PERL} -pi -e 's,/usr/local/,\$$(PREFIX)/,g' \ - ${WRKSRC}/Makefile \ - ${WRKSRC}/Digest/Makefile \ - ${WRKSRC}/FileList/Makefile +.if ${PERL_LEVEL} < 500703 +# inherited from devel/p5-Encode +IGNORE= requires Perl 5.7.3 or above. Please install lang/perl5.8, and try again .endif .include <bsd.port.post.mk> diff --git a/net/p5-File-RsyncP/distinfo b/net/p5-File-RsyncP/distinfo index 5b8e9a4c701a..d5594f6d174d 100644 --- a/net/p5-File-RsyncP/distinfo +++ b/net/p5-File-RsyncP/distinfo @@ -1,3 +1,3 @@ -MD5 (File-RsyncP-0.52.tar.gz) = b02839e62a9933e6faa1ec2e8fcd8bb1 -SHA256 (File-RsyncP-0.52.tar.gz) = e26f91080c3d5f921dbc693bfe51ff660cddcfbb8fc4be87d885533f3624f86d -SIZE (File-RsyncP-0.52.tar.gz) = 59007 +MD5 (File-RsyncP-0.62.tar.gz) = 16dcbd537d20c7435e1affd09d65a5ce +SHA256 (File-RsyncP-0.62.tar.gz) = 44c6cf31e63a8db614d1d0680d6b54caf952cd2a6cdc28f797b5ab2f288135ce +SIZE (File-RsyncP-0.62.tar.gz) = 174131 |