From owner-svn-ports-head@FreeBSD.ORG Fri Mar 15 07:21:05 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]) by hub.freebsd.org (Postfix) with ESMTP id 144FECD1; Fri, 15 Mar 2013 07:21:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id ECF856AA; Fri, 15 Mar 2013 07:21:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2F7L4vA015070; Fri, 15 Mar 2013 07:21:04 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2F7L43O015068; Fri, 15 Mar 2013 07:21:04 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201303150721.r2F7L43O015068@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 15 Mar 2013 07:21:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314276 - 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: Fri, 15 Mar 2013 07:21:05 -0000 Author: sunpoet Date: Fri Mar 15 07:21:04 2013 New Revision: 314276 URL: http://svnweb.freebsd.org/changeset/ports/314276 Log: - Update to 0.014 - Add TEST option to build test libraries - Cleanup Makefile header Changes: http://search.cpan.org/dist/Glib-Object-Introspection/NEWS Modified: head/devel/p5-Glib-Object-Introspection/Makefile (contents, props changed) head/devel/p5-Glib-Object-Introspection/distinfo (contents, props changed) Modified: head/devel/p5-Glib-Object-Introspection/Makefile ============================================================================== --- head/devel/p5-Glib-Object-Introspection/Makefile Fri Mar 15 07:20:17 2013 (r314275) +++ head/devel/p5-Glib-Object-Introspection/Makefile Fri Mar 15 07:21:04 2013 (r314276) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Glib-Object-Introspection -# Date created: 2011-10-15 -# Whom: Sunpoet Po-Chuan Hsieh -# +# Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ -# PORTNAME= Glib-Object-Introspection -PORTVERSION= 0.010 +PORTVERSION= 0.014 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,13 +15,29 @@ LICENSE= LGPL21 BUILD_DEPENDS= gobject-introspection>=0.10.0:${PORTSDIR}/devel/gobject-introspection \ p5-ExtUtils-Depends>=0.300:${PORTSDIR}/devel/p5-ExtUtils-Depends \ p5-ExtUtils-PkgConfig>=1:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ - p5-Glib2>=1.240:${PORTSDIR}/devel/p5-Glib2 + 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.240:${PORTSDIR}/devel/p5-Glib2 + 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 MAN3= Glib::Object::Introspection.3 +.include + +# Glib::Object::Introspection requires cairo, gio-fam-backend 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 + +regression-test test: build + cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} test + .include Modified: head/devel/p5-Glib-Object-Introspection/distinfo ============================================================================== --- head/devel/p5-Glib-Object-Introspection/distinfo Fri Mar 15 07:20:17 2013 (r314275) +++ head/devel/p5-Glib-Object-Introspection/distinfo Fri Mar 15 07:21:04 2013 (r314276) @@ -1,2 +1,2 @@ -SHA256 (Glib-Object-Introspection-0.010.tar.gz) = cce2dda54331d6ce7c7aff16f86c1aa6f611f4d3aeb47d8bcaa7dd59a31be2d9 -SIZE (Glib-Object-Introspection-0.010.tar.gz) = 47661 +SHA256 (Glib-Object-Introspection-0.014.tar.gz) = f7344bacf110e9c5d8a65eccc274d86262d50384cb8753022c669dc68c1ad005 +SIZE (Glib-Object-Introspection-0.014.tar.gz) = 56829