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

yeled at macports.org yeled at macports.org
Tue Aug 16 00:28:56 PDT 2011


Revision: 82582
          http://trac.macports.org/changeset/82582
Author:   yeled at macports.org
Date:     2011-08-16 00:28:55 -0700 (Tue, 16 Aug 2011)
Log Message:
-----------
update to 1.5; change maint to me in case there are issues

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

Modified: trunk/dports/sysutils/tmux/Portfile
===================================================================
--- trunk/dports/sysutils/tmux/Portfile	2011-08-16 07:18:49 UTC (rev 82581)
+++ trunk/dports/sysutils/tmux/Portfile	2011-08-16 07:28:55 UTC (rev 82582)
@@ -3,10 +3,9 @@
 PortSystem 1.0
 
 name            tmux
-version         1.4
-revision        2
+version         1.5
 categories      sysutils
-maintainers     toby
+maintainers     yeled
 description     terminal multiplexer
 long_description \
     tmux is a \"terminal multiplexer\", it enables a number of terminals \
@@ -17,22 +16,16 @@
 platforms       darwin
 license         BSD
 master_sites    sourceforge
-checksums       md5 0bfc7dd9a5bab192406167589c716a21 \
-                sha1 c0cb9b01aee9b2b5c939bacccd5c78cf6fa6773e \
-                rmd160 d8d09ccac7c1c79244f96beccbd6d52f1cc50d1b
+checksums           md5     3d4b683572af34e83bc8b183a8285263 \
+                    sha1    e26132f02f344f8d6d06ae87d11f6a7aad880f67 \
+                    rmd160  08eec02bcbd91b3c37a36a05167f3758e7911973
 
 depends_lib     port:libevent port:ncurses
 
-patchfiles      GNUmakefile.diff \
-                tmux.1.diff \
-                tmux.h.diff
+patchfiles      tmux.1.diff \
+                tmux.h.diff 
 
-post-configure {
-    reinplace "s|__PREFIX__|${prefix}|g" "${worksrcpath}/GNUmakefile" "${worksrcpath}/tmux.1" "${worksrcpath}/tmux.h"
-    reinplace "s|__CC__|${configure.cc}|" "${worksrcpath}/GNUmakefile"
-    reinplace "s|__CFLAGS__|${configure.cflags}|" "${worksrcpath}/GNUmakefile"
-    reinplace "s|__LDFLAGS__|${configure.ldflags}|" "${worksrcpath}/GNUmakefile"
-}
+configure.env "LIBS=-lresolv"
 
 post-destroot {
     xinstall -m 0755 -d ${destroot}${prefix}/share/doc/tmux
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110816/14667837/attachment.html>


More information about the macports-changes mailing list