[140981] trunk/dports/irc/znc

khindenburg at macports.org khindenburg at macports.org
Wed Oct 7 06:03:00 PDT 2015


Revision: 140981
          https://trac.macports.org/changeset/140981
Author:   khindenburg at macports.org
Date:     2015-10-07 06:03:00 -0700 (Wed, 07 Oct 2015)
Log Message:
-----------
znc: update to 1.6.1; remove patches; add +python35; enable test

Modified Paths:
--------------
    trunk/dports/irc/znc/Portfile

Removed Paths:
-------------
    trunk/dports/irc/znc/files/

Modified: trunk/dports/irc/znc/Portfile
===================================================================
--- trunk/dports/irc/znc/Portfile	2015-10-07 09:04:50 UTC (rev 140980)
+++ trunk/dports/irc/znc/Portfile	2015-10-07 13:03:00 UTC (rev 140981)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name                znc
-version             1.4
+version             1.6.1
 categories          irc
 platforms           darwin
 maintainers         mfeiri openmaintainer
@@ -17,33 +17,41 @@
                     party line, and Web administration.
 
 homepage            http://znc.in/
-master_sites        ${homepage}releases/old/
-checksums           sha1    6dafcf12b15fdb95eac5b427c8507c1095e904b4 \
-                    rmd160  46bba46d76f75efccde11a9addf4dfe67bc18032
+master_sites        ${homepage}releases
 
+checksums           rmd160  e275cae2716c5f6ae33f057b624cbe89accacefe \
+                    sha256  ba49397364f48d6d32ae5242bc1166f21d972f85dd390d6bbe68a63ecbb6c140
+
 universal_variant   no
 
 depends_lib         path:lib/libssl.dylib:openssl port:tcl port:perl5
 
-patchfiles          patch-modules-modperl.cpp.diff \
-                    patch-modules-modperl-Makefile.inc.diff
-
 configure.args      --enable-perl --enable-tcl --with-tcl=${prefix}/lib --disable-python
 
-variant python33 description "Enable Python modules, using python33" conflicts python34 {
+variant python33 description "Enable Python modules, using python33" conflicts python34 python35 {
     compiler.blacklist-append { clang <= 503.0.38  }
     configure.args-replace --disable-python --enable-python
     depends_lib-append port:python33
     configure.pkg_config_path ${frameworks_dir}/Python.framework/Versions/3.3/lib/pkgconfig/
 }
 
-variant python34 description "Enable Python modules, using python34" conflicts python33 {
+variant python34 description "Enable Python modules, using python34" conflicts python33 python35 {
     compiler.blacklist-append { clang <= 503.0.38  }
     configure.args-replace --disable-python --enable-python
     depends_lib-append port:python34
     configure.pkg_config_path ${frameworks_dir}/Python.framework/Versions/3.4/lib/pkgconfig/
 }
 
+variant python35 description "Enable Python modules, using python35" conflicts python33 python34 {
+    compiler.blacklist-append { clang <= 503.0.38  }
+    configure.args-replace --disable-python --enable-python
+    depends_lib-append port:python35
+    configure.pkg_config_path ${frameworks_dir}/Python.framework/Versions/3.5/lib/pkgconfig/
+}
+
+# Will fail in trace mode due to this downloads gtest
+test.run            yes
+
 livecheck.type      regex
 livecheck.url       ${homepage}releases/
 livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151007/505a0291/attachment.html>


More information about the macports-changes mailing list