From owner-svn-ports-head@FreeBSD.ORG Mon Jan 19 21:05:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0639CD5; Mon, 19 Jan 2015 21:05:10 +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 BCC80977; Mon, 19 Jan 2015 21:05:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0JL5Afw047483; Mon, 19 Jan 2015 21:05:10 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0JL5ADg047480; Mon, 19 Jan 2015 21:05:10 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201501192105.t0JL5ADg047480@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 19 Jan 2015 21:05:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377479 - head/ftp/gwget 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: Mon, 19 Jan 2015 21:05:10 -0000 Author: bapt Date: Mon Jan 19 21:05:09 2015 New Revision: 377479 URL: https://svnweb.freebsd.org/changeset/ports/377479 QAT: https://qat.redports.org/buildarchive/r377479/ Log: Remove unneeded desktop-file-utils and @exec Modified: head/ftp/gwget/Makefile head/ftp/gwget/pkg-plist Modified: head/ftp/gwget/Makefile ============================================================================== --- head/ftp/gwget/Makefile Mon Jan 19 20:52:53 2015 (r377478) +++ head/ftp/gwget/Makefile Mon Jan 19 21:05:09 2015 (r377479) @@ -3,7 +3,7 @@ PORTNAME= gwget PORTVERSION= 1.0.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= ftp gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -17,7 +17,7 @@ RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget OPTIONS_DEFINE= NOTIFY OPTIONS_DEFAULT= NOTIFY -USES= desktop-file-utils gettext gmake libtool pathfix tar:bzip2 +USES= gettext gmake libtool pathfix tar:bzip2 USE_GNOME= gnomeprefix gtk20 gconf2 libgnomeui INSTALLS_ICONS= yes GNU_CONFIGURE= yes Modified: head/ftp/gwget/pkg-plist ============================================================================== --- head/ftp/gwget/pkg-plist Mon Jan 19 20:52:53 2015 (r377478) +++ head/ftp/gwget/pkg-plist Mon Jan 19 21:05:09 2015 (r377479) @@ -52,5 +52,3 @@ share/locale/zh_CN/LC_MESSAGES/gwget.mo share/locale/zh_HK/LC_MESSAGES/gwget.mo share/locale/zh_TW/LC_MESSAGES/gwget.mo share/pixmaps/gwget.png -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true