Date: Fri, 15 Mar 2013 07:21:04 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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 Message-ID: <201303150721.r2F7L43O015068@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $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 <bsd.port.options.mk> + +# 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303150721.r2F7L43O015068>