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

ryandesign at macports.org ryandesign at macports.org
Sun Aug 14 00:17:55 PDT 2011


Revision: 82465
          http://trac.macports.org/changeset/82465
Author:   ryandesign at macports.org
Date:     2011-08-14 00:17:54 -0700 (Sun, 14 Aug 2011)
Log Message:
-----------
wget: fix ssl variant; uses gnutls not openssl; see #30754

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

Modified: trunk/dports/net/wget/Portfile
===================================================================
--- trunk/dports/net/wget/Portfile	2011-08-14 07:04:12 UTC (rev 82464)
+++ trunk/dports/net/wget/Portfile	2011-08-14 07:17:54 UTC (rev 82465)
@@ -6,6 +6,7 @@
 
 name                    wget
 version                 1.13
+revision                1
 categories              net www
 maintainers             ryandesign
 license                 GPL-3+
@@ -47,13 +48,10 @@
     test.target             check
 }
 
-variant ssl description {Build with SSL support} {
+variant ssl description {Build with SSL support using GnuTLS} {
     depends_build-append    port:pkgconfig
-    depends_lib-append      port:openssl
-    pre-configure {
-        configure.ldflags-append    [exec ${prefix}/bin/pkg-config --libs libssl]
-    }
-    configure.args-replace  s|--without-ssl|--with-libssl-prefix=${prefix}|
+    depends_lib-append      port:gnutls
+    configure.args-delete   --without-ssl
 }
 
 default_variants        +ssl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110814/fa11b816/attachment.html>


More information about the macports-changes mailing list