svn commit: r451515 - in head/security: openvpn openvpn-mbedtls
Matthias Andree
mandree at FreeBSD.org
Sun Oct 8 09:46:29 UTC 2017
Author: mandree
Date: Sun Oct 8 09:46:27 2017
New Revision: 451515
URL: https://svnweb.freebsd.org/changeset/ports/451515
Log:
Add missing conflicts
Modified:
head/security/openvpn-mbedtls/Makefile
head/security/openvpn/Makefile
Modified: head/security/openvpn-mbedtls/Makefile
==============================================================================
--- head/security/openvpn-mbedtls/Makefile Sun Oct 8 09:19:59 2017 (r451514)
+++ head/security/openvpn-mbedtls/Makefile Sun Oct 8 09:46:27 2017 (r451515)
@@ -5,6 +5,8 @@ PKGNAMESUFFIX= -mbedtls
COMMENT= Secure IP/Ethernet tunnel daemon, mbedTLS-based build
+CONFLICTS_INSTALL= openvpn-[0-9].* openvpn-beta-[0-9]* openvpn-devel-[0-9]*
+
OPTIONS_EXCLUDE= OPENSSL PKCS11 X509ALTUSERNAME
OPTIONS_SLAVE= MBEDTLS
Modified: head/security/openvpn/Makefile
==============================================================================
--- head/security/openvpn/Makefile Sun Oct 8 09:19:59 2017 (r451514)
+++ head/security/openvpn/Makefile Sun Oct 8 09:46:27 2017 (r451515)
@@ -13,7 +13,7 @@ COMMENT?= Secure IP/Ethernet tunnel daemon
LICENSE= GPLv2
-CONFLICTS_INSTALL= openvpn-2.[!4].* openvpn-[!2].* openvpn-beta-[0-9]* openvpn-devel-[0-9]*
+CONFLICTS_INSTALL?= openvpn-2.[!4].* openvpn-[!2].* openvpn-beta-[0-9]* openvpn-devel-[0-9]* openvpn-mbedtls-[0-9]*
GNU_CONFIGURE= yes
USES= cpe libtool pkgconfig shebangfix tar:xz
More information about the svn-ports-head
mailing list