Index: head/graphics/kphotoalbum/files/patch-gentoo_7b7f6 =================================================================== --- head/graphics/kphotoalbum/files/patch-gentoo_7b7f6 (revision 500320) +++ head/graphics/kphotoalbum/files/patch-gentoo_7b7f6 (nonexistent) @@ -1,62 +0,0 @@ -From 41c7da0531c8a1eb7046345c2b991e7a5d1e6657 Mon Sep 17 00:00:00 2001 -From: Johannes Zarl-Zierl -Date: Sun, 30 Dec 2018 23:36:24 +0100 -Subject: Use Exiv2 0.27 if available. - -Beginning with version 0.27, Exiv2 ships with cmake package config -files. ---- - CMakeLists.txt | 12 +++++++++++- - 1 file changed, 11 insertions(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 3012f7a..5dcc29c 100644 ---- CMakeLists.txt -+++ CMakeLists.txt -@@ -44,7 +44,17 @@ if(JPEG_FOUND) - include_directories(${JPEG_INCLUDE_DIR}) - endif() - --find_package(Exiv2 REQUIRED) -+### 2018-12-30 jzarl -+# When Exiv2 0.26 can be deprecated, FindExiv2.cmake should be removed -+# and only find_package(exiv2) should be used -+find_package(exiv2 CONFIG QUIET) -+if(exiv2_FOUND) -+ # search againg with REQUIRED, so that the feature summary correctly shows exiv as required dependency -+ find_package(exiv2 CONFIG REQUIRED) -+ set(EXIV2_LIBRARIES exiv2lib) -+else() -+ find_package(Exiv2 REQUIRED) -+endif() - - find_package(KF5Kipi 5.1.0) - set_package_properties(KF5Kipi --- -cgit v1.1 -From cf4f7645b3c94246a1fcf664f1c865a93ae2b684 Mon Sep 17 00:00:00 2001 -From: Johannes Zarl-Zierl -Date: Sun, 30 Dec 2018 23:43:14 +0100 -Subject: Fix compilation with exiv2 0.27 - ---- - Exif/Info.cpp | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/Exif/Info.cpp b/Exif/Info.cpp -index be4c88f..9545360 100644 ---- Exif/Info.cpp -+++ Exif/Info.cpp -@@ -28,7 +28,8 @@ - #include - - #include --#include -+#include -+#include - - using namespace Exif; - --- -cgit v1.1 - Property changes on: head/graphics/kphotoalbum/files/patch-gentoo_7b7f6 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/kphotoalbum/Makefile =================================================================== --- head/graphics/kphotoalbum/Makefile (revision 500320) +++ head/graphics/kphotoalbum/Makefile (revision 500321) @@ -1,31 +1,31 @@ # $FreeBSD$ PORTNAME= kphotoalbum -DISTVERSION= 5.4.2 -PORTREVISION= 3 +DISTVERSION= 5.5 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Image viewer and organizer for KDE LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ + libexpat.so:textproc/expat2 \ libKF5KDcraw.so:graphics/libkdcraw \ libKF5KGeoMap.so:astro/libkgeomap \ libKF5Kipi.so:graphics/libkipi -USES= cmake compiler:c++11-lang jpeg kde:5 pkgconfig qt:5 shebangfix \ - tar:xz +USES= cmake compiler:c++11-lang desktop-file-utils jpeg kde:5 \ + pkgconfig qt:5 shebangfix tar:xz USE_KDE= archive auth codecs completion config \ configwidgets coreaddons ecm i18n \ iconthemes jobwidgets kio marble service \ sonnet textwidgets widgetsaddons xmlgui -USE_QT= core dbus gui network phonon4 sql webkit \ - widgets xml \ +USE_QT= concurrent core dbus declarative gui location network phonon4 \ + printsupport sql webchannel webengine widgets xml \ buildtools_build qmake_build SHEBANG_FILES= scripts/open-raw.pl scripts/kpa-backup.sh CONFLICTS_INSTALL= ${PORTNAME}-kde4 .include Index: head/graphics/kphotoalbum/distinfo =================================================================== --- head/graphics/kphotoalbum/distinfo (revision 500320) +++ head/graphics/kphotoalbum/distinfo (revision 500321) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550691902 -SHA256 (KDE/kphotoalbum-5.4.2.tar.xz) = d0f6d4ad33a5c381d9d7d3a69e5fb137c70c37123bf800272b3e1aef77d6cd10 -SIZE (KDE/kphotoalbum-5.4.2.tar.xz) = 11807452 +TIMESTAMP = 1556465234 +SHA256 (KDE/kphotoalbum-5.5.tar.xz) = b5c343fbf5cb754b56f107a3326bb11eecb4ad13718a43659d0c27d5fab26df6 +SIZE (KDE/kphotoalbum-5.5.tar.xz) = 11661532