Index: head/Mk/Uses/grantlee.mk =================================================================== --- head/Mk/Uses/grantlee.mk (revision 520519) +++ head/Mk/Uses/grantlee.mk (revision 520520) @@ -1,76 +1,76 @@ # $FreeBSD$ # # Handle dependency on grantlee # # Feature: grantlee # Usage: USES=grantlee:ARGS # Valid ARGS: ,selfbuild # # version The chooseable versions is 5. # USES=grantlee:5 # Use grantlee 5.x (qt5-based) # # selfbuild Used in devel/grantlee and devel/grantlee5 to suck in versions # but not LIB_DEPENDS. # # Using USES=grantlee:ARGS will export some usesful variables and plist subs # Variables: # GRANTLEE_VERSION - the version of the chosen grantlee # Subs: # GRANTLEE_VERSION_FULL - full version of the chosen grantlee # GRANTLEE_VERSION_SHORT - short version of the chosen grantlee # GRANTLEE_DEBUG_SUFFIX - a suffix to the library name depending # the buildtype (WITH_DEBUG) that gets # appended to library names of plugins # for grantlee5. # # Further it will also append the proper LIB_DEPENDS line. # # MAINTAINER: kde@FreeBSD.org # .if ! defined(_INCLUDE_USES_GRANTLEE_MK) _INCLUDE_USES_GRANTLEE_MK= YES GRANTLEE_SUPPORTED= 5 -GRANTLEE5_VER= 5.1.0 +GRANTLEE5_VER= 5.2.0 GRANTLEE5_LIB_DEPEND= libGrantlee_Templates.so:devel/grantlee5 _grantlee_version= # . for ver in ${GRANTLEE_SUPPORTED:O:u} . if ${grantlee_ARGS:M${ver}} . if empty(_grantlee_version) _grantlee_version= ${ver} . else IGNORE= Incorrect USES=grantlee:${grantlee_ARGS} - multiple versions defined . endif . endif . endfor . if empty(_grantlee_version) IGNORE= Incorrect USES=grantlee:${grantlee_ARGS} - no/unhandled version defined . endif # Export the version of the chosen grantlee port GRANTLEE_VERSION= ${GRANTLEE${_grantlee_version}_VER} # Append the correct LIB_DEPENDS . if empty(grantlee_ARGS:Mselfbuild) LIB_DEPENDS+= ${GRANTLEE${_grantlee_version}_LIB_DEPEND} . endif # Export the plist substitutions PLIST_SUB+= GRANTLEE_VERSION_FULL=${GRANTLEE_VERSION} \ GRANTLEE_VERSION_SHORT=${GRANTLEE_VERSION:R} # GrantleeMacros.cmake provides grantlee_adjust_plugin_name() which appends a # letter 'd' to the library name in Debug mode. Provide a PLIST_SUB which can be # appended in the plist. . if defined(WITH_DEBUG) PLIST_SUB+= GRANTLEE_DEBUG_SUFFIX=d . else PLIST_SUB+= GRANTLEE_DEBUG_SUFFIX="" . endif .endif Index: head/deskutils/akregator/Makefile =================================================================== --- head/deskutils/akregator/Makefile (revision 520519) +++ head/deskutils/akregator/Makefile (revision 520520) @@ -1,36 +1,37 @@ # $FreeBSD$ PORTNAME= akregator DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= A Feed Reader by KDE LICENSE= LGPL21 LIB_DEPENDS= libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error \ libgpgme.so:security/gpgme \ libgpgmepp.so:security/gpgme-cpp \ libqgpgme.so:security/gpgme-qt5 USES= cmake compiler:c++11-lib desktop-file-utils gettext grantlee:5 kde:5 qt:5 tar:xz USE_KDE= auth codecs completion config configwidgets coreaddons crash \ ecm i18n iconthemes itemmodels jobwidgets kcmutils kio \ notifications notifyconfig parts service sonnet texteditor\ textwidgets widgetsaddons xmlgui # pim components USE_KDE+= akonadi akonadimime contacts grantleetheme kontactinterface \ libkdepim libkleo messagelib mime pimcommon pimtextedit syndication USE_QT= concurrent core dbus declarative gui location network printsupport \ webchannel webengine widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr OPTIONS_DEFINE= DOCS .include Index: head/deskutils/grantlee-editor/Makefile =================================================================== --- head/deskutils/grantlee-editor/Makefile (revision 520519) +++ head/deskutils/grantlee-editor/Makefile (revision 520520) @@ -1,37 +1,38 @@ # $FreeBSD$ PORTNAME= grantlee-editor DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Editor for Grantlee themes LICENSE= LGPL21 LIB_DEPENDS= libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error \ libgpgme.so:security/gpgme \ libgpgmepp.so:security/gpgme-cpp \ libqgpgme.so:security/gpgme-qt5 USES= cmake compiler:c++11-lib gettext grantlee:5 \ kde:5 qt:5 tar:xz USE_KDE= archive attica auth codecs completion config configwidgets \ coreaddons crash dbusaddons ecm i18n itemmodels jobwidgets \ kio newstuff service syntaxhighlighting texteditor \ widgetsaddons xmlgui # pim components USE_KDE+= akonadi akonadicontacts akonadimime contacts grantleetheme \ kdepim-apps-libs libkleo messagelib mime pimcommon pimtextedit USE_QT= concurrent core dbus declarative gui location network \ printsupport webchannel webengine widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr OPTIONS_DEFINE= DOCS .include Index: head/deskutils/grantleetheme/Makefile =================================================================== --- head/deskutils/grantleetheme/Makefile (revision 520519) +++ head/deskutils/grantleetheme/Makefile (revision 520520) @@ -1,24 +1,25 @@ # $FreeBSD$ PORTNAME= grantleetheme DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE PIM grantleetheme LICENSE= LGPL21 USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 \ pkgconfig qt:5 tar:xz USE_KDE= attica auth codecs config configwidgets coreaddons ecm i18n \ iconthemes newstuff service widgetsaddons xmlgui USE_QT= core dbus gui network testlib widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr OPTIONS_DEFINE= DOCS .include Index: head/deskutils/kaddressbook/Makefile =================================================================== --- head/deskutils/kaddressbook/Makefile (revision 520519) +++ head/deskutils/kaddressbook/Makefile (revision 520520) @@ -1,34 +1,35 @@ # $FreeBSD$ PORTNAME= kaddressbook DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE contact manager LIB_DEPENDS= libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error \ libgpgme.so:security/gpgme \ libgpgmepp.so:security/gpgme-cpp \ libqgpgme.so:security/gpgme-qt5 USES= cmake compiler:c++11-lib desktop-file-utils gettext grantlee:5 kde:5 \ qt:5 tar:xz USE_KDE= auth codecs completion config configwidgets coreaddons crash \ ecm i18n iconthemes itemmodels jobwidgets kcmutils kio parts \ prison service sonnet textwidgets widgetsaddons xmlgui # pim components USE_KDE+= akonadi akonadicontacts akonadisearch contacts grantleetheme \ imap kdepim-apps-libs kontactinterface libkdepim mime pimcommon \ kdepim-runtime5_run USE_QT= concurrent core dbus gui network printsupport widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr OPTIONS_DEFINE= DOCS .include Index: head/deskutils/kdepim-addons/Makefile =================================================================== --- head/deskutils/kdepim-addons/Makefile (revision 520519) +++ head/deskutils/kdepim-addons/Makefile (revision 520520) @@ -1,43 +1,44 @@ # $FreeBSD$ PORTNAME= kdepim-addons DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE PIM addons LICENSE= LGPL21 BUILD_DEPENDS= markdown:textproc/discount RUN_DEPENDS= markdown:textproc/discount LIB_DEPENDS= libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error \ libgpgme.so:security/gpgme \ libgpgmepp.so:security/gpgme-cpp \ libqgpgme.so:security/gpgme-qt5 USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 \ pkgconfig qt:5 tar:xz USE_KDE= archive auth codecs completion config configwidgets coreaddons \ dbusaddons ecm i18n iconthemes itemmodels itemviews jobwidgets \ kdeclarative khtml kio prison service sonnet syntaxhighlighting \ textwidgets wallet widgetsaddons xmlgui # pim components USE_KDE+= akonadi akonadicalendar akonadicontacts akonadiimportwizard \ akonadimime akonadinotes calendarcore calendarsupport \ calendarutils contacts eventviews gapi grantleetheme \ gravatar identitymanagement imap incidenceeditor \ kdepim-apps-libs kitinerary kontactinterface kpkpass libkdepim \ libkleo libksieve mailcommon mailimporter mailtransport \ messagelib mime pimcommon pimtextedit tnef USE_QT= concurrent core dbus declarative gui location network printsupport testlib \ webchannel webengine widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr OPTIONS_DEFINE= DOCS .include Index: head/deskutils/kdepim-apps-libs/Makefile =================================================================== --- head/deskutils/kdepim-apps-libs/Makefile (revision 520519) +++ head/deskutils/kdepim-apps-libs/Makefile (revision 520520) @@ -1,33 +1,34 @@ # $FreeBSD$ PORTNAME= kdepim-apps-libs DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE PIM mail related libraries LICENSE= LGPL21 LIB_DEPENDS= libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error \ libgpgme.so:security/gpgme \ libgpgmepp.so:security/gpgme-cpp \ libqgpgme.so:security/gpgme-qt5 USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz USE_KDE= auth codecs completion config configwidgets coreaddons \ dbusaddons ecm i18n iconthemes itemmodels jobwidgets \ kdewebkit kio service sonnet widgetsaddons xmlgui # pim components USE_KDE+= akonadi akonadicontacts contacts grantleetheme libkleo mime \ pimcommon pimtextedit USE_QT= concurrent core dbus gui network testlib uitools webkit widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr OPTIONS_DEFINE= DOCS .include Index: head/deskutils/knotes/Makefile =================================================================== --- head/deskutils/knotes/Makefile (revision 520519) +++ head/deskutils/knotes/Makefile (revision 520520) @@ -1,36 +1,37 @@ # $FreeBSD$ PORTNAME= knotes DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Popup notes LICENSE= LGPL21 LIB_DEPENDS= libical.so:devel/libical USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz xorg USE_KDE= attica auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons dnssd globalaccel guiaddons i18n \ iconthemes itemmodels itemviews jobwidgets kcmutils \ kdelibs4support kio newstuff notifications notifyconfig parts \ service solid sonnet textwidgets unitconversion widgetsaddons \ windowsystem xmlgui # pim components USE_KDE+= akonadi akonadicontacts akonadinotes akonadisearch \ calendarcore calendarutils contacts grantleetheme imap kontactinterface libkdepim \ mime pimcommon pimtextedit \ kdepim-runtime5_run USE_QT= concurrent core dbus gui network printsupport widgets x11extras xml \ buildtools_build qmake_build USE_XORG= ice sm x11 xext USE_LDCONFIG= yes DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr OPTIONS_DEFINE= DOCS .include Index: head/devel/grantlee5/files/patch-CMakeLists.txt =================================================================== --- head/devel/grantlee5/files/patch-CMakeLists.txt (revision 520519) +++ head/devel/grantlee5/files/patch-CMakeLists.txt (nonexistent) @@ -1,14 +0,0 @@ -Install headers prefixed, as to not cause a possible conflict with -different versions. - ---- CMakeLists.txt.orig 2016-08-10 16:09:20 UTC -+++ CMakeLists.txt -@@ -100,7 +100,7 @@ set (LIB_SUFFIX "" CACHE STRING "Define - set( LIB_INSTALL_DIR lib${LIB_SUFFIX} ) - set( PLUGIN_INSTALL_DIR ${LIB_INSTALL_DIR}/grantlee/${Grantlee5_MAJOR_MINOR_VERSION_STRING} ) - set( BIN_INSTALL_DIR bin ) --set( INCLUDE_INSTALL_DIR include ) -+set( INCLUDE_INSTALL_DIR include/grantlee5 ) - set( DATA_INSTALL_DIR share/apps ) - - # set up RPATH/install_name_dir Property changes on: head/devel/grantlee5/files/patch-CMakeLists.txt ___________________________________________________________________ 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/devel/grantlee5/files/patch-git_1b4f22-fix-qt5.13 =================================================================== --- head/devel/grantlee5/files/patch-git_1b4f22-fix-qt5.13 (revision 520519) +++ head/devel/grantlee5/files/patch-git_1b4f22-fix-qt5.13 (nonexistent) @@ -1,30 +0,0 @@ -https://github.com/steveire/grantlee/commit/1b4f22431ae35dfd11f07a5ae88a1b4db3de2a85.patch - -From 1b4f22431ae35dfd11f07a5ae88a1b4db3de2a85 Mon Sep 17 00:00:00 2001 -From: Michael Pyne -Date: Tue, 18 Dec 2018 17:47:21 -0500 -Subject: [PATCH] Fix build with Qt 5.13 / GCC 8.2. - -At this point Grantlee doesn't build for me because QList is an -incomplete type. I think the compiler is right to complain, so I fix by -including the appropriate header. - -Fixes issue #47. ---- - templates/lib/lexer_p.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/templates/lib/lexer_p.h b/templates/lib/lexer_p.h -index 275aeea..1ae451a 100644 ---- templates/lib/lexer_p.h -+++ templates/lib/lexer_p.h -@@ -24,7 +24,7 @@ - #include "textprocessingmachine_p.h" - #include "token.h" - --template class QList; -+#include - - namespace Grantlee - { - Property changes on: head/devel/grantlee5/files/patch-git_1b4f22-fix-qt5.13 ___________________________________________________________________ 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/devel/grantlee5/files/patch-templates_lib_CMakeLists.txt =================================================================== --- head/devel/grantlee5/files/patch-templates_lib_CMakeLists.txt (revision 520519) +++ head/devel/grantlee5/files/patch-templates_lib_CMakeLists.txt (nonexistent) @@ -1,14 +0,0 @@ -Install headers prefixed, as to not cause a possible conflict with -different versions. - ---- templates/lib/CMakeLists.txt.orig 2016-08-10 16:09:48 UTC -+++ templates/lib/CMakeLists.txt -@@ -137,7 +137,7 @@ install(TARGETS Grantlee_Templates EXPOR - RUNTIME DESTINATION ${BIN_INSTALL_DIR} COMPONENT Templates - LIBRARY DESTINATION ${LIB_INSTALL_DIR} COMPONENT Templates - ARCHIVE DESTINATION ${LIB_INSTALL_DIR} COMPONENT Templates -- INCLUDES DESTINATION include -+ INCLUDES DESTINATION include/grantlee5 - ) - - install(FILES Property changes on: head/devel/grantlee5/files/patch-templates_lib_CMakeLists.txt ___________________________________________________________________ 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/devel/grantlee5/files/patch-textdocument_lib_CMakeLists.txt =================================================================== --- head/devel/grantlee5/files/patch-textdocument_lib_CMakeLists.txt (revision 520519) +++ head/devel/grantlee5/files/patch-textdocument_lib_CMakeLists.txt (nonexistent) @@ -1,14 +0,0 @@ -Install headers prefixed, as to not cause a possible conflict with -different versions. - ---- textdocument/lib/CMakeLists.txt.orig 2016-08-10 16:10:17 UTC -+++ textdocument/lib/CMakeLists.txt -@@ -58,7 +58,7 @@ install(TARGETS Grantlee_TextDocument EX - RUNTIME DESTINATION ${BIN_INSTALL_DIR} COMPONENT TextDocument - LIBRARY DESTINATION ${LIB_INSTALL_DIR} COMPONENT TextDocument - ARCHIVE DESTINATION ${LIB_INSTALL_DIR} COMPONENT TextDocument -- INCLUDES DESTINATION include -+ INCLUDES DESTINATION include/grantlee5 - ) - - install(FILES Property changes on: head/devel/grantlee5/files/patch-textdocument_lib_CMakeLists.txt ___________________________________________________________________ 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/devel/grantlee5/Makefile =================================================================== --- head/devel/grantlee5/Makefile (revision 520519) +++ head/devel/grantlee5/Makefile (revision 520520) @@ -1,24 +1,23 @@ # Created by: Tobias C. Berner # $FreeBSD$ PORTNAME= grantlee -PORTVERSION= ${GRANTLEE_VERSION} -PORTREVISION= 7 +DISTVERSION= ${GRANTLEE_VERSION} CATEGORIES= devel MASTER_SITES= http://downloads.${PORTNAME}.org/ PKGNAMESUFFIX= 5 MAINTAINER= kde@FreeBSD.org COMMENT= String template engine for Qt 5 LICENSE= LGPL21 PORTSCOUT= limit:^5\. USE_QT= buildtools_build core gui qmake_build script USES= cmake compiler:c++11-lib grantlee:5,selfbuild qt:5 USE_CXXSTD= c++11 CMAKE_ARGS+= -DBUILD_TESTS:BOOL=FALSE USE_LDCONFIG= yes .include Index: head/devel/grantlee5/distinfo =================================================================== --- head/devel/grantlee5/distinfo (revision 520519) +++ head/devel/grantlee5/distinfo (revision 520520) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471275306 -SHA256 (grantlee-5.1.0.tar.gz) = ea2e402466c74bb533eee2c7252209ec61cd93a5d236fecd625b4a0eb13a1478 -SIZE (grantlee-5.1.0.tar.gz) = 1175380 +TIMESTAMP = 1576744258 +SHA256 (grantlee-5.2.0.tar.gz) = d6cd04de39a073a787c9ab8e72a0888e40779d21b83fbc788a1b36d31ac659d5 +SIZE (grantlee-5.2.0.tar.gz) = 1166467 Index: head/devel/grantlee5/pkg-plist =================================================================== --- head/devel/grantlee5/pkg-plist (revision 520519) +++ head/devel/grantlee5/pkg-plist (revision 520520) @@ -1,47 +1,47 @@ -include/grantlee5/grantlee/abstractlocalizer.h -include/grantlee5/grantlee/abstractmarkupbuilder.h -include/grantlee5/grantlee/bbcodebuilder.h -include/grantlee5/grantlee/cachingloaderdecorator.h -include/grantlee5/grantlee/context.h -include/grantlee5/grantlee/engine.h -include/grantlee5/grantlee/exception.h -include/grantlee5/grantlee/filter.h -include/grantlee5/grantlee/filterexpression.h -include/grantlee5/grantlee/grantlee_templates_export.h -include/grantlee5/grantlee/grantlee_textdocument_export.h -include/grantlee5/grantlee/grantlee_version.h -include/grantlee5/grantlee/markupdirector.h -include/grantlee5/grantlee/mediawikimarkupbuilder.h -include/grantlee5/grantlee/metatype.h -include/grantlee5/grantlee/node.h -include/grantlee5/grantlee/outputstream.h -include/grantlee5/grantlee/parser.h -include/grantlee5/grantlee/plaintextmarkupbuilder.h -include/grantlee5/grantlee/qtlocalizer.h -include/grantlee5/grantlee/rendercontext.h -include/grantlee5/grantlee/safestring.h -include/grantlee5/grantlee/taglibraryinterface.h -include/grantlee5/grantlee/template.h -include/grantlee5/grantlee/templateloader.h -include/grantlee5/grantlee/texthtmlbuilder.h -include/grantlee5/grantlee/token.h -include/grantlee5/grantlee/typeaccessor.h -include/grantlee5/grantlee/util.h -include/grantlee5/grantlee/variable.h -include/grantlee5/grantlee_templates.h -include/grantlee5/grantlee_textdocument.h +include/grantlee/abstractlocalizer.h +include/grantlee/abstractmarkupbuilder.h +include/grantlee/bbcodebuilder.h +include/grantlee/cachingloaderdecorator.h +include/grantlee/context.h +include/grantlee/engine.h +include/grantlee/exception.h +include/grantlee/filter.h +include/grantlee/filterexpression.h +include/grantlee/grantlee_templates_export.h +include/grantlee/grantlee_textdocument_export.h +include/grantlee/grantlee_version.h +include/grantlee/markupdirector.h +include/grantlee/mediawikimarkupbuilder.h +include/grantlee/metatype.h +include/grantlee/node.h +include/grantlee/outputstream.h +include/grantlee/parser.h +include/grantlee/plaintextmarkupbuilder.h +include/grantlee/qtlocalizer.h +include/grantlee/rendercontext.h +include/grantlee/safestring.h +include/grantlee/taglibraryinterface.h +include/grantlee/template.h +include/grantlee/templateloader.h +include/grantlee/texthtmlbuilder.h +include/grantlee/token.h +include/grantlee/typeaccessor.h +include/grantlee/util.h +include/grantlee/variable.h +include/grantlee_templates.h +include/grantlee_textdocument.h lib/cmake/Grantlee5/Grantlee5Config.cmake lib/cmake/Grantlee5/Grantlee5ConfigVersion.cmake lib/cmake/Grantlee5/GrantleeMacros.cmake lib/cmake/Grantlee5/GrantleeTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Grantlee5/GrantleeTargets.cmake lib/grantlee/%%GRANTLEE_VERSION_SHORT%%/grantlee_defaultfilters%%GRANTLEE_DEBUG_SUFFIX%%.so lib/grantlee/%%GRANTLEE_VERSION_SHORT%%/grantlee_defaulttags%%GRANTLEE_DEBUG_SUFFIX%%.so lib/grantlee/%%GRANTLEE_VERSION_SHORT%%/grantlee_i18ntags%%GRANTLEE_DEBUG_SUFFIX%%.so lib/grantlee/%%GRANTLEE_VERSION_SHORT%%/grantlee_loadertags%%GRANTLEE_DEBUG_SUFFIX%%.so lib/libGrantlee_Templates.so lib/libGrantlee_Templates.so.5 lib/libGrantlee_Templates.so.%%GRANTLEE_VERSION_FULL%% lib/libGrantlee_TextDocument.so lib/libGrantlee_TextDocument.so.5 lib/libGrantlee_TextDocument.so.%%GRANTLEE_VERSION_FULL%% Index: head/devel/kdevelop/Makefile =================================================================== --- head/devel/kdevelop/Makefile (revision 520519) +++ head/devel/kdevelop/Makefile (revision 520520) @@ -1,62 +1,62 @@ # $FreeBSD$ # When updating this port, also chase # devel/kdev-php # devel/kdev-python PORTNAME= kdevelop DISTVERSION= 5.4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel kde MASTER_SITES= KDE/stable/kdevelop/${DISTVERSION}/src DIST_SUBDIR= KDE/kdevelop MAINTAINER= kde@FreeBSD.org COMMENT= Plugin extensible IDE for KDE LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= kdev-pg-qt:devel/kdevelop-pg-qt \ llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} LIB_DEPENDS= libKasten4Controllers.so:devel/okteta \ libapr-1.so:devel/apr1 \ libsvn_client-1.so:devel/subversion \ libboost_thread.so:devel/boost-libs \ libkomparediff2.so:textproc/libkomparediff2 RUN_DEPENDS= gmake:devel/gmake \ llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} USES= cmake compiler:c++11-lib desktop-file-utils \ gettext grantlee:5 kde:5 qt:5 shared-mime-info shebangfix tar:xz USE_KDE= archive attica auth bookmarks codecs completion config configwidgets \ coreaddons crash guiaddons emoticons i18n iconthemes init \ itemmodels itemviews jobwidgets kcmutils kdeclarative \ kio libksysguard newstuff notifications \ notifyconfig package parts plasma-framework purpose \ runner service solid sonnet texteditor textwidgets threadweaver \ widgetsaddons windowsystem xmlgui USE_QT= concurrent core dbus declarative gui help network \ script sql widgets xml buildtools_build qmake_build CONFLICTS= kdevelop-kde4-4* kdevelop-4* kdevplatform-kde4-4* kdevplatform-4* SHEBANG_FILES= kdevplatform/util/kdevplatform_shell_environment.sh \ kdevplatform/util/.zshrc CMAKE_ARGS= -DCMAKE_POLICY_DEFAULT_CMP0074=NEW -DLLVM_ROOT=${LOCALBASE}/llvm${LLVM_DEFAULT} # Versioning values, to reduce plist churn PLATFORM_VER= 32 SO_VER= 54 PLIST_SUB+= PLATFORM_VER=${PLATFORM_VER} SO_VER=${SO_VER} SO_VER_LONG=${DISTVERSION} OPTIONS_DEFINE= WEBENGINE WEBENGINE_DESC= Use WebEngine as help reader WEBENGINE_USES= qt:5 WEBENGINE_USE= QT=location,webchannel,webengine WEBENGINE_USE_OFF= QT=webkit WEBENGINE_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets:BOOL=TRUE SHEBANG_LANG= zsh zsh_OLD_CMD= /bin/zsh zsh_CMD= ${LOCALBASE}/bin/zsh .include Index: head/finance/skrooge/Makefile =================================================================== --- head/finance/skrooge/Makefile (revision 520519) +++ head/finance/skrooge/Makefile (revision 520520) @@ -1,49 +1,50 @@ # $FreeBSD$ PORTNAME= skrooge DISTVERSION= 2.21.1 +PORTREVISION= 1 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME} DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Personal finance manager LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= xsltproc:textproc/libxslt LIB_DEPENDS= libofx.so:finance/libofx \ libqca-qt5.so:devel/qca \ libsqlcipher.so:databases/sqlcipher USES= cmake compiler:c++11-lib desktop-file-utils \ gettext grantlee:5 kde:5 pkgconfig python:3.4+ qt:5 shared-mime-info \ shebangfix sqlite:3 tar:xz USE_KDE= activities archive attica5 auth bookmarks codecs completion \ config configwidgets coreaddons crash dbusaddons \ designerplugin doctools ecm emoticons guiaddons i18n \ iconthemes init itemmodels itemviews jobwidgets \ kdelibs4support kio newstuff notifications notifyconfig \ package parts plasma-framework runner service solid sonnet \ textwidgets unitconversion wallet widgetsaddons windowsystem \ xmlgui USE_QT= concurrent core dbus declarative designer gui network printsupport \ script sql svg webkit widgets xml \ qmake_build buildtools_build SHEBANG_FILES= plugins/import/skrooge_import_backend/skrooge-sabb.py \ skgbankmodeler/skrooge-coinmarketcap.py \ skgbankmodeler/skrooge-yahoodl.py \ skgbankmodeler/skrooge-ratesapi.py USE_LDCONFIG= yes PLIST_SUB= SHLIB_VER="${PORTVERSION}" # Skrooge creates several empty directories due to how it calls CMake's # install(DIRECTORY ...) function, so we need some code to remove them. post-install: ${FIND} ${STAGEDIR}${PREFIX}/share/skrooge/html \ -type d -empty -delete .include Index: head/math/rocs/Makefile =================================================================== --- head/math/rocs/Makefile (revision 520519) +++ head/math/rocs/Makefile (revision 520520) @@ -1,26 +1,27 @@ # $FreeBSD$ PORTNAME= rocs DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= math kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE Graph theory IDE LIB_DEPENDS= libboost_thread.so:devel/boost-libs USES= cmake compiler:c++11-lang desktop-file-utils gettext grantlee:5 kde:5 \ qt:5 tar:xz USE_KDE= archive auth codecs completion config configwidgets coreaddons \ crash doctools ecm i18n itemviews jobwidgets kdeclarative \ kio package parts service sonnet texteditor textwidgets \ widgetsaddons xmlgui USE_QT= concurrent core dbus declarative gui network script scripttools svg webkit \ widgets xml xmlpatterns \ buildtools_build qmake_build USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS .include Index: head/net/akonadi-contacts/Makefile =================================================================== --- head/net/akonadi-contacts/Makefile (revision 520519) +++ head/net/akonadi-contacts/Makefile (revision 520520) @@ -1,26 +1,27 @@ # $FreeBSD$ PORTNAME= akonadi-contacts DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Libraries and daemons to implement Contact Management in Akonadi LICENSE= LGPL21 USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 \ qt:5 tar:xz USE_KDE= auth codecs completion config configwidgets coreaddons \ dbusaddons ecm i18n iconthemes itemmodels jobwidgets kio \ prison service sonnet textwidgets widgetsaddons xmlgui # pim components USE_KDE+= akonadi akonadimime calendarcore contacts mime USE_QT= concurrent core dbus gui network testlib widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr OPTIONS_DEFINE= DOCS .include Index: head/net/kcalutils/Makefile =================================================================== --- head/net/kcalutils/Makefile (revision 520519) +++ head/net/kcalutils/Makefile (revision 520520) @@ -1,26 +1,27 @@ # $FreeBSD$ PORTNAME= kcalutils DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE utility and user interface functions for accessing calendar LICENSE= LGPL21 USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz USE_KDE= codecs config coreaddons ecm i18n iconthemes kdelibs4support \ widgetsaddons # pim components USE_KDE+= calendarcore identitymanagement pimtextedit USE_QT= core gui widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr OPTIONS_DEFINE= DOCS .include Index: head/net/kpimtextedit/Makefile =================================================================== --- head/net/kpimtextedit/Makefile (revision 520519) +++ head/net/kpimtextedit/Makefile (revision 520520) @@ -1,26 +1,27 @@ # $FreeBSD$ PORTNAME= kpimtextedit DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE library for PIM-specific text editing utilities LICENSE= LGPL21 USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz USE_KDE= auth codecs completion config configwidgets coreaddons ecm \ emoticons i18n iconthemes init itemmodels itemviews jobwidgets \ kdelibs4support kio service sonnet syntaxhighlighting textwidgets \ widgetsaddons xmlgui USE_QT= concurrent core dbus gui network speech widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr OPTIONS_DEFINE= DOCS .include Index: head/net/messagelib/Makefile =================================================================== --- head/net/messagelib/Makefile (revision 520519) +++ head/net/messagelib/Makefile (revision 520520) @@ -1,43 +1,44 @@ # $FreeBSD$ PORTNAME= messagelib DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Library for handling messages LICENSE= LGPL21 LIB_DEPENDS= libassuan.so:security/libassuan \ libboost_system.so:devel/boost-libs \ libgpg-error.so:security/libgpg-error \ libgpgme.so:security/gpgme \ libgpgmepp.so:security/gpgme-cpp \ libqgpgme.so:security/gpgme-qt5 \ libqca-qt5.so:devel/qca USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons ecm i18n iconthemes imap itemmodels itemviews jobwidgets \ kdewebkit kio service solid sonnet syntaxhighlighting \ textwidgets wallet widgetsaddons windowsystem xmlgui # pim components USE_KDE+= akonadi akonadicontacts akonadimime akonadisearch calendarcore \ contacts grantleetheme gravatar identitymanagement \ kdepim-apps-libs ldap libkdepim libkleo mailtransport mbox \ mime pimcommon pimtextedit USE_QT= concurrent core dbus declarative gui location network printsupport testlib \ uitools webchannel webengine widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes OPTIONS_DEFINE= INOTIFY DOCS OPTIONS_DEFAULT= INOTIFY OPTIONS_SUB= yes INOTIFY_DESC= Filesystem alteration notifications using inotify INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify .include Index: head/net/pimcommon/Makefile =================================================================== --- head/net/pimcommon/Makefile (revision 520519) +++ head/net/pimcommon/Makefile (revision 520520) @@ -1,32 +1,33 @@ # $FreeBSD$ PORTNAME= pimcommon DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Common libriares for KDEPim LICENSE= LGPL21 LIB_DEPENDS= libboost_system.so:devel/boost-libs USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz USE_KDE= archive attica auth codecs completion config configwidgets \ coreaddons dbusaddons ecm emoticons i18n init iconthemes itemmodels \ jobwidgets kdelibs4support kio newstuff service sonnet textwidgets \ wallet widgetsaddons xmlgui # pim components USE_KDE+= akonadi akonadicontacts contacts imap libkdepim mime \ pimtextedit purpose USE_QT= concurrent core dbus designer gui network printsupport script testlib \ uiplugin uitools webkit widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr OPTIONS_DEFINE= DOCS .include Index: head/sysutils/khelpcenter/Makefile =================================================================== --- head/sysutils/khelpcenter/Makefile (revision 520519) +++ head/sysutils/khelpcenter/Makefile (revision 520520) @@ -1,26 +1,27 @@ # $FreeBSD$ PORTNAME= khelpcenter DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-applications # kde kde-applications-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 application to show KDE application documentation LIB_DEPENDS= libxapian.so:databases/xapian-core USES= cmake compiler:c++11-lib cpe gettext gnome grantlee:5 kde:5 \ qt:5 shebangfix tar:xz USE_GNOME= libxml2 USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons dbusaddons doctools ecm emoticons i18n init \ itemmodels itemviews jobwidgets js kcmutils kdelibs4support \ kio khtml parts service sonnet textwidgets widgetsaddons \ windowsystem xmlgui USE_QT= concurrent core dbus gui network widgets xml \ buildtools_build qmake_build SHEBANG_FILES= searchhandlers/khc_mansearch.pl OPTIONS_DEFINE= DOCS .include