Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Nov 2023 14:31:31 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 04ffb9b4d83e - main - deskutils/qownnotes: update the port to version 23.11.1
Message-ID:  <202311151431.3AFEVVs9005154@gitrepo.freebsd.org>

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

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

commit 04ffb9b4d83e537eec561201861d8bda7b6ec827
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2023-11-15 14:30:18 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2023-11-15 14:30:18 +0000

    deskutils/qownnotes: update the port to version 23.11.1
    
    All XML parsing parts in QOwnNotes had been reimplemented
    since version 23.1.4 which made ``xmlpatterns'' Qt module
    unnecessary and unused in the build process.
---
 deskutils/qownnotes/Makefile | 4 ++--
 deskutils/qownnotes/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/deskutils/qownnotes/Makefile b/deskutils/qownnotes/Makefile
index 42fab2537d48..cfadb305f34d 100644
--- a/deskutils/qownnotes/Makefile
+++ b/deskutils/qownnotes/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	qownnotes
-PORTVERSION=	23.10.1
+PORTVERSION=	23.11.1
 CATEGORIES=	deskutils
 MASTER_SITES=	https://github.com/pbek/QOwnNotes/releases/download/v${PORTVERSION}/
 
@@ -16,7 +16,7 @@ USES=		gl gmake pkgconfig qmake qt:5 tar:xz xorg
 USE_GL=		gl
 USE_QT=		buildtools:build linguisttools:build sql-sqlite3:run \
 		concurrent core declarative gui network printsupport \
-		sql svg websockets widgets x11extras xml xmlpatterns
+		sql svg websockets widgets x11extras xml
 USE_XORG=	x11
 
 QMAKE_ARGS=	USE_SYSTEM_BOTAN=1
diff --git a/deskutils/qownnotes/distinfo b/deskutils/qownnotes/distinfo
index 1992fcbb294a..819f27367ba1 100644
--- a/deskutils/qownnotes/distinfo
+++ b/deskutils/qownnotes/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1697087525
-SHA256 (qownnotes-23.10.1.tar.xz) = f81b7337e09d6b1ae2038eba9ba685d32ec976fc750c6b5247e8ba806780c523
-SIZE (qownnotes-23.10.1.tar.xz) = 5662884
+TIMESTAMP = 1699636259
+SHA256 (qownnotes-23.11.1.tar.xz) = aec601f1a2d55691866e2103582a4608f75912c39a8e819fa21e986318a5c698
+SIZE (qownnotes-23.11.1.tar.xz) = 5436908



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