diff --git a/databases/kbibtex/Makefile b/databases/kbibtex/Makefile index 1f68b46b4917..669731ce881b 100644 --- a/databases/kbibtex/Makefile +++ b/databases/kbibtex/Makefile @@ -1,38 +1,38 @@ PORTNAME= kbibtex -DISTVERSION= 0.9.3.1 +DISTVERSION= 0.9.3.2 CATEGORIES= databases kde MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION:R} MAINTAINER= kde@FreeBSD.org COMMENT= Bibliography editor for KDE WWW= https://userbase.kde.org/KBibTeX LIB_DEPENDS= libicuuc.so:devel/icu \ libpoppler.so:graphics/poppler \ libpoppler-qt5.so:graphics/poppler-qt5 \ libqoauth-qt5.so:net/qoauth-qt5 USES= cmake compiler:c++11-lang desktop-file-utils gettext gnome \ iconv kde:5 pkgconfig qca qt:5 shared-mime-info tar:xz xorg USE_GNOME= libxml2 libxslt USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash ecm i18n iconthemes itemviews jobwidgets kio \ parts service solid sonnet syntaxhighlighting texteditor \ textwidgets wallet widgetsaddons windowsystem xmlgui \ doctools:build USE_QT= concurrent core dbus declarative gui location network \ networkauth printsupport webchannel widgets xml xmlpatterns \ buildtools:build qmake:build USE_XORG= x11 USE_LDCONFIG= yes OPTIONS_DEFINE= WEBENGINE OPTIONS_DEFAULT_amd64= WEBENGINE OPTIONS_DEFAULT_i386= WEBENGINE WEBENGINE_DESC= Add dependency on qt5-webengine WEBENGINE_USE= QT=webengine WEBENGINE_USE_OFF= QT=webkit WEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets .include 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 @@ -1,18 +1,14 @@ 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)