diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-11-15 14:30:18 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-11-15 14:30:18 +0000 |
commit | 04ffb9b4d83e537eec561201861d8bda7b6ec827 (patch) | |
tree | a26e24d4d68625492c83b15960805e2781883796 /deskutils/qownnotes | |
parent | 421dc160e4fe04709ad2f5fa202739403f14d9da (diff) | |
download | freebsd-ports-04ffb9b4d83e537eec561201861d8bda7b6ec827.zip |
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.
Diffstat (limited to 'deskutils/qownnotes')
-rw-r--r-- | deskutils/qownnotes/Makefile | 4 | ||||
-rw-r--r-- | 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 |