[150716] trunk/dports/irc/weechat/Portfile

devans at macports.org devans at macports.org
Wed Jul 27 08:21:59 PDT 2016


Revision: 150716
          https://trac.macports.org/changeset/150716
Author:   devans at macports.org
Date:     2016-07-27 08:21:59 -0700 (Wed, 27 Jul 2016)
Log Message:
-----------
weechat: maintainer update to version 1.5 (#51922).

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

Modified: trunk/dports/irc/weechat/Portfile
===================================================================
--- trunk/dports/irc/weechat/Portfile	2016-07-27 15:06:54 UTC (rev 150715)
+++ trunk/dports/irc/weechat/Portfile	2016-07-27 15:21:59 UTC (rev 150716)
@@ -29,19 +29,19 @@
 
 if {${name} eq ${subport}} {
     conflicts       weechat-devel
-    github.setup    weechat weechat 1.4 v
+    github.setup    weechat weechat 1.5 v
 
-     checksums      rmd160  26d3c50a44bf4b17751107003cdb773a22015187 \
-                    sha256  25dc0b27295c69c1114d21c12525fc2b9c9decc3cb4250b03a74c0a3aca97c5e
+    checksums       rmd160  3eba0f051cc158798a9810a83ff950faeaa48e49 \
+                    sha256  fe8cc22db690ed62b10514acf1142fa3669e50aff35e3bce41e478104fa56446
 }
 
 subport weechat-devel {
-    github.setup    weechat weechat 94ef33022dc2dabed3458e2770e500c7ad944696
-    version         1.5-dev-20160211
+    github.setup    weechat weechat 290b40af8905152e82f83a6f521ee420f7631c7a
+    version         1.6-dev-20160715
 
     conflicts       weechat
-    checksums       rmd160  6ac7d9bf1f781ac88de636e86097290e1c30c20d \
-                    sha256  9885f3b3684c3052611a4a994ff0f66763f93f4aee5d304cc933e11162960003
+    checksums       rmd160  6473a48520503ca8941aa5f53f604a83515e2b84 \
+                    sha256  285803b61ab62a7e1e83b494a246b9eb300105a705f1687fd68443720ac9dbef
 }
 
 depends_build-append \
@@ -64,6 +64,7 @@
                     -DENABLE_PYTHON3=OFF \
                     -DENABLE_RUBY=OFF \
                     -DENABLE_ASPELL=OFF \
+                    -DENABLE_TCL=OFF \
                     -DENABLE_MAN=ON
 
 variant python requires python27 description {Compatibility variant, requires +python27} {}
@@ -100,6 +101,12 @@
     }
 }
 
+variant tcl description {Support for tcl} {
+    configure.args-delete   -DENABLE_TCL=OFF
+    configure.args-append   -DENABLE_TCL=ON
+    depends_lib-append      port:tcl
+}
+
 variant aspell description {Support for aspell} {
     configure.args-delete   -DENABLE_ASPELL=OFF
     configure.args-append   -DENABLE_ASPELL=ON
@@ -146,9 +153,12 @@
 }
 
 post-destroot {
+#   https://github.com/weechat/weechat/issues/722
+    set ext "adoc"
+    if {${subport} eq ${name}} {set ext "asciidoc"}
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/weechat
-    xinstall -m 644 -W ${worksrcpath} AUTHORS.asciidoc COPYING ChangeLog.asciidoc README.asciidoc ${destroot}${prefix}/share/doc/weechat
-    xinstall -m 644 -W ${worksrcpath} {*}[glob doc/en/weechat*.asciidoc] ${destroot}${prefix}/share/doc/weechat
+    xinstall -m 644 -W ${worksrcpath} AUTHORS.${ext} COPYING ChangeLog.${ext} README.${ext} ${destroot}${prefix}/share/doc/weechat
+    xinstall -m 644 -W ${worksrcpath} {*}[glob doc/en/weechat*.${ext}] ${destroot}${prefix}/share/doc/weechat
 }
 
 post-install {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160727/7f3d5af9/attachment.html>


More information about the macports-changes mailing list