From owner-svn-ports-head@FreeBSD.ORG Tue Mar 26 10:19:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 164FF97; Tue, 26 Mar 2013 10:19: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 E2D83FAC; Tue, 26 Mar 2013 10:19:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2QAJTwv009365; Tue, 26 Mar 2013 10:19:29 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2QAJTpo009362; Tue, 26 Mar 2013 10:19:29 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201303261019.r2QAJTpo009362@svn.freebsd.org> From: Boris Samorodov Date: Tue, 26 Mar 2013 10:19:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315274 - 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: Tue, 26 Mar 2013 10:19:30 -0000 Author: bsam Date: Tue Mar 26 10:19:29 2013 New Revision: 315274 URL: http://svnweb.freebsd.org/changeset/ports/315274 Log: . trim makefile headers to two line style; . remove ABI version numbers from LIB_DEPENDS; . USE_GNOME=pkgconfig -> USE_PKGCONFIG=build; . utilise USE_GNOME=desktopfileutils; . remove standard options from CPPFLAGS and LDFLAGS; . bump PORTREVISION. Modified: head/sysutils/libgksu/Makefile head/sysutils/libgksu/pkg-plist Modified: head/sysutils/libgksu/Makefile ============================================================================== --- head/sysutils/libgksu/Makefile Tue Mar 26 10:05:44 2013 (r315273) +++ head/sysutils/libgksu/Makefile Tue Mar 26 10:19:29 2013 (r315274) @@ -1,33 +1,31 @@ -# New ports collection makefile for: libgksu1.2 -# Date created: 1 October 2004 -# Whom: Jesse van den Kieboom -# +# Created by: Jesse van den Kieboom # $FreeBSD$ -# PORTNAME= libgksu PORTVERSION= 2.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://people.debian.org/~kov/gksu/ MAINTAINER= bsam@FreeBSD.org COMMENT= Library providing su and sudo functionality -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ +LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop \ glade-2.0:${PORTSDIR}/devel/libglade2 \ - gcr.0:${PORTSDIR}/security/gnome-keyring \ - startup-notification-1.0:${PORTSDIR}/x11/startup-notification + gcr:${PORTSDIR}/security/gnome-keyring \ + startup-notification-1:${PORTSDIR}/x11/startup-notification RUN_DEPENDS= xauth:${PORTSDIR}/x11/xauth \ sudo:${PORTSDIR}/security/sudo -USE_GNOME= pkgconfig glib20 gconf2 +USE_PKGCONFIG= build +USE_GNOME= desktopfileutils glib20 gconf2 USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-gtk-doc=no GNU_CONFIGURE= yes GCONF_SCHEMAS= gksu.schemas USE_GMAKE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib + +post-install: + -update-desktop-database .include Modified: head/sysutils/libgksu/pkg-plist ============================================================================== --- head/sysutils/libgksu/pkg-plist Tue Mar 26 10:05:44 2013 (r315273) +++ head/sysutils/libgksu/pkg-plist Tue Mar 26 10:19:29 2013 (r315274) @@ -14,3 +14,5 @@ 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