svn commit: r347174 - head/devel/gobject-introspection

Martin Wilke miwi at FreeBSD.org
Thu Mar 6 09:13:25 UTC 2014


Author: miwi
Date: Thu Mar  6 09:13:24 2014
New Revision: 347174
URL: http://svnweb.freebsd.org/changeset/ports/347174
QAT: https://qat.redports.org/buildarchive/r347174/

Log:
  - Stage support

Modified:
  head/devel/gobject-introspection/Makefile
  head/devel/gobject-introspection/pkg-plist

Modified: head/devel/gobject-introspection/Makefile
==============================================================================
--- head/devel/gobject-introspection/Makefile	Thu Mar  6 08:53:17 2014	(r347173)
+++ head/devel/gobject-introspection/Makefile	Thu Mar  6 09:13:24 2014	(r347174)
@@ -30,9 +30,6 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 # Force it to put the .cache in ${WRKSRC} instead of ~/.cache. ports/143260
 MAKE_ENV=	HOME=${WRKDIR}
 
-MAN1=		g-ir-compiler.1 g-ir-generate.1 g-ir-scanner.1
-
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|'gcc'|'cc'|g' \
 		${WRKSRC}/giscanner/dumper.py

Modified: head/devel/gobject-introspection/pkg-plist
==============================================================================
--- head/devel/gobject-introspection/pkg-plist	Thu Mar  6 08:53:17 2014	(r347173)
+++ head/devel/gobject-introspection/pkg-plist	Thu Mar  6 09:13:24 2014	(r347174)
@@ -193,6 +193,9 @@ share/gobject-introspection-1.0/tests/ut
 share/gobject-introspection-1.0/tests/utility.h
 share/gobject-introspection-1.0/tests/warnlib.c
 share/gobject-introspection-1.0/tests/warnlib.h
+man/man1/g-ir-compiler.1.gz
+man/man1/g-ir-generate.1.gz
+man/man1/g-ir-scanner.1.gz
 @dirrm share/gobject-introspection-1.0/tests
 @dirrm share/gobject-introspection-1.0
 @dirrm lib/gobject-introspection/giscanner/doctemplates/Python


More information about the svn-ports-head mailing list