mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 0.62. Now requires perl from ports.
PR: ports/100163 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
This commit is contained in:
parent
492c7208e6
commit
2ed36baaff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167824
2 changed files with 11 additions and 14 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= File-RsyncP
|
PORTNAME= File-RsyncP
|
||||||
PORTVERSION= 0.52
|
PORTVERSION= 0.62
|
||||||
CATEGORIES= net perl5
|
CATEGORIES= net perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= File
|
MASTER_SITE_SUBDIR= File
|
||||||
|
@ -15,6 +15,10 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= lth@FreeBSD.org
|
MAINTAINER= lth@FreeBSD.org
|
||||||
COMMENT= Perl Rsync client
|
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
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
MAN3= File::RsyncP.3 \
|
MAN3= File::RsyncP.3 \
|
||||||
|
@ -22,18 +26,11 @@ MAN3= File::RsyncP.3 \
|
||||||
File::RsyncP::FileList.3 \
|
File::RsyncP::FileList.3 \
|
||||||
File::RsyncP::FileIO.3
|
File::RsyncP::FileIO.3
|
||||||
|
|
||||||
post-patch:
|
|
||||||
@${FIND} ${WRKSRC} -name \*.orig -delete
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${PERL_LEVEL} <= 500503
|
.if ${PERL_LEVEL} < 500703
|
||||||
# make PREFIX-clean under perl 5.005_03
|
# inherited from devel/p5-Encode
|
||||||
post-configure:
|
IGNORE= requires Perl 5.7.3 or above. Please install lang/perl5.8, and try again
|
||||||
${PERL} -pi -e 's,/usr/local/,\$$(PREFIX)/,g' \
|
|
||||||
${WRKSRC}/Makefile \
|
|
||||||
${WRKSRC}/Digest/Makefile \
|
|
||||||
${WRKSRC}/FileList/Makefile
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (File-RsyncP-0.52.tar.gz) = b02839e62a9933e6faa1ec2e8fcd8bb1
|
MD5 (File-RsyncP-0.62.tar.gz) = 16dcbd537d20c7435e1affd09d65a5ce
|
||||||
SHA256 (File-RsyncP-0.52.tar.gz) = e26f91080c3d5f921dbc693bfe51ff660cddcfbb8fc4be87d885533f3624f86d
|
SHA256 (File-RsyncP-0.62.tar.gz) = 44c6cf31e63a8db614d1d0680d6b54caf952cd2a6cdc28f797b5ab2f288135ce
|
||||||
SIZE (File-RsyncP-0.52.tar.gz) = 59007
|
SIZE (File-RsyncP-0.62.tar.gz) = 174131
|
||||||
|
|
Loading…
Add table
Reference in a new issue