Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Sep 2022 18:17:39 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c80c829dd05d - main - editors/focuswriter: Adopt/Update to 1.8.2
Message-ID:  <202209021817.282IHd9U067594@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c80c829dd05d4cbeb5250f2fda65d2a18431746a

commit c80c829dd05d4cbeb5250f2fda65d2a18431746a
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-09-02 18:16:25 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-09-02 18:17:22 +0000

    editors/focuswriter: Adopt/Update to 1.8.2
    
     - switch to MASTER_SITES
    
    ChangeLog:      https://github.com/gottcode/focuswriter/blob/main/ChangeLog
---
 editors/focuswriter/Makefile  | 26 +++++++-------------------
 editors/focuswriter/distinfo  |  6 +++---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209021817.282IHd9U067594>