Date: Tue, 28 Nov 2017 11:29:23 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455031 - head/deskutils/plasma-applet-qstardict Message-ID: <201711281129.vASBTNUN033803@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Nov 28 11:29:23 2017 New Revision: 455031 URL: https://svnweb.freebsd.org/changeset/ports/455031 Log: - Add LICENSE - Cosmetic fixes - Fix WWW: Modified: head/deskutils/plasma-applet-qstardict/Makefile head/deskutils/plasma-applet-qstardict/pkg-descr Modified: head/deskutils/plasma-applet-qstardict/Makefile ============================================================================== --- head/deskutils/plasma-applet-qstardict/Makefile Tue Nov 28 11:27:40 2017 (r455030) +++ head/deskutils/plasma-applet-qstardict/Makefile Tue Nov 28 11:29:23 2017 (r455031) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= plasma-applet- MAINTAINER= ports@FreeBSD.org COMMENT= Dictionary plasma applet for KDE +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + RUN_DEPENDS= ${QSTARDICT_PLUGIN_PATH}/libstardict.so:textproc/qstardict USES= cmake kde:4 tar:bzip2 @@ -20,7 +23,7 @@ CMAKE_SOURCE_PATH= ${WRKSRC}/kdeplasma QSTARDICT_PLUGIN_PATH= ${LOCALBASE}/lib/qstardict/plugins post-patch: - ${REINPLACE_CMD} -e 's|/usr/lib/qstardict/plugins|${QSTARDICT_PLUGIN_PATH}|g' \ + @${REINPLACE_CMD} -e 's|/usr/lib/qstardict/plugins|${QSTARDICT_PLUGIN_PATH}|g' \ ${WRKSRC}/kdeplasma/dataengine/config.h.cmake .include <bsd.port.mk> Modified: head/deskutils/plasma-applet-qstardict/pkg-descr ============================================================================== --- head/deskutils/plasma-applet-qstardict/pkg-descr Tue Nov 28 11:27:40 2017 (r455030) +++ head/deskutils/plasma-applet-qstardict/pkg-descr Tue Nov 28 11:29:23 2017 (r455031) @@ -1,3 +1,3 @@ Dictionary plasmoid for KDE from QStarDict authors. -WWW: http://qstardict.ylsoftware.com +WWW: http://qstardict.ylsoftware.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711281129.vASBTNUN033803>