[70090] trunk/dports/sysutils/tmux

toby at macports.org toby at macports.org
Thu Jul 29 13:37:30 PDT 2010


Revision: 70090
          http://trac.macports.org/changeset/70090
Author:   toby at macports.org
Date:     2010-07-29 13:37:28 -0700 (Thu, 29 Jul 2010)
Log Message:
-----------
tmux 1.3

Modified Paths:
--------------
    trunk/dports/sysutils/tmux/Portfile
    trunk/dports/sysutils/tmux/files/GNUmakefile.diff
    trunk/dports/sysutils/tmux/files/tmux.1.diff

Modified: trunk/dports/sysutils/tmux/Portfile
===================================================================
--- trunk/dports/sysutils/tmux/Portfile	2010-07-29 20:27:52 UTC (rev 70089)
+++ trunk/dports/sysutils/tmux/Portfile	2010-07-29 20:37:28 UTC (rev 70090)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name            tmux
-version         1.2
-revision        1
+version         1.3
 categories      sysutils
 maintainers     toby
 description     terminal multiplexer
@@ -17,9 +16,9 @@
 platforms       darwin
 license         BSD
 master_sites    sourceforge
-checksums       md5 748fbe7bb5f86812e19bd6005ff21a5a \
-                sha1 57a784dc998710a719ee3e13dcd29541611c009e \
-                rmd160 47ac2b3606841189c6b75412bb67d6625073b035
+checksums       md5 96e60cb206de2db0610b9fb6a64c2251 \
+                sha1 4d132a5fa25ef049e023f154824f39b0d7e72ab0 \
+                rmd160 7c895562c7810117d610c420901110c7e206bebf
 
 depends_lib     port:libevent port:ncurses
 

Modified: trunk/dports/sysutils/tmux/files/GNUmakefile.diff
===================================================================
--- trunk/dports/sysutils/tmux/files/GNUmakefile.diff	2010-07-29 20:27:52 UTC (rev 70089)
+++ trunk/dports/sysutils/tmux/files/GNUmakefile.diff	2010-07-29 20:37:28 UTC (rev 70090)
@@ -13,7 +13,7 @@
  LIBS+=
  
  # Sun CC 
-@@ -45,16 +45,16 @@
+@@ -45,13 +45,13 @@
  ifeq ($(shell (LC_ALL=C $(CC) -v 2>&1|awk '/gcc version 4|clang/') || true), )
  CPPFLAGS:= -I. -I- $(CPPFLAGS)
  else
@@ -26,15 +26,10 @@
  
 -PREFIX?= /usr/local
 +PREFIX?= __PREFIX__
- INSTALLDIR= install -d
--INSTALLBIN= install -g bin -o root -m 555
--INSTALLMAN= install -g bin -o root -m 444
-+INSTALLBIN= install -m 555
-+INSTALLMAN= install -m 444
- 
- SRCS= $(shell echo *.c|sed 's|osdep-[a-z0-9]*.c||g')
- include config.mk
-@@ -80,7 +80,7 @@
+ INSTALL?= install
+ INSTALLDIR= $(INSTALL) -d
+ INSTALLBIN= $(INSTALL) -m 555
+@@ -81,7 +81,7 @@
  install:	all
  		$(INSTALLDIR) $(DESTDIR)$(PREFIX)/bin
  		$(INSTALLBIN) tmux $(DESTDIR)$(PREFIX)/bin/tmux

Modified: trunk/dports/sysutils/tmux/files/tmux.1.diff
===================================================================
--- trunk/dports/sysutils/tmux/files/tmux.1.diff	2010-07-29 20:27:52 UTC (rev 70089)
+++ trunk/dports/sysutils/tmux/files/tmux.1.diff	2010-07-29 20:37:28 UTC (rev 70090)
@@ -9,7 +9,7 @@
  if present, then looks for a user configuration file at
  .Pa ~/.tmux.conf .
  The configuration file is a set of
-@@ -2405,12 +2405,12 @@
+@@ -2598,12 +2598,12 @@
  Show server information and terminal details.
  .El
  .Sh FILES
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100729/289f4285/attachment.html>


More information about the macports-changes mailing list