svn commit: r322105 - head/science/gwyddion

Antoine Brodin antoine at FreeBSD.org
Sun Jun 30 21:25:04 UTC 2013


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


More information about the svn-ports-all mailing list