From owner-svn-ports-all@FreeBSD.ORG Tue May 13 15:56:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F26C9C20; Tue, 13 May 2014 15:56:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C64EA242A; Tue, 13 May 2014 15:56:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4DFuGZu054127; Tue, 13 May 2014 15:56:16 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4DFuGwb054119; Tue, 13 May 2014 15:56:16 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405131556.s4DFuGwb054119@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 13 May 2014 15:56:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353967 - in head/devel/tig: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2014 15:56:17 -0000 Author: sunpoet Date: Tue May 13 15:56:15 2014 New Revision: 353967 URL: http://svnweb.freebsd.org/changeset/ports/353967 QAT: https://qat.redports.org/buildarchive/r353967/ Log: - Update to 2.0.2 - Use USES=ncurses - Use USES=readline:port because tig requires readline 6.2+ Changes: http://jonas.nitro.dk/tig/NEWS.html PR: ports/189539 Submitted by: Gasol Wu Approved by: Wei Guo (maintainer) Added: head/devel/tig/files/ head/devel/tig/files/patch-config.make.in (contents, props changed) Modified: head/devel/tig/Makefile head/devel/tig/distinfo Modified: head/devel/tig/Makefile ============================================================================== --- head/devel/tig/Makefile Tue May 13 15:49:43 2014 (r353966) +++ head/devel/tig/Makefile Tue May 13 15:56:15 2014 (r353967) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tig -PORTVERSION= 1.2.1 +PORTVERSION= 2.0.2 CATEGORIES= devel MASTER_SITES= http://jonas.nitro.dk/tig/releases/ @@ -15,16 +15,16 @@ RUN_DEPENDS= git:${PORTSDIR}/devel/git GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} -USES= iconv gmake +USES= iconv gmake ncurses readline:port -PLIST_FILES= bin/tig +PLIST_FILES= bin/tig etc/tigrc OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT=MANPAGES MANPAGES_BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ xmlto:${PORTSDIR}/textproc/xmlto -MANPAGES_ALL_TARGET= tig doc-man +MANPAGES_ALL_TARGET= all doc-man MANPAGES_INSTALL_TARGET=install install-doc-man MANPAGES_PLIST_FILES= man/man1/tig.1.gz \ man/man5/tigrc.5.gz \ Modified: head/devel/tig/distinfo ============================================================================== --- head/devel/tig/distinfo Tue May 13 15:49:43 2014 (r353966) +++ head/devel/tig/distinfo Tue May 13 15:56:15 2014 (r353967) @@ -1,2 +1,2 @@ -SHA256 (tig-1.2.1.tar.gz) = b708d205f2a0432f03daaa945779bcac122662ec0760d4dabc6d8fd60ca32944 -SIZE (tig-1.2.1.tar.gz) = 160039 +SHA256 (tig-2.0.2.tar.gz) = b91cf0b3d044f643a1032c3a7c7cd855685bb8ead5f71f4703eb0c19238e273e +SIZE (tig-2.0.2.tar.gz) = 572025 Added: head/devel/tig/files/patch-config.make.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tig/files/patch-config.make.in Tue May 13 15:56:15 2014 (r353967) @@ -0,0 +1,11 @@ +--- ./config.make.in.orig 2014-05-10 09:51:50.000000000 +0800 ++++ ./config.make.in 2014-05-10 09:53:07.000000000 +0800 +@@ -12,7 +12,7 @@ + CFLAGS = @CFLAGS@ + CPPFLAGS = @CPPFLAGS@ -DHAVE_CONFIG_H + LDFLAGS = @LDFLAGS@ +-LDLIBS = @LIBS@ @CURSES_LIB@ ++LDLIBS = @CURSES_LIB@ @LIBS@ + + ASCIIDOC = @ASCIIDOC@ + XMLTO = @XMLTO@