From owner-svn-ports-head@FreeBSD.ORG Mon Sep 30 15:14:13 2013 Return-Path: Delivered-To: svn-ports-head@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 9D926B6E; Mon, 30 Sep 2013 15:14:13 +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 8A5092EC1; Mon, 30 Sep 2013 15:14:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8UFEDgu038166; Mon, 30 Sep 2013 15:14:13 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8UFECph038163; Mon, 30 Sep 2013 15:14:12 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309301514.r8UFECph038163@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 30 Sep 2013 15:14:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328807 - 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 30 Sep 2013 15:14:13 -0000 Author: sunpoet Date: Mon Sep 30 15:14:12 2013 New Revision: 328807 URL: http://svnweb.freebsd.org/changeset/ports/328807 Log: - Update to 0.016 - Convert to new OPTIONS helper - Support STAGEDIR Changes: http://search.cpan.org/dist/Glib-Object-Introspection/NEWS Modified: head/devel/p5-Glib-Object-Introspection/Makefile head/devel/p5-Glib-Object-Introspection/distinfo head/devel/p5-Glib-Object-Introspection/pkg-plist (contents, props changed) Modified: head/devel/p5-Glib-Object-Introspection/Makefile ============================================================================== --- head/devel/p5-Glib-Object-Introspection/Makefile Mon Sep 30 15:11:03 2013 (r328806) +++ head/devel/p5-Glib-Object-Introspection/Makefile Mon Sep 30 15:14:12 2013 (r328807) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Glib-Object-Introspection -PORTVERSION= 0.015 -PORTREVISION= 1 +PORTVERSION= 0.016 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,27 +16,20 @@ LICENSE= LGPL21 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 +LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi RUN_DEPENDS= p5-Glib2>=1.270:${PORTSDIR}/devel/p5-Glib2 TEST_DEPENDS= p5-Cairo-GObject>=0:${PORTSDIR}/devel/p5-Cairo-GObject OPTIONS_DEFINE= TEST +USE_GNOME= introspection USE_PERL5= configure USES= perl5 -USE_GNOME= introspection - -MAN3= Glib::Object::Introspection.3 - -NO_STAGE= yes -.include # 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/glib-2.0.pc:${PORTSDIR}/devel/glib20 -.endif +TEST_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/cairo.pc:${PORTSDIR}/graphics/cairo \ + ${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc:${PORTSDIR}/devel/glib20 regression-test test: build cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} test Modified: head/devel/p5-Glib-Object-Introspection/distinfo ============================================================================== --- head/devel/p5-Glib-Object-Introspection/distinfo Mon Sep 30 15:11:03 2013 (r328806) +++ head/devel/p5-Glib-Object-Introspection/distinfo Mon Sep 30 15:14:12 2013 (r328807) @@ -1,2 +1,2 @@ -SHA256 (Glib-Object-Introspection-0.015.tar.gz) = 0f877f019e915aac48f6e394b2fe0b29d5398a7238ab108323fe6d0d4adccdb2 -SIZE (Glib-Object-Introspection-0.015.tar.gz) = 58929 +SHA256 (Glib-Object-Introspection-0.016.tar.gz) = eb418a6c5cd8836493d78df145fa79f2251ed9fcc0b9dd98698120e19c552d72 +SIZE (Glib-Object-Introspection-0.016.tar.gz) = 58472 Modified: head/devel/p5-Glib-Object-Introspection/pkg-plist ============================================================================== --- head/devel/p5-Glib-Object-Introspection/pkg-plist Mon Sep 30 15:11:03 2013 (r328806) +++ head/devel/p5-Glib-Object-Introspection/pkg-plist Mon Sep 30 15:14:12 2013 (r328807) @@ -3,6 +3,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Glib/Object/Introspection/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Glib/Object/Introspection/Introspection.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Glib/Object/Introspection/Introspection.so +%%PERL5_MAN3%%/Glib::Object::Introspection.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Glib/Object/Introspection @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Glib/Object @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Glib