git: 77b4fe0c55f9 - main - editors/novelwriter: update 26.1.1 → 26.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Sep 2026 07:49:33 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=77b4fe0c55f9a2af3937f513db2b2ffd59204fad
commit 77b4fe0c55f9a2af3937f513db2b2ffd59204fad
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-09-09 07:10:10 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-09-09 07:48:45 +0000
editors/novelwriter: update 26.1.1 → 26.2
---
editors/novelwriter/Makefile | 4 ++--
editors/novelwriter/distinfo | 6 +++---
editors/novelwriter/files/patch-pyproject.toml | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/editors/novelwriter/Makefile b/editors/novelwriter/Makefile
index 6bec95093596..244ca0d86791 100644
--- a/editors/novelwriter/Makefile
+++ b/editors/novelwriter/Makefile
@@ -1,6 +1,6 @@
PORTNAME= novelWriter
DISTVERSIONPREFIX= v
-DISTVERSION= 26.1.1
+DISTVERSION= 26.2
CATEGORIES= editors python
MASTER_SITES= PYPI
@@ -9,7 +9,7 @@ COMMENT= Text editor designed for writing novels
WWW= https://novelwriter.io/ \
https://github.com/vkbo/novelwriter
-LICENSE= GPLv3
+LICENSE= GPLv3+
PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}enchant>=3.0.0:textproc/py-enchant@${PY_FLAVOR}
diff --git a/editors/novelwriter/distinfo b/editors/novelwriter/distinfo
index 8bf52c37b910..5ca9928a24b2 100644
--- a/editors/novelwriter/distinfo
+++ b/editors/novelwriter/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1783484678
-SHA256 (vkbo-novelWriter-v26.1.1_GH0.tar.gz) = 8f0945198492fa65a727a91b5a65f70810db31d0554c84207fb055df51568f1b
-SIZE (vkbo-novelWriter-v26.1.1_GH0.tar.gz) = 5072914
+TIMESTAMP = 1788936049
+SHA256 (vkbo-novelWriter-v26.2_GH0.tar.gz) = d04bed977276ff8d5556a955b244360a9252f3c96e5c755af894fd3440e34a6a
+SIZE (vkbo-novelWriter-v26.2_GH0.tar.gz) = 5150594
diff --git a/editors/novelwriter/files/patch-pyproject.toml b/editors/novelwriter/files/patch-pyproject.toml
index b48bfb0c8986..d4bff3ae5586 100644
--- a/editors/novelwriter/files/patch-pyproject.toml
+++ b/editors/novelwriter/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig 2026-04-26 13:50:57 UTC
+--- pyproject.toml.orig 2026-09-05 12:19:48 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
@@ -12,7 +12,7 @@
description = "A plain text editor for planning and writing novels"
readme = { file = "setup/description_pypi.md", content-type = "text/markdown" }
-license = "GPL-3.0-or-later AND Apache-2.0 AND CC-BY-4.0 AND ISC"
--license-files = ["LICENSE.md", "setup/LICENSE-Apache-2.0.txt"]
+-license-files = ["LICENSE.md"]
dynamic = ["version"]
requires-python = ">=3.11"
classifiers = [