Date: Sat, 16 Apr 2016 15:31:15 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413443 - head/comms/klog Message-ID: <201604161531.u3GFVFnS022978@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Sat Apr 16 15:31:15 2016 New Revision: 413443 URL: https://svnweb.freebsd.org/changeset/ports/413443 Log: - Add missing `_build' suffix to USE_QT5's buildtools and linguisttools components and remove second entry of printsupport - Wrap one overly long command in the installation recipe - Properly terminate sentence with a dot and merge two paragraphs in the port description text: they are closely coupled and extra pause is not warranted there, plus first one consisted of just one sentence Modified: head/comms/klog/Makefile head/comms/klog/pkg-descr Modified: head/comms/klog/Makefile ============================================================================== --- head/comms/klog/Makefile Sat Apr 16 14:56:43 2016 (r413442) +++ head/comms/klog/Makefile Sat Apr 16 15:31:15 2016 (r413443) @@ -12,8 +12,8 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= qmake -USE_QT5= buildtools core gui linguisttools network printsupport sql \ - sql-sqlite3_run widgets printsupport +USE_QT5= buildtools_build core gui linguisttools_build network \ + printsupport sql sql-sqlite3_run widgets DESKTOP_ENTRIES= "KLog" "Simple Amateur Radio Logging Program" \ "" "klog" "Network;HamRadio;" \ true @@ -36,7 +36,8 @@ post-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/klog ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DATADIR}/translations - ${INSTALL_DATA} ${WRKSRC}/translations/klog_*.qm ${STAGEDIR}${DATADIR}/translations + ${INSTALL_DATA} ${WRKSRC}/translations/klog_*.qm \ + ${STAGEDIR}${DATADIR}/translations ${INSTALL_MAN} ${WRKSRC}/klog.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk> Modified: head/comms/klog/pkg-descr ============================================================================== --- head/comms/klog/pkg-descr Sat Apr 16 14:56:43 2016 (r413442) +++ head/comms/klog/pkg-descr Sat Apr 16 15:31:15 2016 (r413443) @@ -1,6 +1,5 @@ -KLog is a simple amateur radio logging program for KDE - -It supports QSL management, DXCC, WAZ and local awards, DX Clusters, -Basic IOTA, Satellite support, and import from ADIF, TLF, and Cabrillo formats. +KLog is a simple amateur radio logging program for KDE. It supports QSL +management, DXCC, WAZ and local awards, DX Clusters, Basic IOTA, Satellite +support, and import from ADIF, TLF, and Cabrillo formats. WWW: http://jaime.robles.es/klog/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604161531.u3GFVFnS022978>