Makefile changed: -USE_GNOME= gtk20 +USE_GNOME= desktopfileutils gtk20 <-- needed for @-update-desktop-database -q adde in pkg-plist +@exec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) How-To-Repeat: portlint -A looks fine. port test: clean
Responsible Changed From-To: freebsd-ports-bugs->beech beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->patched In progress
Author: beech Date: Sun Apr 28 23:25:25 2013 New Revision: 316770 URL: http://svnweb.freebsd.org/changeset/ports/316770 Log: - Adjust dependencies for Desktop files - Add desktopfileutils PR: ports/177010 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Modified: head/games/asteroid/Makefile head/games/asteroid/pkg-plist Modified: head/games/asteroid/Makefile ============================================================================== --- head/games/asteroid/Makefile Sun Apr 28 23:18:23 2013 (r316769) +++ head/games/asteroid/Makefile Sun Apr 28 23:25:25 2013 (r316770) @@ -1,4 +1,4 @@ -# Created by: nemysis@gmx.ch +# Created by: nemysis <nemysis@gmx.ch> # $FreeBSD$ PORTNAME= asteroid @@ -18,7 +18,7 @@ GH_COMMIT= 6d23595 USE_GL= glut USE_SDL= mixer sdl -USE_GNOME= gtk20 +USE_GNOME= desktopfileutils gtk20 USE_XORG= xmu INSTALLS_ICONS= yes USES= cmake Modified: head/games/asteroid/pkg-plist ============================================================================== --- head/games/asteroid/pkg-plist Sun Apr 28 23:18:23 2013 (r316769) +++ head/games/asteroid/pkg-plist Sun Apr 28 23:25:25 2013 (r316770) @@ -18,3 +18,5 @@ share/icons/hicolor/scalable/apps/astero @dirrm %%DATADIR%%/gfx @dirrm %%DATADIR%% @dirrmtry share/applications +@exec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: patched->closed Committed, Thanks!