svn commit: r372041 - head/graphics/gexiv2

Alexey Dokuchaev danfe at FreeBSD.org
Sat Nov 1 20:50:26 UTC 2014


Author: danfe
Date: Sat Nov  1 20:50:25 2014
New Revision: 372041
URL: https://svnweb.freebsd.org/changeset/ports/372041
QAT: https://qat.redports.org/buildarchive/r372041/

Log:
  Install introspection files (as required by some programs).

Modified:
  head/graphics/gexiv2/Makefile
  head/graphics/gexiv2/pkg-plist

Modified: head/graphics/gexiv2/Makefile
==============================================================================
--- head/graphics/gexiv2/Makefile	Sat Nov  1 20:34:54 2014	(r372040)
+++ head/graphics/gexiv2/Makefile	Sat Nov  1 20:50:25 2014	(r372041)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gexiv2
 PORTVERSION=	0.6.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	http://yorba.org/download/${PORTNAME}/${PORTVERSION:R}/
 DISTNAME=	lib${PORTNAME}_${PORTVERSION}
@@ -18,9 +18,9 @@ BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 LIB_DEPENDS=	libexiv2.so:${PORTSDIR}/graphics/exiv2
 
 USES=		gmake libtool:build pkgconfig tar:xz
-USE_GNOME=	glib20
+USE_GNOME=	glib20 introspection:build
 USE_LDCONFIG=	yes
-MAKE_ARGS=	REQUIRED_CFLAGS=""
+MAKE_ARGS=	REQUIRED_CFLAGS="" ENABLE_INTROSPECTION=1
 
 post-patch:
 	@${REINPLACE_CMD} -E \

Modified: head/graphics/gexiv2/pkg-plist
==============================================================================
--- head/graphics/gexiv2/pkg-plist	Sat Nov  1 20:34:54 2014	(r372040)
+++ head/graphics/gexiv2/pkg-plist	Sat Nov  1 20:50:25 2014	(r372041)
@@ -5,9 +5,11 @@ include/gexiv2/gexiv2-managed-stream.h
 include/gexiv2/gexiv2-preview-properties.h
 include/gexiv2/gexiv2-preview-image.h
 include/gexiv2/gexiv2-startup.h
+lib/girepository-1.0/GExiv2-0.4.typelib
 lib/libgexiv2.a
 lib/libgexiv2.so
 lib/libgexiv2.so.2
 lib/libgexiv2.so.2.0.0
 libdata/pkgconfig/gexiv2.pc
+share/gir-1.0/GExiv2-0.4.gir
 share/vala/vapi/gexiv2.vapi


More information about the svn-ports-head mailing list