From owner-svn-ports-head@FreeBSD.ORG Fri May 24 18:32:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 56D1E210; Fri, 24 May 2013 18:32:30 +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 48AD9865; Fri, 24 May 2013 18:32:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4OIWUso036432; Fri, 24 May 2013 18:32:30 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4OIWT7F036427; Fri, 24 May 2013 18:32:29 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201305241832.r4OIWT7F036427@svn.freebsd.org> From: Boris Samorodov Date: Fri, 24 May 2013 18:32:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319006 - head/sysutils/libgksu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 May 2013 18:32:30 -0000 Author: bsam Date: Fri May 24 18:32:29 2013 New Revision: 319006 URL: http://svnweb.freebsd.org/changeset/ports/319006 Log: USE_GNOME=desktopfileutils -> USES+=desktop-file-utils. Modified: head/sysutils/libgksu/Makefile head/sysutils/libgksu/pkg-plist Modified: head/sysutils/libgksu/Makefile ============================================================================== --- head/sysutils/libgksu/Makefile Fri May 24 18:27:19 2013 (r319005) +++ head/sysutils/libgksu/Makefile Fri May 24 18:32:29 2013 (r319006) @@ -17,15 +17,12 @@ LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/ RUN_DEPENDS= xauth:${PORTSDIR}/x11/xauth \ sudo:${PORTSDIR}/security/sudo -USES= pkgconfig -USE_GNOME= desktopfileutils glib20 gconf2 +USES= desktop-file-utils pkgconfig +USE_GNOME= glib20 gconf2 USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-gtk-doc=no GNU_CONFIGURE= yes GCONF_SCHEMAS= gksu.schemas USE_GMAKE= yes -post-install: - -update-desktop-database - .include Modified: head/sysutils/libgksu/pkg-plist ============================================================================== --- head/sysutils/libgksu/pkg-plist Fri May 24 18:27:19 2013 (r319005) +++ head/sysutils/libgksu/pkg-plist Fri May 24 18:32:29 2013 (r319006) @@ -14,5 +14,3 @@ share/pixmaps/gksu.png @dirrm lib/libgksu @dirrm include/libgksu @dirrmtry share/applications -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true