diff options
author | mat <mat@FreeBSD.org> | 2013-08-22 21:13:06 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-08-22 21:13:06 +0800 |
commit | 2e2b0b7c44758b65308e432955e0f78412e02de1 (patch) | |
tree | 60c5db089d6b6d94b0ea672832bed5612e95cca5 /net | |
parent | c10d610f630dfa5e27b8e72c9ef3c72d7318a7c2 (diff) | |
download | freebsd-ports-gnome-2e2b0b7c44758b65308e432955e0f78412e02de1.tar.gz freebsd-ports-gnome-2e2b0b7c44758b65308e432955e0f78412e02de1.tar.zst freebsd-ports-gnome-2e2b0b7c44758b65308e432955e0f78412e02de1.zip |
Update to 1.36
Convert to new OPTIONS_foo.
Remove redundant DEP.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-SSH-Perl/Makefile | 14 | ||||
-rw-r--r-- | net/p5-Net-SSH-Perl/distinfo | 4 | ||||
-rw-r--r-- | net/p5-Net-SSH-Perl/pkg-plist | 1 |
3 files changed, 7 insertions, 12 deletions
diff --git a/net/p5-Net-SSH-Perl/Makefile b/net/p5-Net-SSH-Perl/Makefile index d2f08901463f..d239bea03295 100644 --- a/net/p5-Net-SSH-Perl/Makefile +++ b/net/p5-Net-SSH-Perl/Makefile @@ -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> - -.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 +GMP_BUILD_DEPEND= p5-Math-BigInt-GMP>=0:${PORTSDIR}/math/p5-Math-BigInt-GMP +GMP_RUN_DEPEND= ${GMP_BUILD_DEPEND} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net/p5-Net-SSH-Perl/distinfo b/net/p5-Net-SSH-Perl/distinfo index 9a98be918b40..ef7cfab401b0 100644 --- a/net/p5-Net-SSH-Perl/distinfo +++ b/net/p5-Net-SSH-Perl/distinfo @@ -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 diff --git a/net/p5-Net-SSH-Perl/pkg-plist b/net/p5-Net-SSH-Perl/pkg-plist index d51e7f17453b..f0c7d869e939 100644 --- a/net/p5-Net-SSH-Perl/pkg-plist +++ b/net/p5-Net-SSH-Perl/pkg-plist @@ -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 |