git: 6e303406b3f8 - main - editors/novelwriter: update 2.7.2 → 2.7.4

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 25 Aug 2025 03:31:03 UTC
The branch main has been updated by yuri:

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

commit 6e303406b3f8a0b31b65621868c1139067dcfd0e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-08-25 01:11:07 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-08-25 03:30:52 +0000

    editors/novelwriter: update 2.7.2 → 2.7.4
    
    PORTNAME was changed to camel-case because that's the name of the .whl
    file that it builds, and Mk/Uses/python.mk assumes that PORTNAME and
    .whl names are same.
---
 editors/novelwriter/Makefile                   |  5 ++---
 editors/novelwriter/distinfo                   |  6 +++---
 editors/novelwriter/files/patch-pyproject.toml | 16 ++++++++--------
 3 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/editors/novelwriter/Makefile b/editors/novelwriter/Makefile
index ca3c1e211299..302b51efa716 100644
--- a/editors/novelwriter/Makefile
+++ b/editors/novelwriter/Makefile
@@ -1,7 +1,6 @@
-PORTNAME=	novelwriter
+PORTNAME=	novelWriter
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.7.2
-PORTREVISION=	1
+DISTVERSION=	2.7.4
 CATEGORIES=	editors python
 MASTER_SITES=	PYPI
 
diff --git a/editors/novelwriter/distinfo b/editors/novelwriter/distinfo
index aafec72f169e..9bd05a88966d 100644
--- a/editors/novelwriter/distinfo
+++ b/editors/novelwriter/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1750830387
-SHA256 (vkbo-novelWriter-v2.7.2_GH0.tar.gz) = 33a7648e316c563f9809998b88e94ff9e446576f6af16224e946f9c3e2d41915
-SIZE (vkbo-novelWriter-v2.7.2_GH0.tar.gz) = 5092204
+TIMESTAMP = 1756061981
+SHA256 (vkbo-novelWriter-v2.7.4_GH0.tar.gz) = 3faab2ddfc69b43eec95527ee696d385bda9b6167b81424dbb5a1dc6c4863188
+SIZE (vkbo-novelWriter-v2.7.4_GH0.tar.gz) = 5039940
diff --git a/editors/novelwriter/files/patch-pyproject.toml b/editors/novelwriter/files/patch-pyproject.toml
index 7a94437c17c0..40207cab0d45 100644
--- a/editors/novelwriter/files/patch-pyproject.toml
+++ b/editors/novelwriter/files/patch-pyproject.toml
@@ -1,21 +1,21 @@
---- pyproject.toml.orig	2025-06-24 14:43:34 UTC
+--- pyproject.toml.orig	2025-07-15 15:15:10 UTC
 +++ pyproject.toml
-@@ -1,15 +1,15 @@
+@@ -1,5 +1,5 @@
  [build-system]
 -requires = ["setuptools >= 77.0.3"]
 +requires = ["setuptools"]
  build-backend = "setuptools.build_meta"
  
  [project]
--name = "novelWriter"
-+name = "novelwriter"
- authors = [
-     {name = "Veronica Berglyd Olsen", email = "code@vkbo.net"},
+@@ -9,11 +9,6 @@ readme = {file = "setup/description_pypi.md", content-
  ]
  description = "A plain text editor for planning and writing novels"
  readme = {file = "setup/description_pypi.md", content-type = "text/markdown"}
--license = "GPL-3.0"
-+#license = "GPL-3.0"
+-license = "GPL-3.0-or-later AND Apache-2.0 AND CC-BY-4.0"
+-license-files = [
+-    "LICENSE.md",
+-    "setup/LICENSE-Apache-2.0.txt",
+-]
  classifiers = [
      "Programming Language :: Python :: 3 :: Only",
      "Programming Language :: Python :: 3.10",