Date: Tue, 18 Nov 2014 12:07:18 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372716 - head/net/unison232 Message-ID: <201411181207.sAIC7Iwo008678@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 || :
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411181207.sAIC7Iwo008678>