svn commit: r354946 - head/devel/global

Vanilla I. Shu vanilla at FreeBSD.org
Fri May 23 17:10:48 UTC 2014


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 at 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


More information about the svn-ports-all mailing list