pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libtcpa libtcpa: We no longer have openssl < ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39e8c966d6f5
branches:  trunk
changeset: 421510:39e8c966d6f5
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Jan 16 13:34:48 2020 +0000

description:
libtcpa: We no longer have openssl < 1.1.

diffstat:

 security/libtcpa/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (17 lines):

diff -r eac460c78c2f -r 39e8c966d6f5 security/libtcpa/Makefile
--- a/security/libtcpa/Makefile Thu Jan 16 13:33:50 2020 +0000
+++ b/security/libtcpa/Makefile Thu Jan 16 13:34:48 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/11/04 21:12:55 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2020/01/16 13:34:48 jperkin Exp $
 #
 
 DISTNAME=              tpm-1.1b
@@ -31,7 +31,5 @@
        ${INSTALL_DATA} ${WRKSRC}/libtcpa/License ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
        ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
 
-BUILDLINK_API_DEPENDS.openssl+=        openssl<1.1
-BUILDLINK_ABI_DEPENDS.openssl+=        openssl<1.1
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index