svn commit: r352106 - head/graphics/ufraw

Tijl Coosemans tijl at FreeBSD.org
Fri Apr 25 10:54:51 UTC 2014


Author: tijl
Date: Fri Apr 25 10:54:50 2014
New Revision: 352106
URL: http://svnweb.freebsd.org/changeset/ports/352106
QAT: https://qat.redports.org/buildarchive/r352106/

Log:
  Like r351970 removed an extra USES+=desktop-file-utils from the Makefile,
  also remove the extra update-desktop-database from pkg-plist.

Modified:
  head/graphics/ufraw/Makefile
  head/graphics/ufraw/pkg-plist

Modified: head/graphics/ufraw/Makefile
==============================================================================
--- head/graphics/ufraw/Makefile	Fri Apr 25 10:47:58 2014	(r352105)
+++ head/graphics/ufraw/Makefile	Fri Apr 25 10:54:50 2014	(r352106)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ufraw
 PORTVERSION=	0.19.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -83,9 +83,6 @@ CATEGORIES+=	gnome
 USE_GNOME=	gconf2
 CONFIGURE_ARGS+=	--enable-mime
 GCONF_SCHEMAS=	${PORTNAME}.schemas
-PLIST_SUB+=	GNOME=""
-.else
-PLIST_SUB+=	GNOME="@comment "
 .endif
 
 post-patch:

Modified: head/graphics/ufraw/pkg-plist
==============================================================================
--- head/graphics/ufraw/pkg-plist	Fri Apr 25 10:47:58 2014	(r352105)
+++ head/graphics/ufraw/pkg-plist	Fri Apr 25 10:54:50 2014	(r352106)
@@ -27,8 +27,6 @@ share/pixmaps/ufraw.png
 %%MGTK2%%bin/ufraw
 @dirrmtry share/locale/sr at latin/LC_MESSAGES
 @dirrmtry share/locale/sr at latin
-%%GNOME%%@exec %D/bin/update-desktop-database > /dev/null || /usr/bin/true
-%%GNOME%%@unexec %D/bin/update-desktop-database > /dev/null || /usr/bin/true
 %%GIMP%%@dirrmtry libexec/gimp/2.2/plug-ins
 %%GIMP%%@dirrmtry libexec/gimp/2.2
 %%GIMP%%@dirrmtry libexec/gimp


More information about the svn-ports-all mailing list