diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-09-02 19:16:25 +0100 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-09-02 19:17:22 +0100 |
commit | c80c829dd05d4cbeb5250f2fda65d2a18431746a (patch) | |
tree | ad299e6152426abb6f33be002680aa36c6d7fa69 /editors | |
parent | 304a51b92a64bdf3009ff8fc02529fef8039f0a0 (diff) | |
download | freebsd-ports-c80c829dd05d4cbeb5250f2fda65d2a18431746a.zip |
editors/focuswriter: Adopt/Update to 1.8.2
- switch to MASTER_SITES
ChangeLog: https://github.com/gottcode/focuswriter/blob/main/ChangeLog
Diffstat (limited to 'editors')
-rw-r--r-- | editors/focuswriter/Makefile | 26 | ||||
-rw-r--r-- | editors/focuswriter/distinfo | 6 | ||||
-rw-r--r-- | editors/focuswriter/pkg-plist | 3 |
3 files changed, 11 insertions, 24 deletions
diff --git a/editors/focuswriter/Makefile b/editors/focuswriter/Makefile index d5188b5a1cda..ec322a22270d 100644 --- a/editors/focuswriter/Makefile +++ b/editors/focuswriter/Makefile @@ -1,10 +1,9 @@ PORTNAME= focuswriter -DISTVERSIONPREFIX= v -DISTVERSION= 1.7.6 -PORTREVISION= 1 +DISTVERSION= 1.8.2 CATEGORIES= editors +MASTER_SITES= https://gottcode.org/${PORTNAME}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eduardo@FreeBSD.org COMMENT= Simple, distraction-free writing environment LICENSE= GPLv3+ LGPL3+ @@ -14,26 +13,15 @@ LICENSE_FILE_LGPL3+ = ${WRKSRC}/resources/images/icons/oxygen/COPYING LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell -USES= compiler:c++11-lib desktop-file-utils gl pkgconfig qmake qt:5 -USE_GITHUB= yes -GH_ACCOUNT= gottcode +USES= cmake compiler:c++17-lang desktop-file-utils gl iconv pkgconfig \ + qt:6 tar:bz2 USE_GL= gl -USE_QT= concurrent core gui multimedia network printsupport widgets \ - buildtools_build linguisttools_build +USE_QT= base multimedia tools_build PORTDATA= * -PORTDOCS= ChangeLog CREDITS README - +PORTDOCS= CREDITS ChangeLog README OPTIONS_DEFINE= DOCS -post-patch: - @${REINPLACE_CMD} -e '/INSTALLS/s/man //' \ - ${WRKSRC}/focuswriter.pro - -post-install: - ${INSTALL_MAN} ${WRKSRC}/resources/unix/focuswriter.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1 - post-install-DOCS-on: cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR} diff --git a/editors/focuswriter/distinfo b/editors/focuswriter/distinfo index d14b583eb2d4..93327dd4e98b 100644 --- a/editors/focuswriter/distinfo +++ b/editors/focuswriter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1587429332 -SHA256 (gottcode-focuswriter-v1.7.6_GH0.tar.gz) = bbf70def7d86ee18cabe9f8ac3922ebbf4dfdb36893df3e6fa3e026acfcb2057 -SIZE (gottcode-focuswriter-v1.7.6_GH0.tar.gz) = 10513715 +TIMESTAMP = 1662112781 +SHA256 (focuswriter-1.8.2.tar.bz2) = 9fd6384009a33840218c653bb8d3ab69af5e80de884d7be3cd778500484cb583 +SIZE (focuswriter-1.8.2.tar.bz2) = 10342213 diff --git a/editors/focuswriter/pkg-plist b/editors/focuswriter/pkg-plist index 3c30aeaecf83..bf228795a72e 100644 --- a/editors/focuswriter/pkg-plist +++ b/editors/focuswriter/pkg-plist @@ -1,5 +1,5 @@ bin/focuswriter -man/man1/focuswriter.1.gz +share/man/man1/focuswriter.1.gz share/metainfo/focuswriter.appdata.xml share/applications/focuswriter.desktop share/icons/hicolor/1024x1024/apps/focuswriter.png @@ -13,4 +13,3 @@ share/icons/hicolor/48x48/apps/focuswriter.png share/icons/hicolor/512x512/apps/focuswriter.png share/icons/hicolor/64x64/apps/focuswriter.png share/icons/hicolor/scalable/apps/focuswriter.svg -share/pixmaps/focuswriter.xpm |