Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jun 2013 21:25:03 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322105 - head/science/gwyddion
Message-ID:  <201306302125.r5ULP3Fw038892@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jun 30 21:25:03 2013
New Revision: 322105
URL: http://svnweb.freebsd.org/changeset/ports/322105

Log:
  Convert to USES to update-desktop-database on package install and uninstall

Modified:
  head/science/gwyddion/Makefile
  head/science/gwyddion/pkg-plist

Modified: head/science/gwyddion/Makefile
==============================================================================
--- head/science/gwyddion/Makefile	Sun Jun 30 21:18:09 2013	(r322104)
+++ head/science/gwyddion/Makefile	Sun Jun 30 21:25:03 2013	(r322105)
@@ -20,8 +20,8 @@ OPTIONS_DEFAULT=PERL PYTHON UNIQUE
 UNIQUE_DESC=	Remote controle backend support
 
 USE_XZ=		yes
-USES=		pathfix gettext
-USE_GNOME=	desktopfileutils gconf2 gtk20 libxml2
+USES=		desktop-file-utils gettext pathfix shared-mime-info
+USE_GNOME=	gconf2 gtk20 libxml2
 USE_GL=		glu
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes

Modified: head/science/gwyddion/pkg-plist
==============================================================================
--- head/science/gwyddion/pkg-plist	Sun Jun 30 21:18:09 2013	(r322104)
+++ head/science/gwyddion/pkg-plist	Sun Jun 30 21:25:03 2013	(r322105)
@@ -829,5 +829,3 @@ share/thumbnailers/gwyddion.thumbnailer
 @dirrm include/gwyddion/libdraw
 @dirrm include/gwyddion/app
 @dirrm include/gwyddion
-@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true



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