Ticket #47684: tmux-devel.patch

File tmux-devel.patch, 1.3 KB (added by larryv (Lawrence Velázquez), 9 years ago)

create tmux-devel subport

  • dports/sysutils/tmux/Portfile

    commit 24b1cfaf7a4ed43e2807d675b8c0ee35c360dec4
    Author: Lawrence Velázquez <larryv@macports.org>
    Date:   60 minutes ago
    
        tmux: Create development subport (#47684)
    
    diff --git a/dports/sysutils/tmux/Portfile b/dports/sysutils/tmux/Portfile
    index c5904ff..454f751 100644
    a b  
    44PortSystem      1.0
    55
    66name            tmux
     7conflicts       tmux-devel
    78version         2.0
    89categories      sysutils
    910maintainers     evermeet.cx:tessarek
    notes "If you want integration with system pasteboard consider installing port t 
    5051livecheck.type  regex
    5152livecheck.url   ${homepage}
    5253livecheck.regex ${name}-(\[0-9\]+\\.\[0-9a-z\]+)${extract.suffix}
     54
     55subport tmux-devel {
     56    conflicts       tmux
     57
     58    set git_sha1 63b7a031a52786e9ec72d8d284a46806bfdc848b
     59    version         20150507-[string range $git_sha1 0 6]
     60
     61    master_sites    http://sourceforge.net/code-snapshots/git/t/tm/tmux/tmux-code.git
     62    use_zip         yes
     63    distname        tmux-tmux-code-$git_sha1
     64    checksums       rmd160  7f261c2c6c16866c6e3af950de11fafd16d67087 \
     65                    sha256  f2be4e46d682f057b06db57dea5b182126d597e95896433244e16c50ac65ee57
     66
     67    use_autoreconf          yes
     68    autoreconf.args-append  --force
     69
     70    livecheck.type  none
     71}