aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2023-03-15 22:03:26 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2023-03-16 17:55:06 +0000
commit1f743a95496ba0d2351df0b5f05bc64dd35241e5 (patch)
treeca946225fbbdc5d0a87ebb033a8c6c94d11c81d3
parent361ac93654bbcf71a04329f65c877f918f6cd1e6 (diff)
downloadports-1f743a95496ba0d2351df0b5f05bc64dd35241e5.tar.gz
ports-1f743a95496ba0d2351df0b5f05bc64dd35241e5.zip
databases/kbibtex: update to 0.9.3.2, latest upstream
Release notes at https://blog.t-fischer.net/post/kbibtex-0-9-3-2-released.html there's a handful of bugfixes. Potentially this might build with Qt6, we're not going to experiment with that.
-rw-r--r--databases/kbibtex/Makefile2
-rw-r--r--databases/kbibtex/distinfo8
-rw-r--r--databases/kbibtex/files/patch-CMakeLists.txt10
3 files changed, 7 insertions, 13 deletions
diff --git a/databases/kbibtex/Makefile b/databases/kbibtex/Makefile
index 1f68b46b4917..669731ce881b 100644
--- a/databases/kbibtex/Makefile
+++ b/databases/kbibtex/Makefile
@@ -1,5 +1,5 @@
PORTNAME= kbibtex
-DISTVERSION= 0.9.3.1
+DISTVERSION= 0.9.3.2
CATEGORIES= databases kde
MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION:R}
diff --git a/databases/kbibtex/distinfo b/databases/kbibtex/distinfo
index ddbde155478c..7f4cdad16f6b 100644
--- a/databases/kbibtex/distinfo
+++ b/databases/kbibtex/distinfo
@@ -1,5 +1,3 @@
-TIMESTAMP = 1674848560
-SHA256 (kbibtex-0.9.3.1.tar.xz) = 907fc4e71bfd766ccced6ac8325182a38cb45efffb5c7a3010b24fdce273f244
-SIZE (kbibtex-0.9.3.1.tar.xz) = 4219496
-SHA256 (4cad9a994ccd685e23a94bd13ced36f56336e056.diff) = 0d11ef88e1f97d2a315f8b875295f5503462ef93e7346ea992d06d74cc8ec392
-SIZE (4cad9a994ccd685e23a94bd13ced36f56336e056.diff) = 854
+TIMESTAMP = 1678917378
+SHA256 (kbibtex-0.9.3.2.tar.xz) = 0733c24ca322327cf3d92fa36e4e196c4b9dc895f911a4c3558e7db5efc0c457
+SIZE (kbibtex-0.9.3.2.tar.xz) = 4219844
diff --git a/databases/kbibtex/files/patch-CMakeLists.txt b/databases/kbibtex/files/patch-CMakeLists.txt
index ef2c4c41bdfa..fb498a93dfeb 100644
--- a/databases/kbibtex/files/patch-CMakeLists.txt
+++ b/databases/kbibtex/files/patch-CMakeLists.txt
@@ -2,17 +2,13 @@ Backport of
https://invent.kde.org/office/kbibtex/-/commit/4cad9a994ccd685e23a94bd13ced36f56336e056
to readd translations.
---- CMakeLists.txt.orig 2023-01-12 19:04:52 UTC
+--- CMakeLists.txt.orig 2023-02-07 20:49:15 UTC
+++ CMakeLists.txt
-@@ -253,9 +253,11 @@ if(KF5DocTools_FOUND)
+@@ -252,6 +252,7 @@ add_subdirectory(
)
if(KF5DocTools_FOUND)
add_subdirectory(doc)
+ kdoctools_install(po)
endif()
- # macro_optional_add_subdirectory(
- # po
- # )
-+ki18n_install(po)
- feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)
+ ki18n_install(po)