Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2024 21:47:36 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: 527134c65df2 - main - editors/focuswriter: Update to 1.8.7
Message-ID:  <202405022147.442Lla8f024513@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=527134c65df2322638d895c8a0bdc77418bbda2e

commit 527134c65df2322638d895c8a0bdc77418bbda2e
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-05-02 21:45:29 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-05-02 21:47:25 +0000

    editors/focuswriter: Update to 1.8.7
    
    - Do not set LTO as default
    - Pet Q/A check
    
    ChangeLog: https://github.com/gottcode/focuswriter/releases/tag/v1.8.7
---
 editors/focuswriter/Makefile | 11 +++++------
 editors/focuswriter/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/editors/focuswriter/Makefile b/editors/focuswriter/Makefile
index 0a9d10cde210..470b69cbc859 100644
--- a/editors/focuswriter/Makefile
+++ b/editors/focuswriter/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	focuswriter
-DISTVERSION=	1.8.6
+DISTVERSION=	1.8.7
 CATEGORIES=	editors
 MASTER_SITES=	https://gottcode.org/${PORTNAME}/
 
@@ -16,13 +16,12 @@ LIB_DEPENDS=	libhunspell-1.7.so:textproc/hunspell
 
 USES=		cmake compiler:c++17-lang desktop-file-utils gl iconv pkgconfig \
 		qt:6 tar:bz2
-USE_GL=		gl
+USE_GL=		opengl
 USE_QT=		base multimedia tools:build
 
-PORTDATA=		*
-PORTDOCS=		CREDITS ChangeLog README
-OPTIONS_DEFINE=		DOCS LTO
-OPTIONS_DEFAULT=	LTO
+PORTDATA=	*
+PORTDOCS=	CREDITS ChangeLog README
+OPTIONS_DEFINE=	DOCS LTO
 
 LTO_CMAKE_BOOL=	ENABLE_LINK_TIME_OPTIMIZATION
 
diff --git a/editors/focuswriter/distinfo b/editors/focuswriter/distinfo
index 8709e5fa7354..a3e8e2d16dca 100644
--- a/editors/focuswriter/distinfo
+++ b/editors/focuswriter/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1705479611
-SHA256 (focuswriter-1.8.6.tar.bz2) = 6bebdf501e58d7d3a426fda31e7eb5236d5e1347b3b0265286ee1afb667cbd4c
-SIZE (focuswriter-1.8.6.tar.bz2) = 10637667
+TIMESTAMP = 1714678766
+SHA256 (focuswriter-1.8.7.tar.bz2) = 47da3f8c4302e58ac0d0cc293bdd8fbe91a2e84af0f91ed995ca5fb1731fbef1
+SIZE (focuswriter-1.8.7.tar.bz2) = 10639929



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