svn commit: r316169 - head/games/epiar

Alex Kozlov ak at FreeBSD.org
Sun Apr 21 07:07:19 UTC 2013


Author: ak
Date: Sun Apr 21 07:07:18 2013
New Revision: 316169
URL: http://svnweb.freebsd.org/changeset/ports/316169

Log:
  - There is no need to update the desktop database because epiar's desktop file doesn't have MIME definition in it.
  
  Submitted by:	makc
  Approved by:	nemysis at gmx.ch (maintainer)
  Feature safe:	yes

Modified:
  head/games/epiar/Makefile
  head/games/epiar/pkg-plist

Modified: head/games/epiar/Makefile
==============================================================================
--- head/games/epiar/Makefile	Sat Apr 20 23:41:33 2013	(r316168)
+++ head/games/epiar/Makefile	Sun Apr 21 07:07:18 2013	(r316169)
@@ -3,6 +3,7 @@
 
 PORTNAME=	epiar
 PORTVERSION=	0.5.1
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://epiar.net/files/epiar/releases/0.5/
 
@@ -26,7 +27,6 @@ USE_GL=		glu
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	aclocal
 USE_GMAKE=	yes
-USE_GNOME=	desktopfileutils
 USE_PKGCONFIG=	build
 MAKE_JOBS_SAFE=	yes
 
@@ -47,6 +47,4 @@ post-install:
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
 .endif
 
-	@-update-desktop-database -q
-
 .include <bsd.port.mk>

Modified: head/games/epiar/pkg-plist
==============================================================================
--- head/games/epiar/pkg-plist	Sat Apr 20 23:41:33 2013	(r316168)
+++ head/games/epiar/pkg-plist	Sun Apr 21 07:07:18 2013	(r316169)
@@ -243,5 +243,3 @@ share/pixmaps/epiar.png
 @dirrm %%DATADIR%%/Resources
 @dirrm %%DATADIR%%
 @dirrmtry share/applications
- at exec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true


More information about the svn-ports-all mailing list