New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82582


Ignore:
Timestamp:
08/16/11 00:28:55 (4 years ago)
Author:
yeled@…
Message:

update to 1.5; change maint to me in case there are issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/tmux/Portfile

    r75452 r82582  
    44 
    55name            tmux 
    6 version         1.4 
    7 revision        2 
     6version         1.5 
    87categories      sysutils 
    9 maintainers     toby 
     8maintainers     yeled 
    109description     terminal multiplexer 
    1110long_description \ 
     
    1817license         BSD 
    1918master_sites    sourceforge 
    20 checksums       md5 0bfc7dd9a5bab192406167589c716a21 \ 
    21                 sha1 c0cb9b01aee9b2b5c939bacccd5c78cf6fa6773e \ 
    22                 rmd160 d8d09ccac7c1c79244f96beccbd6d52f1cc50d1b 
     19checksums           md5     3d4b683572af34e83bc8b183a8285263 \ 
     20                    sha1    e26132f02f344f8d6d06ae87d11f6a7aad880f67 \ 
     21                    rmd160  08eec02bcbd91b3c37a36a05167f3758e7911973 
    2322 
    2423depends_lib     port:libevent port:ncurses 
    2524 
    26 patchfiles      GNUmakefile.diff \ 
    27                 tmux.1.diff \ 
    28                 tmux.h.diff 
     25patchfiles      tmux.1.diff \ 
     26                tmux.h.diff  
    2927 
    30 post-configure { 
    31     reinplace "s|__PREFIX__|${prefix}|g" "${worksrcpath}/GNUmakefile" "${worksrcpath}/tmux.1" "${worksrcpath}/tmux.h" 
    32     reinplace "s|__CC__|${configure.cc}|" "${worksrcpath}/GNUmakefile" 
    33     reinplace "s|__CFLAGS__|${configure.cflags}|" "${worksrcpath}/GNUmakefile" 
    34     reinplace "s|__LDFLAGS__|${configure.ldflags}|" "${worksrcpath}/GNUmakefile" 
    35 } 
     28configure.env "LIBS=-lresolv" 
    3629 
    3730post-destroot { 
Note: See TracChangeset for help on using the changeset viewer.