git: 1f743a95496b - main - databases/kbibtex: update to 0.9.3.2, latest upstream
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Mar 2023 17:55:09 UTC
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f743a95496ba0d2351df0b5f05bc64dd35241e5 commit 1f743a95496ba0d2351df0b5f05bc64dd35241e5 Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2023-03-15 22:03:26 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2023-03-16 17:55:06 +0000 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. --- databases/kbibtex/Makefile | 2 +- databases/kbibtex/distinfo | 8 +++----- databases/kbibtex/files/patch-CMakeLists.txt | 10 +++------- 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)