[145020] trunk/dports/irc/hexchat/Portfile
raimue at macports.org
raimue at macports.org
Sat Jan 23 14:01:37 PST 2016
Revision: 145020
https://trac.macports.org/changeset/145020
Author: raimue at macports.org
Date: 2016-01-23 14:01:36 -0800 (Sat, 23 Jan 2016)
Log Message:
-----------
irc/hexchat:
Add variant +python35
Modified Paths:
--------------
trunk/dports/irc/hexchat/Portfile
Modified: trunk/dports/irc/hexchat/Portfile
===================================================================
--- trunk/dports/irc/hexchat/Portfile 2016-01-23 21:59:47 UTC (rev 145019)
+++ trunk/dports/irc/hexchat/Portfile 2016-01-23 22:01:36 UTC (rev 145020)
@@ -74,24 +74,30 @@
use_autoreconf yes
}
-variant python27 description "Enable Python plugin, using python27" conflicts python33 python34 {
+variant python27 description "Enable Python plugin, using python27" conflicts python33 python34 python35 {
configure.args-replace --disable-python --enable-python=python2.7
depends_lib-append port:python27
configure.pkg_config_path ${frameworks_dir}/Python.framework/Versions/2.7/lib/pkgconfig/
}
-variant python33 description "Enable Python plugin, using python33" conflicts python27 python34 {
+variant python33 description "Enable Python plugin, using python33" conflicts python27 python34 python35 {
configure.args-replace --disable-python --enable-python=python3.3
depends_lib-append port:python33
configure.pkg_config_path ${frameworks_dir}/Python.framework/Versions/3.3/lib/pkgconfig/
}
-variant python34 description "Enable Python plugin, using python34" conflicts python27 python33 {
+variant python34 description "Enable Python plugin, using python34" conflicts python27 python33 python35 {
configure.args-replace --disable-python --enable-python=python3.4
depends_lib-append port:python34
configure.pkg_config_path ${frameworks_dir}/Python.framework/Versions/3.4/lib/pkgconfig/
}
+variant python35 description "Enable Python plugin, using python35" conflicts python27 python33 python34 {
+ configure.args-replace --disable-python --enable-python=python3.5
+ depends_lib-append port:python35
+ configure.pkg_config_path ${frameworks_dir}/Python.framework/Versions/3.5/lib/pkgconfig/
+}
+
livecheck.type regex
livecheck.url http://hexchat.github.io/downloads.html
livecheck.regex ${name}-(\\d+(\\.\\d+)+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160123/0b59ca48/attachment-0001.html>
More information about the macports-changes
mailing list