svn commit: r397976 - head/games/xboard-devel

Baptiste Daroussin bapt at FreeBSD.org
Sat Sep 26 14:00:01 UTC 2015


Author: bapt
Date: Sat Sep 26 13:59:59 2015
New Revision: 397976
URL: https://svnweb.freebsd.org/changeset/ports/397976

Log:
  Sort USES
  Commit the missing plist changes
  
  Reported by:	jbeich

Modified:
  head/games/xboard-devel/Makefile
  head/games/xboard-devel/pkg-plist

Modified: head/games/xboard-devel/Makefile
==============================================================================
--- head/games/xboard-devel/Makefile	Sat Sep 26 13:57:38 2015	(r397975)
+++ head/games/xboard-devel/Makefile	Sat Sep 26 13:59:59 2015	(r397976)
@@ -26,7 +26,7 @@ DATADIR=	${PREFIX}/share/games/xboard
 DOCSDIR=	${PREFIX}/share/doc/xboard
 XBOARDCONF=	${WRKSRC}/xboard.conf.in
 
-USES=		autoreconf gettext-tools gmake shebangfix desktop-file-utils shared-mime-info
+USES=		autoreconf desktop-file-utils gettext-tools gmake shared-mime-info shebangfix
 SHEBANG_FILES=	texi2man
 
 INSTALL_TARGET=	install-strip

Modified: head/games/xboard-devel/pkg-plist
==============================================================================
--- head/games/xboard-devel/pkg-plist	Sat Sep 26 13:57:38 2015	(r397975)
+++ head/games/xboard-devel/pkg-plist	Sat Sep 26 13:59:59 2015	(r397976)
@@ -231,9 +231,5 @@ share/mime/packages/xboard.xml
 @dirrmtry share/mime/packages
 @dirrmtry share/mime
 @sample etc/xboard.conf.sample
- at postexec /usr/local/bin/update-mime-database %D/share/mime
- at postunexec /usr/local/bin/update-mime-database %D/share/mime
 @postexec /usr/local/bin/gtk-update-icon-cache -q -f %D/share/icons/hicolor 2>/dev/null || /usr/bin/true
 @postunexec /usr/local/bin/gtk-update-icon-cache -q -f %D/share/icons/hicolor 2>/dev/null || /usr/bin/true
- at postexec /usr/local/bin/update-desktop-database -q > /dev/null || /usr/bin/true
- at postunexec /usr/local/bin/update-desktop-database -q > /dev/null || /usr/bin/true


More information about the svn-ports-all mailing list