Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 2009 08:11:12 GMT
From:      Shane Bell <decept0@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/139675: [patch] sysutils/tmux - include missing example
Message-ID:  <200910160811.n9G8BClU041189@www.freebsd.org>
Resent-Message-ID: <200910160820.n9G8K5Lo006871@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         139675
>Category:       ports
>Synopsis:       [patch] sysutils/tmux - include missing example
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 16 08:20:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Shane Bell
>Release:        
>Organization:
>Environment:
>Description:
Re-add an example .conf that was forgotten somewhere between pr/139044 and the final commit.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/sysutils/tmux/Makefile tmux/Makefile
--- /usr/ports/sysutils/tmux/Makefile	2009-10-15 03:01:00.000000000 +1300
+++ tmux/Makefile	2009-10-16 20:21:48.000000000 +1300
@@ -7,6 +7,7 @@
 
 PORTNAME=	tmux
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -31,7 +32,7 @@
 
 .if !defined(NOPORTEXAMPLES)
 	${MKDIR} ${EXAMPLESDIR}
-.for i in n-marriott.sh n-marriott.conf screen-keys.conf tmux.vim
+.for i in h-boetes.conf n-marriott.sh n-marriott.conf screen-keys.conf tmux.vim
 	${INSTALL_DATA} ${WRKSRC}/examples/${i} ${EXAMPLESDIR}
 .endfor
 .endif
diff -ruN /usr/ports/sysutils/tmux/pkg-plist tmux/pkg-plist
--- /usr/ports/sysutils/tmux/pkg-plist	2009-10-13 11:39:38.000000000 +1300
+++ tmux/pkg-plist	2009-10-16 19:53:08.000000000 +1300
@@ -3,6 +3,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/FAQ
 %%PORTDOCS%%%%DOCSDIR%%/NOTES
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/h-boetes.conf
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/n-marriott.conf
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/n-marriott.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/screen-keys.conf


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910160811.n9G8BClU041189>