Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2012 11:16:57 -0700 (PDT)
From:      "Denise H. G." <darcsis@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/172857: [MAINTAINER] update devel/tig to 1.1
Message-ID:  <50804799.e987440a.78d9.65d0@mx.google.com>
Resent-Message-ID: <201210181820.q9IIK023093793@freefall.freebsd.org>

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

>Number:         172857
>Category:       ports
>Synopsis:       [MAINTAINER] update devel/tig to 1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 18 18:20:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Denise H. G.
>Release:        FreeBSD 9.1-PRERELEASE amd64
>Organization:
XBSD Networks
>Environment:
System: FreeBSD venux.xbsd.name 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Wed Oct 17 04:45:46 CST 2012 dhg@venux.xbsd.name:/opt/obj/sysbld/usr/src/sys/GENERIC amd64

>Description:

	update devel/tig to 1.1.

>How-To-Repeat:

>Fix:
--- tig.diff begins here ---
diff -anu tig.old/Makefile tig/Makefile
--- tig.old/Makefile	2012-10-19 02:07:17.759002082 +0800
+++ tig/Makefile	2012-10-19 02:06:33.177002290 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tig
-PORTVERSION=	1.0
+PORTVERSION=	1.1
 CATEGORIES=	devel
 MASTER_SITES=	http://jonas.nitro.dk/tig/releases/
 
@@ -19,6 +19,7 @@
 
 MAN1=		tig.1
 MAN5=		tigrc.5
+MAN7=		tigmanual.7
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libiconv=${LOCALBASE}
@@ -32,5 +33,6 @@
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
 	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1/
 	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}rc.5 ${MANPREFIX}/man/man5/
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}manual.7 ${MANPREFIX}/man/man7
 
 .include <bsd.port.mk>
diff -anu tig.old/distinfo tig/distinfo
--- tig.old/distinfo	2012-10-19 02:07:17.759002082 +0800
+++ tig/distinfo	2012-10-19 02:02:07.968996926 +0800
@@ -1,2 +1,2 @@
-SHA256 (tig-1.0.tar.gz) = e1ecadef82027a94a6489e84a5c02fd5c0d4977bcb13ba2df0a52cca05ad6f71
-SIZE (tig-1.0.tar.gz) = 188543
+SHA256 (tig-1.1.tar.gz) = cb8972ba2fe5015f66f064f9ef63c471b86e5d3f06a6d7719cd6753c29c2c0a2
+SIZE (tig-1.1.tar.gz) = 201009
--- tig.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50804799.e987440a.78d9.65d0>