Date: Fri, 25 Apr 2014 10:54:50 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352106 - head/graphics/ufraw Message-ID: <201404251054.s3PAspUV081536@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@latin/LC_MESSAGES @dirrmtry share/locale/sr@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404251054.s3PAspUV081536>