pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ucspi-ssl Require latest ucspi-tcp6 for IPv4 fixes...
details: https://anonhg.NetBSD.org/pkgsrc/rev/14737e01cdfb
branches: trunk
changeset: 399975:14737e01cdfb
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Mon Aug 19 22:09:06 2019 +0000
description:
Require latest ucspi-tcp6 for IPv4 fixes. Bump PKGREVISION.
diffstat:
net/ucspi-ssl/Makefile | 4 ++--
net/ucspi-ssl/options.mk | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (36 lines):
diff -r 5eeaf464aaf3 -r 14737e01cdfb net/ucspi-ssl/Makefile
--- a/net/ucspi-ssl/Makefile Mon Aug 19 22:05:47 2019 +0000
+++ b/net/ucspi-ssl/Makefile Mon Aug 19 22:09:06 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.36 2019/08/11 13:22:31 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2019/08/19 22:09:06 schmonz Exp $
#
DISTNAME= ucspi-ssl-0.10.11
PKGNAME= ${DISTNAME:S/-0./-0.999./}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= https://www.fehcom.de/ipnet/ucspi-ssl/
EXTRACT_SUFX= .tgz
diff -r 5eeaf464aaf3 -r 14737e01cdfb net/ucspi-ssl/options.mk
--- a/net/ucspi-ssl/options.mk Mon Aug 19 22:05:47 2019 +0000
+++ b/net/ucspi-ssl/options.mk Mon Aug 19 22:09:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2019/01/10 13:23:16 schmonz Exp $
+# $NetBSD: options.mk,v 1.9 2019/08/19 22:09:06 schmonz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ucspi-ssl
PKG_SUPPORTED_OPTIONS+= inet6 perl
@@ -6,9 +6,9 @@
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Minet6)
-DEPENDS+= ucspi-tcp6>=1.10:../../net/ucspi-tcp6
+DEPENDS+= ucspi-tcp6>=1.10.7nb1:../../net/ucspi-tcp6
.else
-DEPENDS+= {ucspi-tcp6-[0-9]*,ucspi-tcp-[0-9]*}:../../net/ucspi-tcp
+DEPENDS+= {ucspi-tcp6>=1.10.7nb1,ucspi-tcp-[0-9]*}:../../net/ucspi-tcp
.endif
PLIST_VARS+= perl
Home |
Main Index |
Thread Index |
Old Index