diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2025-04-26 22:57:56 -0400 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2025-04-26 23:09:36 -0400 |
commit | d10366da08196eb74be19468677690f14751cd1d (patch) | |
tree | 1399f51fc6bd2b3c1eddc20db17faaa5c4f2cbc1 /editors | |
parent | devel/iaito: Fix build with Qt 6.9 (diff) |
editors/focuswriter: Fix build with Qt 6.9
With hat: kde@
PR: 286051
Diffstat (limited to 'editors')
-rw-r--r-- | editors/focuswriter/Makefile | 3 | ||||
-rw-r--r-- | editors/focuswriter/distinfo | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/editors/focuswriter/Makefile b/editors/focuswriter/Makefile index 2eb4f4717f98..3f7661baea5d 100644 --- a/editors/focuswriter/Makefile +++ b/editors/focuswriter/Makefile @@ -3,6 +3,9 @@ DISTVERSION= 1.8.11 CATEGORIES= editors MASTER_SITES= https://gottcode.org/${PORTNAME}/ +PATCH_SITES= https://github.com/gottcode/focuswriter/commit/ +PATCHFILES+= dd74ed4559a141653a06e7984c1251b992925775.patch:-p1 # Fix build with Qt >= 6.9.0 + MAINTAINER= eduardo@FreeBSD.org COMMENT= Simple, distraction-free writing environment WWW= https://gottcode.org/focuswriter/ diff --git a/editors/focuswriter/distinfo b/editors/focuswriter/distinfo index c50793e02d50..dd2512b71eb0 100644 --- a/editors/focuswriter/distinfo +++ b/editors/focuswriter/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1741354549 +TIMESTAMP = 1745045245 SHA256 (focuswriter-1.8.11.tar.bz2) = 89db786aa6919962068971defd8106da4a4decd43f2525dce48bc9f95bbfd3f7 SIZE (focuswriter-1.8.11.tar.bz2) = 10477272 +SHA256 (dd74ed4559a141653a06e7984c1251b992925775.patch) = 36eaf5daf791ac0377d92602abcb0d3a1bd09e23019a1405f42ac5043d9f7b7f +SIZE (dd74ed4559a141653a06e7984c1251b992925775.patch) = 1264 |