Date: Mon, 12 May 2014 02:05:27 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353765 - head/graphics/libchamplain Message-ID: <201405120205.s4C25RLd030380@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 -@dirrmtry share/gir-1.0 @dirrm share/doc/libchamplain-gtk @dirrm %%DOCSDIR%% -@dirrmtry lib/girepository-1.0 @dirrm include/libchamplain-gtk-%%VERSION%%/champlain-gtk @dirrm include/libchamplain-gtk-%%VERSION%% @dirrm include/libchamplain-%%VERSION%%/champlain
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405120205.s4C25RLd030380>