From owner-svn-ports-all@FreeBSD.ORG Tue Nov 18 12:07:18 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A305B1C4; Tue, 18 Nov 2014 12:07:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76491BE7; Tue, 18 Nov 2014 12:07:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAIC7I3n008681; Tue, 18 Nov 2014 12:07:18 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAIC7Iwo008678; Tue, 18 Nov 2014 12:07:18 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201411181207.sAIC7Iwo008678@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 18 Nov 2014 12:07:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372716 - head/net/unison232 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.18-1 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, 18 Nov 2014 12:07:18 -0000 Author: madpilot Date: Tue Nov 18 12:07:17 2014 New Revision: 372716 URL: https://svnweb.freebsd.org/changeset/ports/372716 QAT: https://qat.redports.org/buildarchive/r372716/ Log: - Add USES desktop-file-utils - Remove improper use of PLIST_FILES - Cleanup plist Approved by: mandree@ (maintainer, implicit) Modified: head/net/unison232/Makefile head/net/unison232/pkg-plist Modified: head/net/unison232/Makefile ============================================================================== --- head/net/unison232/Makefile Tue Nov 18 12:05:44 2014 (r372715) +++ head/net/unison232/Makefile Tue Nov 18 12:07:17 2014 (r372716) @@ -18,7 +18,7 @@ COMMENT= User-level file synchronization LICENSE= GPLv3 PLIST_SUB= PORTVERSION=${PORTVERSION} -USES= gmake +USES= desktop-file-utils gmake WANT_GNOME= yes MAKE_ARGS= CFLAGS="" @@ -44,7 +44,6 @@ RUN_DEPENDS+= lablgtk2:${PORTSDIR}/x11-t PATCH_DEPENDS+= ${BUILD_DEPENDS} CONFLICTS+= ocaml-nox11* SUB_FILES+= ${PORTNAME}.desktop -PLIST_FILES+= share/pixmaps/${PORTNAME}${PKGNAMESUFFIX}.png .else MAKE_ARGS+= UISTYLE=text PLIST_SUB+= TEXT="@comment " Modified: head/net/unison232/pkg-plist ============================================================================== --- head/net/unison232/pkg-plist Tue Nov 18 12:05:44 2014 (r372715) +++ head/net/unison232/pkg-plist Tue Nov 18 12:07:17 2014 (r372716) @@ -1,12 +1,10 @@ bin/unison232 %%TEXT%%share/applications/unison232.desktop %%TEXT%%bin/unison232-text +%%TEXT%%share/pixmaps/unison232.png %%PORTDOCS%%%%DOCSDIR%%/BUGS.txt %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/unison-%%PORTVERSION%%-manual.html %%PORTDOCS%%%%DOCSDIR%%/unison-%%PORTVERSION%%-manual.pdf %%PORTDOCS%%%%DOCSDIR%%/unison-%%PORTVERSION%%-manual.ps -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%TEXT%%@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || : -%%TEXT%%@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || :