Bug 185039 - [PATCH] devel/tig: update to 1.2.1
Summary: [PATCH] devel/tig: update to 1.2.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-20 17:10 UTC by Dmitry Marakasov
Modified: 2014-01-11 15:10 UTC (History)
1 user (show)

See Also:


Attachments
tig-1.2.1.patch (1.57 KB, patch)
2013-12-20 17:10 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2013-12-20 17:10:00 UTC
- Update to 1.2.1
- Support staging

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

Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-20 17:10:13 UTC
Maintainer of devel/tig,

Please note that PR ports/185039 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/185039

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-20 17:10:14 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-01-11 15:04:11 UTC
Author: amdmi3
Date: Sat Jan 11 15:04:03 2014
New Revision: 339427
URL: http://svnweb.freebsd.org/changeset/ports/339427

Log:
  - Update to 1.2.1
  
  PR:		185039
  Submitted by:	amdmi3
  Approved by:	maintainer timeout

Modified:
  head/devel/tig/Makefile
  head/devel/tig/distinfo

Modified: head/devel/tig/Makefile
==============================================================================
--- head/devel/tig/Makefile	Sat Jan 11 14:12:04 2014	(r339426)
+++ head/devel/tig/Makefile	Sat Jan 11 15:04:03 2014	(r339427)
@@ -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 @@ LICENSE=	GPLv2
 
 RUN_DEPENDS=	git:${PORTSDIR}/devel/git
 
-MAN1=		tig.1
-MAN5=		tigrc.5
-MAN7=		tigmanual.7
-
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	${ICONV_CONFIGURE_BASE}
-
-USE_GMAKE=	yes
-USES=		iconv
+USES=		iconv gmake
 
 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>

Modified: head/devel/tig/distinfo
==============================================================================
--- head/devel/tig/distinfo	Sat Jan 11 14:12:04 2014	(r339426)
+++ head/devel/tig/distinfo	Sat Jan 11 15:04:03 2014	(r339427)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Dmitry Marakasov freebsd_committer freebsd_triage 2014-01-11 15:04:13 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!