aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2009-02-17 07:38:50 +0800
committernaddy <naddy@FreeBSD.org>2009-02-17 07:38:50 +0800
commite376a15c4684a7b26ccc1bea27c97818294309e7 (patch)
treee7c6a5263c3ce1b5fed9bf3f9ec975a1a7fd5d86
parenta7f5e3366f64d431217e6e10c10839dcd89dd71c (diff)
downloadfreebsd-ports-gnome-e376a15c4684a7b26ccc1bea27c97818294309e7.tar.gz
freebsd-ports-gnome-e376a15c4684a7b26ccc1bea27c97818294309e7.tar.zst
freebsd-ports-gnome-e376a15c4684a7b26ccc1bea27c97818294309e7.zip
Update to 0.7.
Approved by: maintainer
-rw-r--r--misc/tmux/Makefile4
-rw-r--r--misc/tmux/distinfo6
-rw-r--r--misc/tmux/files/patch-Makefile12
-rw-r--r--misc/tmux/pkg-descr2
-rw-r--r--misc/tmux/pkg-plist2
-rw-r--r--sysutils/tmux/Makefile4
-rw-r--r--sysutils/tmux/distinfo6
-rw-r--r--sysutils/tmux/files/patch-Makefile12
-rw-r--r--sysutils/tmux/pkg-descr2
-rw-r--r--sysutils/tmux/pkg-plist2
10 files changed, 14 insertions, 38 deletions
diff --git a/misc/tmux/Makefile b/misc/tmux/Makefile
index d670c2b4ed53..87990ca93095 100644
--- a/misc/tmux/Makefile
+++ b/misc/tmux/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tmux
-DISTVERSION= 0.6
+DISTVERSION= 0.7
CATEGORIES= misc
MASTER_SITES= SF
@@ -29,7 +29,7 @@ post-install:
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
-.for i in n-marriott.sh n-marriott.conf tmux.vim screen-keys.conf
+.for i in n-marriott.sh n-marriott.conf screen-keys.conf tmux.vim
${INSTALL_DATA} ${WRKSRC}/examples/${i} ${EXAMPLESDIR}
.endfor
.endif
diff --git a/misc/tmux/distinfo b/misc/tmux/distinfo
index 8abb0374de99..b79702e05388 100644
--- a/misc/tmux/distinfo
+++ b/misc/tmux/distinfo
@@ -1,3 +1,3 @@
-MD5 (tmux-0.6.tar.gz) = 0749cb7df138b587dfdb59f2cca4b414
-SHA256 (tmux-0.6.tar.gz) = 92fc309d4343527f09d94d18132e6b893983e00362ade7afc3799361ce78589a
-SIZE (tmux-0.6.tar.gz) = 149636
+MD5 (tmux-0.7.tar.gz) = bcdabfb8c49c3797ddd058bdeb3f1bfc
+SHA256 (tmux-0.7.tar.gz) = c0ee542ca30a28e57de44ae95351f956ad27a76f00f1b8f35e9a0fde66aa6794
+SIZE (tmux-0.7.tar.gz) = 163951
diff --git a/misc/tmux/files/patch-Makefile b/misc/tmux/files/patch-Makefile
deleted file mode 100644
index 4882538006ac..000000000000
--- a/misc/tmux/files/patch-Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.orig 2009-01-18 23:30:26.000000000 +0800
-+++ Makefile 2009-01-18 23:31:22.000000000 +0800
-@@ -80,6 +80,9 @@
- # FreeBSD and DragonFly
- .if ${OS} == "FreeBSD" || ${OS} == "DragonFly"
- CFLAGS+= -DUSE_LIBUTIL_H
-+INCDIRS+= -Icompat
-+SRCS+= compat/vis.c
-+LIBS+= -lcrypt
- .endif
-
- OBJS= ${SRCS:S/.c/.o/:S/.y/.o/}
diff --git a/misc/tmux/pkg-descr b/misc/tmux/pkg-descr
index a97db267814f..f6d38fc61ba5 100644
--- a/misc/tmux/pkg-descr
+++ b/misc/tmux/pkg-descr
@@ -2,4 +2,4 @@ Tmux is a terminal multiplexer, it enables a number of terminals to be accessed
and controlled from a single terminal. tmux is intended to be a simple, modern,
BSD-licensed alternative to programs such as GNU screen.
-WWW: http://tmux.sf.net/
+WWW: http://www.sourceforge.net/projects/tmux/
diff --git a/misc/tmux/pkg-plist b/misc/tmux/pkg-plist
index b7c9a3e33377..264c4fb4ad03 100644
--- a/misc/tmux/pkg-plist
+++ b/misc/tmux/pkg-plist
@@ -5,6 +5,6 @@ bin/tmux
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/n-marriott.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/n-marriott.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tmux.vim
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/screen-keys.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tmux.vim
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile
index d670c2b4ed53..87990ca93095 100644
--- a/sysutils/tmux/Makefile
+++ b/sysutils/tmux/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tmux
-DISTVERSION= 0.6
+DISTVERSION= 0.7
CATEGORIES= misc
MASTER_SITES= SF
@@ -29,7 +29,7 @@ post-install:
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
-.for i in n-marriott.sh n-marriott.conf tmux.vim screen-keys.conf
+.for i in n-marriott.sh n-marriott.conf screen-keys.conf tmux.vim
${INSTALL_DATA} ${WRKSRC}/examples/${i} ${EXAMPLESDIR}
.endfor
.endif
diff --git a/sysutils/tmux/distinfo b/sysutils/tmux/distinfo
index 8abb0374de99..b79702e05388 100644
--- a/sysutils/tmux/distinfo
+++ b/sysutils/tmux/distinfo
@@ -1,3 +1,3 @@
-MD5 (tmux-0.6.tar.gz) = 0749cb7df138b587dfdb59f2cca4b414
-SHA256 (tmux-0.6.tar.gz) = 92fc309d4343527f09d94d18132e6b893983e00362ade7afc3799361ce78589a
-SIZE (tmux-0.6.tar.gz) = 149636
+MD5 (tmux-0.7.tar.gz) = bcdabfb8c49c3797ddd058bdeb3f1bfc
+SHA256 (tmux-0.7.tar.gz) = c0ee542ca30a28e57de44ae95351f956ad27a76f00f1b8f35e9a0fde66aa6794
+SIZE (tmux-0.7.tar.gz) = 163951
diff --git a/sysutils/tmux/files/patch-Makefile b/sysutils/tmux/files/patch-Makefile
deleted file mode 100644
index 4882538006ac..000000000000
--- a/sysutils/tmux/files/patch-Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.orig 2009-01-18 23:30:26.000000000 +0800
-+++ Makefile 2009-01-18 23:31:22.000000000 +0800
-@@ -80,6 +80,9 @@
- # FreeBSD and DragonFly
- .if ${OS} == "FreeBSD" || ${OS} == "DragonFly"
- CFLAGS+= -DUSE_LIBUTIL_H
-+INCDIRS+= -Icompat
-+SRCS+= compat/vis.c
-+LIBS+= -lcrypt
- .endif
-
- OBJS= ${SRCS:S/.c/.o/:S/.y/.o/}
diff --git a/sysutils/tmux/pkg-descr b/sysutils/tmux/pkg-descr
index a97db267814f..f6d38fc61ba5 100644
--- a/sysutils/tmux/pkg-descr
+++ b/sysutils/tmux/pkg-descr
@@ -2,4 +2,4 @@ Tmux is a terminal multiplexer, it enables a number of terminals to be accessed
and controlled from a single terminal. tmux is intended to be a simple, modern,
BSD-licensed alternative to programs such as GNU screen.
-WWW: http://tmux.sf.net/
+WWW: http://www.sourceforge.net/projects/tmux/
diff --git a/sysutils/tmux/pkg-plist b/sysutils/tmux/pkg-plist
index b7c9a3e33377..264c4fb4ad03 100644
--- a/sysutils/tmux/pkg-plist
+++ b/sysutils/tmux/pkg-plist
@@ -5,6 +5,6 @@ bin/tmux
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/n-marriott.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/n-marriott.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tmux.vim
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/screen-keys.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tmux.vim
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%