[136253] trunk/dports/sysutils/tmux/Portfile

larryv at macports.org larryv at macports.org
Wed May 13 09:36:26 PDT 2015


Revision: 136253
          https://trac.macports.org/changeset/136253
Author:   larryv at macports.org
Date:     2015-05-13 09:36:25 -0700 (Wed, 13 May 2015)
Log Message:
-----------
tmux: Create `tmux-devel` subport (#47684)

Modified Paths:
--------------
    trunk/dports/sysutils/tmux/Portfile

Modified: trunk/dports/sysutils/tmux/Portfile
===================================================================
--- trunk/dports/sysutils/tmux/Portfile	2015-05-13 14:39:13 UTC (rev 136252)
+++ trunk/dports/sysutils/tmux/Portfile	2015-05-13 16:36:25 UTC (rev 136253)
@@ -4,6 +4,7 @@
 PortSystem      1.0
 
 name            tmux
+conflicts       tmux-devel
 version         2.0
 categories      sysutils
 maintainers     evermeet.cx:tessarek
@@ -50,3 +51,19 @@
 livecheck.type  regex
 livecheck.url   ${homepage}
 livecheck.regex ${name}-(\[0-9\]+\\.\[0-9a-z\]+)${extract.suffix}
+
+subport tmux-devel {
+    conflicts       tmux
+
+    set git_sha1 00471dc78358bde092df65de5e2c375bf9be7437
+    version         20150513-[string range $git_sha1 0 6]
+
+    fetch.type      git
+    git.url         http://git.code.sf.net/p/tmux/tmux-code.git
+    git.branch      $git_sha1
+
+    use_autoreconf          yes
+    autoreconf.args-append  --force
+
+    livecheck.type  none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150513/b6c7a51b/attachment.html>


More information about the macports-changes mailing list