[144151] trunk/dports/net/net-snmp/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jan 3 01:40:40 PST 2016


Revision: 144151
          https://trac.macports.org/changeset/144151
Author:   ryandesign at macports.org
Date:     2016-01-03 01:40:40 -0800 (Sun, 03 Jan 2016)
Log Message:
-----------
net-snmp: remove legacy no_ssl variant

Modified Paths:
--------------
    trunk/dports/net/net-snmp/Portfile

Modified: trunk/dports/net/net-snmp/Portfile
===================================================================
--- trunk/dports/net/net-snmp/Portfile	2016-01-03 07:40:58 UTC (rev 144150)
+++ trunk/dports/net/net-snmp/Portfile	2016-01-03 09:40:40 UTC (rev 144151)
@@ -69,17 +69,11 @@
                         --enable-ipv6 \
                         --with-out-mib-modules=mibII/ipv6
 
-# Remove no_ssl variant after December 2015
-variant no_ssl conflicts ssl description {Legacy compatibility variant} {}
-variant ssl conflicts no_ssl description {Enable ssl support} {
+variant ssl description {Enable ssl support} {
     depends_lib-append  path:lib/libssl.dylib:openssl
     configure.args-replace --without-openssl --with-openssl=${prefix}
 }
-if {[variant_isset no_ssl]} {
-    default_variants -ssl
-} else {
-    default_variants +ssl
-}
+default_variants +ssl
 
 variant ksm description {Enable support for kerberos-based SNMP security} {
     depends_lib-append  port:kerberos5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160103/f379540b/attachment.html>


More information about the macports-changes mailing list