From owner-svn-ports-all@FreeBSD.ORG Fri May 23 17:10:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9760C53D; Fri, 23 May 2014 17:10:48 +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 6AF6422A2; Fri, 23 May 2014 17:10:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4NHAmcU044030; Fri, 23 May 2014 17:10:48 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4NHAmcL044026; Fri, 23 May 2014 17:10:48 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201405231710.s4NHAmcL044026@svn.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 23 May 2014 17:10:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354946 - head/devel/global 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: Fri, 23 May 2014 17:10:48 -0000 Author: vanilla Date: Fri May 23 17:10:47 2014 New Revision: 354946 URL: http://svnweb.freebsd.org/changeset/ports/354946 QAT: https://qat.redports.org/buildarchive/r354946/ Log: 1: Stageify. 2: add libtool to USES, and bump version. Approved by: portmgr@ Modified: head/devel/global/Makefile head/devel/global/pkg-plist Modified: head/devel/global/Makefile ============================================================================== --- head/devel/global/Makefile Fri May 23 17:08:10 2014 (r354945) +++ head/devel/global/Makefile Fri May 23 17:10:47 2014 (r354946) @@ -3,6 +3,7 @@ PORTNAME= global PORTVERSION= 6.2.8 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU @@ -10,21 +11,19 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= A source code tag system GNU_CONFIGURE= yes -USES= perl5 +USES= perl5 libtool -MAN1= global.1 globash.1 gozilla.1 gtags.1 gtags-cscope.1 htags.1 INFO= global DOCS= AUTHORS COPYING ChangeLog FAQ INSTALL LICENSE NEWS README THANKS -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -E 's,^(gtags_DATA = )AUTHORS .* THANKS( \\$$),\1\2,' ${WRKSRC}/Makefile.in post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}/ + ${MKDIR} ${STAGEDIR}${DOCSDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/ .endif # This target is only meant to be used by the port maintainer. Modified: head/devel/global/pkg-plist ============================================================================== --- head/devel/global/pkg-plist Fri May 23 17:08:10 2014 (r354945) +++ head/devel/global/pkg-plist Fri May 23 17:10:47 2014 (r354946) @@ -14,11 +14,15 @@ bin/htags %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/THANKS lib/gtags/exuberant-ctags.a -lib/gtags/exuberant-ctags.la lib/gtags/exuberant-ctags.so lib/gtags/user-custom.a -lib/gtags/user-custom.la lib/gtags/user-custom.so +man/man1/global.1.gz +man/man1/globash.1.gz +man/man1/gozilla.1.gz +man/man1/gtags-cscope.1.gz +man/man1/gtags.1.gz +man/man1/htags.1.gz share/gtags/BOKIN_MODEL share/gtags/BOKIN_MODEL_FAQ share/gtags/BUILD_TOOLS