[119526] trunk/dports/irc/weechat/Portfile
and.damore at macports.org
and.damore at macports.org
Tue Apr 29 01:09:46 PDT 2014
Revision: 119526
https://trac.macports.org/changeset/119526
Author: and.damore at macports.org
Date: 2014-04-29 01:09:46 -0700 (Tue, 29 Apr 2014)
Log Message:
-----------
port weechat: use CA certificates provided by MacPorts; fix #43512
Modified Paths:
--------------
trunk/dports/irc/weechat/Portfile
Modified: trunk/dports/irc/weechat/Portfile
===================================================================
--- trunk/dports/irc/weechat/Portfile 2014-04-29 02:53:07 UTC (rev 119525)
+++ trunk/dports/irc/weechat/Portfile 2014-04-29 08:09:46 UTC (rev 119526)
@@ -6,6 +6,7 @@
name weechat
version 0.4.3
+revision 1
checksums rmd160 b9625a977d36757a4b8dfa560946f1604ba5f68a \
sha256 a8ec847d331a1201de975530a22f1813c260db420c68675b2ecaa7bf3c7c3ff8
@@ -37,6 +38,8 @@
port:libiconv \
port:ncurses
+depends_run-append path:share/curl/curl-ca-bundle.crt:curl-ca-bundle
+
configure.args-append \
-DENABLE_GNUTLS=OFF \
-DENABLE_LUA=OFF \
@@ -44,7 +47,8 @@
-DENABLE_PERL=OFF \
-DENABLE_PYTHON=OFF \
-DENABLE_RUBY=OFF \
- -DENABLE_ASPELL=OFF
+ -DENABLE_ASPELL=OFF \
+ -DCA_FILE=${prefix}/share/curl/curl-ca-bundle.crt
variant aspell description {Support for aspell} {
configure.args-delete -DENABLE_ASPELL=OFF
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140429/1e94562d/attachment.html>
More information about the macports-changes
mailing list