diff options
author | swills <swills@FreeBSD.org> | 2011-07-03 19:40:49 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-07-03 19:40:49 +0800 |
commit | ae430b66773d3ab07cec0ef7e1d20258c09e74ab (patch) | |
tree | 081b0a98b3f4c8b38cbeffd11f0a9604a15c599f /security/libssh2 | |
parent | 1c1171950f538d258ac5d58e810ddf82c3ccb4cc (diff) | |
download | freebsd-ports-gnome-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.tar.gz freebsd-ports-gnome-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.tar.zst freebsd-ports-gnome-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.zip |
- Chase the libgcrypt shared lib version
Diffstat (limited to 'security/libssh2')
-rw-r--r-- | security/libssh2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile index a539f14f0a27..6fc15ea88036 100644 --- a/security/libssh2/Makefile +++ b/security/libssh2/Makefile @@ -7,7 +7,7 @@ PORTNAME= libssh2 PORTVERSION= 1.2.8 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= security devel MASTER_SITES= http://www.libssh2.org/download/ |