From owner-svn-ports-all@FreeBSD.ORG Wed Aug 21 12:29:19 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 130B8B7B; Wed, 21 Aug 2013 12:29:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DB7B5275A; Wed, 21 Aug 2013 12:29:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7LCTIdt007821; Wed, 21 Aug 2013 12:29:18 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7LCTIwv007820; Wed, 21 Aug 2013 12:29:18 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308211229.r7LCTIwv007820@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 21 Aug 2013 12:29:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325113 - head/devel/p5-Glib-Object-Introspection 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.14 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: Wed, 21 Aug 2013 12:29:19 -0000 Author: sunpoet Date: Wed Aug 21 12:29:18 2013 New Revision: 325113 URL: http://svnweb.freebsd.org/changeset/ports/325113 Log: - Use USE_GNOME=introspection - Update TEST handler as devel/gio-fam-backend was removed - Bump PORTREVISION Modified: head/devel/p5-Glib-Object-Introspection/Makefile Modified: head/devel/p5-Glib-Object-Introspection/Makefile ============================================================================== --- head/devel/p5-Glib-Object-Introspection/Makefile Wed Aug 21 12:19:43 2013 (r325112) +++ head/devel/p5-Glib-Object-Introspection/Makefile Wed Aug 21 12:29:18 2013 (r325113) @@ -3,6 +3,7 @@ PORTNAME= Glib-Object-Introspection PORTVERSION= 0.015 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,28 +14,26 @@ COMMENT= Dynamically create Perl languag LICENSE= LGPL21 # t/vfunc-ref-counting.t requires gobject-introspection 1.35.5+ -BUILD_DEPENDS= gobject-introspection>=0.10.0:${PORTSDIR}/devel/gobject-introspection \ - p5-ExtUtils-Depends>=0.300:${PORTSDIR}/devel/p5-ExtUtils-Depends \ +BUILD_DEPENDS= p5-ExtUtils-Depends>=0.300:${PORTSDIR}/devel/p5-ExtUtils-Depends \ p5-ExtUtils-PkgConfig>=1:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ p5-Glib2>=1.270:${PORTSDIR}/devel/p5-Glib2 LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi -RUN_DEPENDS= gobject-introspection>=0.10.0:${PORTSDIR}/devel/gobject-introspection \ - p5-Glib2>=1.270:${PORTSDIR}/devel/p5-Glib2 +RUN_DEPENDS= p5-Glib2>=1.270:${PORTSDIR}/devel/p5-Glib2 TEST_DEPENDS= p5-Cairo-GObject>=0:${PORTSDIR}/devel/p5-Cairo-GObject OPTIONS_DEFINE= TEST PERL_CONFIGURE= yes +USE_GNOME= introspection MAN3= Glib::Object::Introspection.3 .include -# Glib::Object::Introspection requires cairo, gio-fam-backend and glib20 to build +# Glib::Object::Introspection requires cairo and glib20 to build # test libraries during build phase, therefore we add them to BUILD_DEPENDS. .if ${PORT_OPTIONS:MTEST} BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/cairo.pc:${PORTSDIR}/graphics/cairo \ - ${LOCALBASE}/libdata/pkgconfig/gio-2.0.pc:${PORTSDIR}/devel/gio-fam-backend \ ${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc:${PORTSDIR}/devel/glib20 .endif