[70380] trunk/dports/net/wget/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Aug 7 14:25:06 PDT 2010


Revision: 70380
          http://trac.macports.org/changeset/70380
Author:   ryandesign at macports.org
Date:     2010-08-07 14:25:04 -0700 (Sat, 07 Aug 2010)
Log Message:
-----------
wget: handle upgrades for those who were using the +no_ssl variant

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

Modified: trunk/dports/net/wget/Portfile
===================================================================
--- trunk/dports/net/wget/Portfile	2010-08-07 21:14:26 UTC (rev 70379)
+++ trunk/dports/net/wget/Portfile	2010-08-07 21:25:04 UTC (rev 70380)
@@ -60,7 +60,13 @@
     configure.args-replace  s|--without-ssl|--with-libssl-prefix=${prefix}|
 }
 
-default_variants            +ssl
+# Remove this variant later.
+variant no_ssl description {Build without SSL support} {}
+if {[variant_isset no_ssl]} {
+    default_variants        -ssl
+} else {
+    default_variants        +ssl
+}
 
 patchfiles \
     patch-prefix.diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100807/b25dc4b9/attachment.html>


More information about the macports-changes mailing list