svn commit: r353765 - head/graphics/libchamplain

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 12 02:05:27 UTC 2014


Author: amdmi3
Date: Mon May 12 02:05:26 2014
New Revision: 353765
URL: http://svnweb.freebsd.org/changeset/ports/353765
QAT: https://qat.redports.org/buildarchive/r353765/

Log:
  - Switch to USE_GNOME=introspetion
  - Don't remove mtree dirs
  
  PR:		185921
  Submitted by:	amdmi3
  Approved by:	maintainer timeout

Modified:
  head/graphics/libchamplain/Makefile
  head/graphics/libchamplain/pkg-plist

Modified: head/graphics/libchamplain/Makefile
==============================================================================
--- head/graphics/libchamplain/Makefile	Mon May 12 02:04:13 2014	(r353764)
+++ head/graphics/libchamplain/Makefile	Mon May 12 02:05:26 2014	(r353765)
@@ -11,13 +11,11 @@ MASTER_SITES=	GNOME
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	C library provides a Gtk+ widget to display rasterized maps/markers
 
-BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
 LIB_DEPENDS=	libclutter-gtk-0.10.so:${PORTSDIR}/graphics/clutter-gtk \
 		libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
-RUN_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
 
 USES=		gmake libtool:keepla pathfix pkgconfig tar:bzip2
-USE_GNOME=	gnomeprefix gtk20
+USE_GNOME=	gnomeprefix gtk20 introspection:build,run
 USE_SQLITE=	3
 USE_GL=		gl
 GNU_CONFIGURE=	yes

Modified: head/graphics/libchamplain/pkg-plist
==============================================================================
--- head/graphics/libchamplain/pkg-plist	Mon May 12 02:04:13 2014	(r353764)
+++ head/graphics/libchamplain/pkg-plist	Mon May 12 02:05:26 2014	(r353765)
@@ -116,10 +116,8 @@ share/vala/vapi/champlain-%%VERSION%%.de
 share/vala/vapi/champlain-%%VERSION%%.vapi
 share/vala/vapi/champlain-gtk-%%VERSION%%.deps
 share/vala/vapi/champlain-gtk-%%VERSION%%.vapi
- at dirrmtry share/gir-1.0
 @dirrm share/doc/libchamplain-gtk
 @dirrm %%DOCSDIR%%
- at dirrmtry lib/girepository-1.0
 @dirrm include/libchamplain-gtk-%%VERSION%%/champlain-gtk
 @dirrm include/libchamplain-gtk-%%VERSION%%
 @dirrm include/libchamplain-%%VERSION%%/champlain


More information about the svn-ports-all mailing list