diff options
author | pav <pav@FreeBSD.org> | 2007-07-11 02:53:41 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-11 02:53:41 +0800 |
commit | 25038928f58aec7769ad40ba1ae7a641b63ea253 (patch) | |
tree | 26f0ee5baa25515ce3e9cb6bc6f7c5d36d3d4198 /net/p5-Net-SSH2 | |
parent | 417ef3b329f30193e92e49acaa40ac407c292a27 (diff) | |
download | freebsd-ports-gnome-25038928f58aec7769ad40ba1ae7a641b63ea253.tar.gz freebsd-ports-gnome-25038928f58aec7769ad40ba1ae7a641b63ea253.tar.zst freebsd-ports-gnome-25038928f58aec7769ad40ba1ae7a641b63ea253.zip |
- Chase libssh2 update
Pointy hat to: lx
Diffstat (limited to 'net/p5-Net-SSH2')
-rw-r--r-- | net/p5-Net-SSH2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-SSH2/Makefile b/net/p5-Net-SSH2/Makefile index f3f82335d9a0..341271922a06 100644 --- a/net/p5-Net-SSH2/Makefile +++ b/net/p5-Net-SSH2/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-SSH2 PORTVERSION= 0.10 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -15,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tjs@cdpa.nsysu.edu.tw COMMENT= Support for the SSH 2 protocol via libSSH2 -LIB_DEPENDS= ssh2.0:${PORTSDIR}/security/libssh2 +LIB_DEPENDS= ssh2.1:${PORTSDIR}/security/libssh2 PERL_CONFIGURE= yes |