ports/185039: [PATCH] devel/tig: update to 1.2.1

Dmitry Marakasov amdmi3 at amdmi3.ru
Fri Dec 20 17:10:01 UTC 2013


>Number:         185039
>Category:       ports
>Synopsis:       [PATCH] devel/tig: update to 1.2.1
>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 Dec 20 17:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 10.0-BETA3 amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r258666: Wed Nov 27 03:06:10 MSK
>Description:
- Update to 1.2.1
- Support staging

Port maintainer (darcsis at gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- tig-1.2.1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 337040)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tig
-PORTVERSION=	1.1
+PORTVERSION=	1.2.1
 CATEGORIES=	devel
 MASTER_SITES=	http://jonas.nitro.dk/tig/releases/
 
@@ -13,23 +13,21 @@
 
 RUN_DEPENDS=	git:${PORTSDIR}/devel/git
 
-MAN1=		tig.1
-MAN5=		tigrc.5
-MAN7=		tigmanual.7
-
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	${ICONV_CONFIGURE_BASE}
+USES=		iconv gmake
 
-USE_GMAKE=	yes
-USES=		iconv
-
 PLIST_FILES=	bin/tig
 
-NO_STAGE=	yes
-do-install:
-	${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
+OPTIONS_DEFINE=	MANPAGES
+OPTIONS_DEFAULT=MANPAGES
 
+MANPAGES_BUILD_DEPENDS=	asciidoc:${PORTSDIR}/textproc/asciidoc \
+			xmlto:${PORTSDIR}/textproc/xmlto
+MANPAGES_ALL_TARGET=	tig doc-man
+MANPAGES_INSTALL_TARGET=install install-doc-man
+MANPAGES_PLIST_FILES=	man/man1/tig.1.gz \
+			man/man5/tigrc.5.gz \
+			man/man7/tigmanual.7.gz
+
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 337040)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (tig-1.1.tar.gz) = cb8972ba2fe5015f66f064f9ef63c471b86e5d3f06a6d7719cd6753c29c2c0a2
-SIZE (tig-1.1.tar.gz) = 201009
+SHA256 (tig-1.2.1.tar.gz) = b708d205f2a0432f03daaa945779bcac122662ec0760d4dabc6d8fd60ca32944
+SIZE (tig-1.2.1.tar.gz) = 160039
--- tig-1.2.1.patch ends here ---

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


More information about the freebsd-ports-bugs mailing list