svn commit: r377479 - head/ftp/gwget

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 19 21:05:10 UTC 2015


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
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true


More information about the svn-ports-head mailing list