From owner-svn-ports-all@FreeBSD.ORG Tue May 7 13:53:36 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 186A370C; Tue, 7 May 2013 13:53:36 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0B5CA95D; Tue, 7 May 2013 13:53:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r47DrZCN022669; Tue, 7 May 2013 13:53:35 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r47DrZ66022667; Tue, 7 May 2013 13:53:35 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201305071353.r47DrZ66022667@svn.freebsd.org> From: Boris Samorodov Date: Tue, 7 May 2013 13:53:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317609 - head/graphics/yagf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 May 2013 13:53:36 -0000 Author: bsam Date: Tue May 7 13:53:35 2013 New Revision: 317609 URL: http://svnweb.freebsd.org/changeset/ports/317609 Log: Remove exec and unexec of update-desktop-database from pkg-plist, forgotten at the previous commit. PS. Actually the previous commit was intended to be done to the redports repository. Unfortunately I used the wrong terminal multiplexor window to do the commit. :-( Reminded by: kwm Modified: head/graphics/yagf/pkg-plist Modified: head/graphics/yagf/pkg-plist ============================================================================== --- head/graphics/yagf/pkg-plist Tue May 7 13:53:08 2013 (r317608) +++ head/graphics/yagf/pkg-plist Tue May 7 13:53:35 2013 (r317609) @@ -18,5 +18,3 @@ share/yagf/translations/yagf_uk.qm @dirrmtry share/icons/hicolor/96x96 @dirrmtry share/icons/hicolor @dirrmtry share/icons -@exec %%LOCALBASE%%/bin/update-desktop-database || : -@unexec %%LOCALBASE%%/bin/update-desktop-database || :