diff --git a/astro/marble/Makefile b/astro/marble/Makefile index cd8948aad6ae..e91fb65ae6e6 100644 --- a/astro/marble/Makefile +++ b/astro/marble/Makefile @@ -1,52 +1,54 @@ PORTNAME= marble DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= astro education kde kde-applications PATCH_SITES= https://invent.kde.org/education/marble/-/commit/ -PATCHFILES= 677153cc8c1450a8a370fbd1c7505dd7e4ea50fc.diff:-p1 +PATCHFILES= 677153cc8c1450a8a370fbd1c7505dd7e4ea50fc.diff:-p1 \ + 78a351ad21832a2ec3ae3c3917573241c2ea396b.diff:-p1 MAINTAINER= kde@FreeBSD.org COMMENT= Virtual globe and world atlas for KDE WWW= https://marble.kde.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libquazip1-qt5.so:archivers/quazip USES= cmake compiler:c++11-lang desktop-file-utils gettext \ kde:5 qt:5 shared-mime-info tar:xz xorg USE_KDE= attica auth codecs completion config configwidgets coreaddons \ crash doctools i18n jobwidgets kio newstuff package parts \ plasma-framework plasma-workspace-wallpapers runner service solid \ sonnet textwidgets wallet widgetsaddons windowsystem xmlgui \ ecm:build USE_QT= concurrent core dbus declarative designer gui location network opengl \ phonon4 printsupport script serialport sql svg webchannel widgets xml \ buildtools:build qmake:build testlib:build USE_XORG= x11 USE_LDCONFIG= yes MAKE_ENV= XDG_CONFIG_HOME=/dev/null # We have to set QT_IMPORTS_PATH, as it does not get picked up CMAKE_ARGS= -DMOBILE:BOOL=FALSE \ -DQT_IMPORTS_DIR:PATH=${QT_IMPORTDIR} # Override shared library version KDE_APPLICATIONS_SHLIB_VER= ${KDE_APPLICATIONS_SHLIB_G_VER} OPTIONS_DEFINE= GPS DOCS WEBENGINE OPTIONS_DEFAULT=GPS OPTIONS_DEFAULT_amd64= WEBENGINE OPTIONS_DEFAULT_i386= WEBENGINE OPTIONS_SUB= yes GPS_DESC= Support for GPS position provider GPS_LIB_DEPENDS= libgps.so:astro/gpsd GPS_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_libgps WEBENGINE_DESC= Add dependency on qt5-webengine WEBENGINE_USE= QT=webengine WEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets .include diff --git a/astro/marble/distinfo b/astro/marble/distinfo index 6c5561319dc5..2b136d8a919a 100644 --- a/astro/marble/distinfo +++ b/astro/marble/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1662480051 +TIMESTAMP = 1663620217 SHA256 (KDE/release-service/22.08.1/marble-22.08.1.tar.xz) = 90b603d5c6d8aba728fab94e599c5788702110bae7f418dd5ad909b9dcd6c3e7 SIZE (KDE/release-service/22.08.1/marble-22.08.1.tar.xz) = 53663748 SHA256 (KDE/release-service/22.08.1/677153cc8c1450a8a370fbd1c7505dd7e4ea50fc.diff) = 97b3e42d94091d0d7ba07f7ec1718e386080e613a8d051ed9872c2f012fa0820 SIZE (KDE/release-service/22.08.1/677153cc8c1450a8a370fbd1c7505dd7e4ea50fc.diff) = 4767 +SHA256 (KDE/release-service/22.08.1/78a351ad21832a2ec3ae3c3917573241c2ea396b.diff) = 51552b975406cd6f1182a3c002f550455812867bc6107e61b18e3dea665d6d91 +SIZE (KDE/release-service/22.08.1/78a351ad21832a2ec3ae3c3917573241c2ea396b.diff) = 825 diff --git a/graphics/kgeotag/Makefile b/graphics/kgeotag/Makefile index 7ae7a2b5c982..63327aa4d4ac 100644 --- a/graphics/kgeotag/Makefile +++ b/graphics/kgeotag/Makefile @@ -1,30 +1,31 @@ PORTNAME= kgeotag DISTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Photo geotagging manually or from GPX files WWW= https://invent.kde.org/graphics/kgeotag/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSES/LicenseRef-KDE-Accepted-GPL.txt USES= cmake compiler:c++17-lang kde:5 pkgconfig qt:5 tar:xz USE_QT= core gui widgets \ buildtools:build linguist:build qmake:build USE_KDE= coreaddons config configwidgets crash i18n libkexiv2 \ marble xmlgui \ ecm:build # From stage-qa; these are not checked explicitly, but link # transitively though other KDE components (mostly Marble). USE_QT+= dbus declarative location network printsupport webchannel xml USE_KDE+= auth codecs widgetsaddons .include .if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 USE_QT+= webengine .endif .include diff --git a/textproc/kreport/Makefile b/textproc/kreport/Makefile index ab77b3f63768..e5342c2e8e1e 100644 --- a/textproc/kreport/Makefile +++ b/textproc/kreport/Makefile @@ -1,26 +1,26 @@ PORTNAME= kreport DISTVERSION= 3.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Framework for creation of reports in multiple formats WWW= https://www.kexi-project.org/ LIB_DEPENDS= libKPropertyCore3.so:x11-toolkits/kproperty USES= cmake compiler:c++11-lang gettext kde:5 \ python:3.5+ qt:5 tar:xz USE_KDE= config coreaddons ecm marble widgetsaddons USE_QT= core declarative gui location network webchannel \ webengine webkit widgets xml \ buildtools:build printsupport qmake:build CONFLICTS_INSTALL= calligra-2* post-extract: ${CP} ${FILESDIR}/KReportGroupTracker.cpp ${WRKSRC}/src/renderer/scripting/KReportGroupTracker.cpp .include