diff options
author | yuri <yuri@FreeBSD.org> | 2018-02-11 03:53:58 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-02-11 03:53:58 +0800 |
commit | 09da97c7e11bc899459beb5eec19385ca7547bbc (patch) | |
tree | b4b51e84f8340f28559b67aa701e94624ec39a1e /editors | |
parent | 03c0a6fe471bcb26e11ca191a6972f4d2def189e (diff) | |
download | freebsd-ports-gnome-09da97c7e11bc899459beb5eec19385ca7547bbc.tar.gz freebsd-ports-gnome-09da97c7e11bc899459beb5eec19385ca7547bbc.tar.zst freebsd-ports-gnome-09da97c7e11bc899459beb5eec19385ca7547bbc.zip |
editors/focuswriter: Update to 1.6.9
Changelog:
https://github.com/gottcode/focuswriter/blob/master/NEWS
Additional port changes:
* Changed to DISTVERSION
* Moved USExx statements into one section
* Removed INSTALLS_ICONS (not a gtk+ app)
* Removed redundant parentheses from post-install-DOCS-on
PR: 225770
Submitted by: lightside@gmx.com (maintainer)
Approved by: tcberner (mentor, implicit)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/focuswriter/Makefile | 8 | ||||
-rw-r--r-- | editors/focuswriter/distinfo | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/editors/focuswriter/Makefile b/editors/focuswriter/Makefile index de1433046989..f4176fe34f8a 100644 --- a/editors/focuswriter/Makefile +++ b/editors/focuswriter/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= focuswriter -PORTVERSION= 1.6.8 DISTVERSIONPREFIX= v +DISTVERSION= 1.6.9 CATEGORIES= editors MAINTAINER= lightside@gmx.com @@ -16,14 +16,12 @@ LICENSE_FILE_LGPL3+ = ${WRKSRC}/resources/images/icons/oxygen/COPYING LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell +USES= compiler:c++11-lib desktop-file-utils pkgconfig qmake USE_GITHUB= yes GH_ACCOUNT= gottcode - -USES= compiler:c++11-lib desktop-file-utils pkgconfig qmake USE_GL= gl USE_QT5= concurrent core gui multimedia network printsupport widgets \ buildtools_build linguisttools_build -INSTALLS_ICONS= yes PORTDATA= * PORTDOCS= CREDITS NEWS README @@ -39,6 +37,6 @@ post-install: ${STAGEDIR}${MANPREFIX}/man/man1 post-install-DOCS-on: - (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}) + cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/editors/focuswriter/distinfo b/editors/focuswriter/distinfo index 94fdec6b873d..7e5a371c8ccb 100644 --- a/editors/focuswriter/distinfo +++ b/editors/focuswriter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1514311791 -SHA256 (gottcode-focuswriter-v1.6.8_GH0.tar.gz) = 0afef6b2d5476c00afd80d2daa6a12ad0424a68612b081a9690ad8d02e9349d2 -SIZE (gottcode-focuswriter-v1.6.8_GH0.tar.gz) = 10328136 +TIMESTAMP = 1518029333 +SHA256 (gottcode-focuswriter-v1.6.9_GH0.tar.gz) = 46e69cc3a5d3b2a3a9c8b89464f463c2f62b7652f3e0b508a8ef99e576f67b3a +SIZE (gottcode-focuswriter-v1.6.9_GH0.tar.gz) = 10341551 |