From owner-svn-ports-head@FreeBSD.ORG Sat Nov 1 20:50:26 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 718FA1FF; Sat, 1 Nov 2014 20:50:26 +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 5D9DC356; Sat, 1 Nov 2014 20:50:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA1KoQQ3038309; Sat, 1 Nov 2014 20:50:26 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA1KoPox038307; Sat, 1 Nov 2014 20:50:25 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201411012050.sA1KoPox038307@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sat, 1 Nov 2014 20:50:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372041 - head/graphics/gexiv2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Nov 2014 20:50:26 -0000 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