svn commit: r321255 - head/sysutils/brasero

Martin Wilke miwi at FreeBSD.org
Wed Jun 19 14:33:29 UTC 2013


Author: miwi
Date: Wed Jun 19 14:33:28 2013
New Revision: 321255
URL: http://svnweb.freebsd.org/changeset/ports/321255

Log:
  - Switch to USES shared-mime-info
  
  Approved by: 	kwm

Modified:
  head/sysutils/brasero/Makefile
  head/sysutils/brasero/pkg-plist   (contents, props changed)

Modified: head/sysutils/brasero/Makefile
==============================================================================
--- head/sysutils/brasero/Makefile	Wed Jun 19 14:26:05 2013	(r321254)
+++ head/sysutils/brasero/Makefile	Wed Jun 19 14:33:28 2013	(r321255)
@@ -26,7 +26,7 @@ USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_XORG=	sm
-USES=		pathfix gettext
+USES=		pathfix gettext shared-mime-info
 USE_GNOME=	intlhack gnomeprefix gnomedocutils
 USE_LDCONFIG=	yes
 USE_GSTREAMER=	gconf core

Modified: head/sysutils/brasero/pkg-plist
==============================================================================
--- head/sysutils/brasero/pkg-plist	Wed Jun 19 14:26:05 2013	(r321254)
+++ head/sysutils/brasero/pkg-plist	Wed Jun 19 14:33:28 2013	(r321255)
@@ -512,10 +512,6 @@ share/omf/brasero/brasero-zh_TW.omf
 @dirrm include/brasero
 @dirrmtry share/GConf/gsettings
 @dirrmtry share/GConf
- at exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
- at unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
 @dirrmtry share/locale/zh_HK/LC_MESSAGES
 @dirrmtry share/locale/zh_HK
 @dirrmtry share/locale/te/LC_MESSAGES


More information about the svn-ports-head mailing list