Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2013 15:14:12 +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: r328807 - head/devel/p5-Glib-Object-Introspection
Message-ID:  <201309301514.r8UFECph038163@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
 # 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309301514.r8UFECph038163>