Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2013 12:29:18 +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: r325113 - head/devel/p5-Glib-Object-Introspection
Message-ID:  <201308211229.r7LCTIwv007820@svn.freebsd.org>

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



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