Index: head/graphics/kimageannotator/Makefile =================================================================== --- head/graphics/kimageannotator/Makefile (revision 540592) +++ head/graphics/kimageannotator/Makefile (revision 540593) @@ -1,25 +1,27 @@ # $FreeBSD$ PORTNAME= kImageAnnotator DISTVERSIONPREFIX= v -DISTVERSION= 0.3.0 +DISTVERSION= 0.3.1 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org COMMENT= Library for image-annotation tools LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libkColorPicker.so:graphics/kcolorpicker USES= cmake localbase compiler:c++11-lang qt:5 USE_GITHUB= yes GH_ACCOUNT= ksnip USE_QT= core svg \ buildtools_build linguisttools_build qmake_build CMAKE_ON= BUILD_SHARED_LIBS CMAKE_OFF= BUILD_EXAMPLE + +PLIST_SUB= SHLIB_VER=${DISTVERSION} .include Index: head/graphics/kimageannotator/distinfo =================================================================== --- head/graphics/kimageannotator/distinfo (revision 540592) +++ head/graphics/kimageannotator/distinfo (revision 540593) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592991794 -SHA256 (ksnip-kImageAnnotator-v0.3.0_GH0.tar.gz) = d7818246b4278402a7acd7d0675c84a64e91284c134a88605c58bec2a36d0a26 -SIZE (ksnip-kImageAnnotator-v0.3.0_GH0.tar.gz) = 128019 +TIMESTAMP = 1593171353 +SHA256 (ksnip-kImageAnnotator-v0.3.1_GH0.tar.gz) = 483bc305631c018c4d7fe835fe0d1c5b39b350b66b55698f5868d4879131a776 +SIZE (ksnip-kImageAnnotator-v0.3.1_GH0.tar.gz) = 130708 Index: head/graphics/kimageannotator/files/patch-CMakeLists.txt =================================================================== --- head/graphics/kimageannotator/files/patch-CMakeLists.txt (revision 540592) +++ head/graphics/kimageannotator/files/patch-CMakeLists.txt (revision 540593) @@ -1,31 +1,11 @@ --- CMakeLists.txt.orig 2020-06-24 09:59:32 UTC +++ CMakeLists.txt -@@ -8,6 +8,9 @@ set(CMAKE_CXX_EXTENSIONS OFF) - set(CMAKE_AUTOMOC ON) - set(CMAKE_AUTORCC ON) - -+include(GNUInstallDirs) -+include(FeatureSummary) -+ - option(BUILD_TESTS "Build Unit Tests" OFF) - option(BUILD_EXAMPLE "Build Example Application" ON) - -@@ -27,9 +30,6 @@ if (UNIX) - find_package(X11 REQUIRED) - endif () - --include(GNUInstallDirs) --include(FeatureSummary) -- - set(KCOLORPICKER_MIN_VERSION "0.1.4") - find_package(kColorPicker ${KCOLORPICKER_MIN_VERSION} REQUIRED) - @@ -69,7 +69,7 @@ target_include_directories(kImageAnnotator target_link_libraries(kImageAnnotator PUBLIC Qt5::Widgets Qt5::Svg PRIVATE kColorPicker::kColorPicker) if (UNIX) - target_link_libraries(kImageAnnotator PRIVATE X11) + target_link_libraries(kImageAnnotator PRIVATE X11::X11) endif () target_compile_definitions(kImageAnnotator PRIVATE KIMAGEANNOTATOR_LIB) Index: head/graphics/kimageannotator/pkg-plist =================================================================== --- head/graphics/kimageannotator/pkg-plist (revision 540592) +++ head/graphics/kimageannotator/pkg-plist (revision 540593) @@ -1,30 +1,30 @@ include/kImageAnnotator/KImageAnnotator.h include/kImageAnnotator/KImageAnnotatorExport.h lib/cmake/kImageAnnotator/kImageAnnotator-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/kImageAnnotator/kImageAnnotator-targets.cmake lib/cmake/kImageAnnotator/kImageAnnotatorConfig-version.cmake lib/cmake/kImageAnnotator/kImageAnnotatorConfig.cmake lib/libkImageAnnotator.so -lib/libkImageAnnotator.so.0.3.0 +lib/libkImageAnnotator.so.%%SHLIB_VER%% %%DATADIR%%/translations/kImageAnnotator_cs.qm %%DATADIR%%/translations/kImageAnnotator_da.qm %%DATADIR%%/translations/kImageAnnotator_de.qm %%DATADIR%%/translations/kImageAnnotator_el.qm %%DATADIR%%/translations/kImageAnnotator_es.qm %%DATADIR%%/translations/kImageAnnotator_eu.qm %%DATADIR%%/translations/kImageAnnotator_fr.qm %%DATADIR%%/translations/kImageAnnotator_fr_CA.qm %%DATADIR%%/translations/kImageAnnotator_gl.qm %%DATADIR%%/translations/kImageAnnotator_hu.qm %%DATADIR%%/translations/kImageAnnotator_id.qm %%DATADIR%%/translations/kImageAnnotator_it.qm %%DATADIR%%/translations/kImageAnnotator_ja.qm %%DATADIR%%/translations/kImageAnnotator_nl.qm %%DATADIR%%/translations/kImageAnnotator_no.qm %%DATADIR%%/translations/kImageAnnotator_pl.qm %%DATADIR%%/translations/kImageAnnotator_pt.qm %%DATADIR%%/translations/kImageAnnotator_ru.qm %%DATADIR%%/translations/kImageAnnotator_sv.qm %%DATADIR%%/translations/kImageAnnotator_tr.qm %%DATADIR%%/translations/kImageAnnotator_uk.qm %%DATADIR%%/translations/kImageAnnotator_zh_Hans.qm Index: head/graphics/ksnip/Makefile =================================================================== --- head/graphics/ksnip/Makefile (revision 540592) +++ head/graphics/ksnip/Makefile (revision 540593) @@ -1,26 +1,26 @@ # $FreeBSD$ PORTNAME= ksnip DISTVERSIONPREFIX= v -DISTVERSION= 1.7.0 +DISTVERSION= 1.7.1 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org COMMENT= Screenshot and annotation tool LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libkColorPicker.so:graphics/kcolorpicker \ libkImageAnnotator.so:graphics/kimageannotator USES= cmake compiler:c++11-lang kde:5 qt:5 USE_GITHUB= yes GH_ACCOUNT= ksnip USE_KDE= ecm_build USE_QT= concurrent core dbus gui network printsupport svg testlib \ widgets x11extras xml \ buildtools_build linguisttools_build qmake_build USE_XORG= xcb .include Index: head/graphics/ksnip/distinfo =================================================================== --- head/graphics/ksnip/distinfo (revision 540592) +++ head/graphics/ksnip/distinfo (revision 540593) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592991920 -SHA256 (ksnip-ksnip-v1.7.0_GH0.tar.gz) = ab9d2e58eb7680b151375fa7ce408eaed3f3e9538a9e8bf95716c31238752526 -SIZE (ksnip-ksnip-v1.7.0_GH0.tar.gz) = 335727 +TIMESTAMP = 1593171338 +SHA256 (ksnip-ksnip-v1.7.1_GH0.tar.gz) = 43c18bd8110caa9a778878d56df4e5a2716b8c51a3edf65f3077413fe9f0dbac +SIZE (ksnip-ksnip-v1.7.1_GH0.tar.gz) = 340654