Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2015 21:05:10 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377479 - head/ftp/gwget
Message-ID:  <201501192105.t0JL5ADg047480@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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