diff options
author | tron <tron> | 2014-02-12 23:18:26 +0000 |
---|---|---|
committer | tron <tron> | 2014-02-12 23:18:26 +0000 |
commit | 75ea1fb4e561d593ab132656ac376dcd1de1274c (patch) | |
tree | cbffc12bc4288b42f6a94193463788617531bade /security/libssh | |
parent | 8c07f6366b3ba853a09aa2113e2809fc16383ead (diff) | |
download | pkgsrc-75ea1fb4e561d593ab132656ac376dcd1de1274c.tar.gz |
Recursive PKGREVISION bump for OpenSSL API version bump.
Diffstat (limited to 'security/libssh')
-rw-r--r-- | security/libssh/Makefile | 4 | ||||
-rw-r--r-- | security/libssh/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile index d9cbdd32d43..67cea331bb6 100644 --- a/security/libssh/Makefile +++ b/security/libssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/01/27 18:41:14 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2014/02/12 23:18:33 tron Exp $ # # history: upstream renamed 0.11 to 0.1.1; # we have to use the old-style convention so that version compares work. @@ -6,7 +6,7 @@ VER= 0.5.4 DISTNAME= libssh-${VER} PKGNAME= libssh-0.54 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security MASTER_SITES= https://red.libssh.org/attachments/download/41/ diff --git a/security/libssh/buildlink3.mk b/security/libssh/buildlink3.mk index 07a1436c78e..c286779b91f 100644 --- a/security/libssh/buildlink3.mk +++ b/security/libssh/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.13 2013/02/06 23:20:55 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.14 2014/02/12 23:18:33 tron Exp $ BUILDLINK_TREE+= libssh @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libssh LIBSSH_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libssh+= libssh>=0.54 -BUILDLINK_ABI_DEPENDS.libssh+= libssh>=0.54nb1 +BUILDLINK_ABI_DEPENDS.libssh+= libssh>=0.54nb3 BUILDLINK_PKGSRCDIR.libssh?= ../../security/libssh pkgbase := libssh |