pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnutls Add upper bound for nettle dependency ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/561f93ce0019
branches:  trunk
changeset: 652520:561f93ce0019
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jun 03 20:43:52 2015 +0000

description:
Add upper bound for nettle dependency (3.x is not supported).

diffstat:

 security/gnutls/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ff1c2943085a -r 561f93ce0019 security/gnutls/Makefile
--- a/security/gnutls/Makefile  Wed Jun 03 19:18:41 2015 +0000
+++ b/security/gnutls/Makefile  Wed Jun 03 20:43:52 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.153 2015/06/01 21:50:22 spz Exp $
+# $NetBSD: Makefile,v 1.154 2015/06/03 20:43:52 wiz Exp $
 
 DISTNAME=      gnutls-3.3.15
 CATEGORIES=    security devel
@@ -57,6 +57,7 @@
 .include "../../devel/gmp/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libtasn1+=       libtasn1>=0.3.4
 .include "../../security/libtasn1/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libnettle+=      nettle<3
 .include "../../security/nettle/buildlink3.mk"
 # guile is useful for selftests, but bindings should be separate pkgs
 #.include "../../lang/guile/buildlink3.mk"



Home | Main Index | Thread Index | Old Index