From owner-svn-ports-head@FreeBSD.ORG Fri Jan 23 18:51:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C2F87E9; Fri, 23 Jan 2015 18:51:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4954BFEA; Fri, 23 Jan 2015 18:51:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0NIpDFP034030; Fri, 23 Jan 2015 18:51:13 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0NIpClS034025; Fri, 23 Jan 2015 18:51:12 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201501231851.t0NIpClS034025@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 23 Jan 2015 18:51:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377756 - in head: devel/gnome-vfs devel/p5-File-MimeInfo graphics/gtk-update-icon-cache x11-toolkits/gtk20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2015 18:51:13 -0000 Author: antoine Date: Fri Jan 23 18:51:11 2015 New Revision: 377756 URL: https://svnweb.freebsd.org/changeset/ports/377756 QAT: https://qat.redports.org/buildarchive/r377756/ Log: Depend on update-mime-database instead of a file generated by pkg-install Modified: head/devel/gnome-vfs/Makefile head/devel/p5-File-MimeInfo/Makefile head/graphics/gtk-update-icon-cache/Makefile head/x11-toolkits/gtk20/Makefile Modified: head/devel/gnome-vfs/Makefile ============================================================================== --- head/devel/gnome-vfs/Makefile Fri Jan 23 17:50:50 2015 (r377755) +++ head/devel/gnome-vfs/Makefile Fri Jan 23 18:51:11 2015 (r377756) @@ -16,7 +16,7 @@ USES= tar:bzip2 .if !defined(REFERENCE_PORT) -RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info +RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info USES+= gettext gmake libtool:keepla pathfix pkgconfig USE_GNOME= gnomeprefix intlhack gnomemimedata gconf2 \ Modified: head/devel/p5-File-MimeInfo/Makefile ============================================================================== --- head/devel/p5-File-MimeInfo/Makefile Fri Jan 23 17:50:50 2015 (r377755) +++ head/devel/p5-File-MimeInfo/Makefile Fri Jan 23 18:51:11 2015 (r377756) @@ -15,7 +15,7 @@ BUILD_DEPENDS= p5-File-BaseDir>=0.03:${P p5-File-DesktopEntry>=0.04:${PORTSDIR}/devel/p5-File-DesktopEntry RUN_DEPENDS:= p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir \ p5-File-DesktopEntry>=0.04:${PORTSDIR}/devel/p5-File-DesktopEntry \ - ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info + update-mime-database:${PORTSDIR}/misc/shared-mime-info USES= perl5 USE_PERL5= configure Modified: head/graphics/gtk-update-icon-cache/Makefile ============================================================================== --- head/graphics/gtk-update-icon-cache/Makefile Fri Jan 23 17:50:50 2015 (r377755) +++ head/graphics/gtk-update-icon-cache/Makefile Fri Jan 23 18:51:11 2015 (r377756) @@ -16,7 +16,7 @@ COMMENT= Gtk-update-icon-cache utility f LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS+= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ +RUN_DEPENDS+= update-mime-database:${PORTSDIR}/misc/shared-mime-info \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme USES= gettext gmake libtool pathfix perl5 pkgconfig tar:xz Modified: head/x11-toolkits/gtk20/Makefile ============================================================================== --- head/x11-toolkits/gtk20/Makefile Fri Jan 23 17:50:50 2015 (r377755) +++ head/x11-toolkits/gtk20/Makefile Fri Jan 23 18:51:11 2015 (r377756) @@ -23,7 +23,7 @@ PORTSCOUT= limitw:0,even .if !defined(REFERENCE_PORT) -RUN_DEPENDS+= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ +RUN_DEPENDS+= update-mime-database:${PORTSDIR}/misc/shared-mime-info \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ python:${PORTSDIR}/lang/python