1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 1.36

Convert to new OPTIONS_foo.
Remove redundant DEP.
This commit is contained in:
Mathieu Arnold 2013-08-22 13:13:06 +00:00
parent 5970b54cbd
commit 9f25ad8daf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325196
3 changed files with 7 additions and 12 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Net-SSH-Perl
PORTVERSION= 1.35
PORTVERSION= 1.36
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -13,7 +13,6 @@ COMMENT= Perl5 module implements both the SSH1 and SSH2 protocols
BUILD_DEPENDS= p5-String-CRC32>=0:${PORTSDIR}/devel/p5-String-CRC32 \
p5-Math-GMP>=0:${PORTSDIR}/math/p5-Math-GMP \
p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
p5-Crypt-DSA>=0:${PORTSDIR}/security/p5-Crypt-DSA \
p5-Crypt-DH>=0:${PORTSDIR}/security/p5-Crypt-DH \
p5-Math-Pari>=0:${PORTSDIR}/math/p5-Math-Pari \
@ -71,12 +70,7 @@ OPTIONS_DEFINE= GMP
OPTIONS_DEFAULT= GMP
GMP_DESC= Use the optimized Math::BigInt::GMP backend
.include <bsd.port.pre.mk>
GMP_BUILD_DEPEND= p5-Math-BigInt-GMP>=0:${PORTSDIR}/math/p5-Math-BigInt-GMP
GMP_RUN_DEPEND= ${GMP_BUILD_DEPEND}
.if ${PORT_OPTIONS:MGMP}
GMP_DEPEND= p5-Math-BigInt-GMP>=0:${PORTSDIR}/math/p5-Math-BigInt-GMP
BUILD_DEPENDS+= ${GMP_DEPEND}
RUN_DEPENDS+= ${GMP_DEPEND}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Net-SSH-Perl-1.35.tar.gz) = 198558d2a434dda9263f78b03458b2cad9756bc3de082b7297f200d1b5d8a116
SIZE (Net-SSH-Perl-1.35.tar.gz) = 113835
SHA256 (Net-SSH-Perl-1.36.tar.gz) = 18c84300105ada6617f840b2e9a233a4584a2e86c3706ba536f7d2fa0e4969da
SIZE (Net-SSH-Perl-1.36.tar.gz) = 117219

View File

@ -3,6 +3,7 @@
%%SITE_PERL%%/Net/SSH/Perl/Auth.pm
%%SITE_PERL%%/Net/SSH/Perl/Auth/ChallengeResponse.pm
%%SITE_PERL%%/Net/SSH/Perl/Auth/KeyboardInt.pm
%%SITE_PERL%%/Net/SSH/Perl/Auth/KeyboardInteractive.pm
%%SITE_PERL%%/Net/SSH/Perl/Auth/Password.pm
%%SITE_PERL%%/Net/SSH/Perl/Auth/PublicKey.pm
%%SITE_PERL%%/Net/SSH/Perl/Auth/RSA.pm