diff --git a/textproc/kdiff3/Makefile b/textproc/kdiff3/Makefile index 2d91bb4efb80..b228de3c0d12 100644 --- a/textproc/kdiff3/Makefile +++ b/textproc/kdiff3/Makefile @@ -1,28 +1,28 @@ PORTNAME= kdiff3 -DISTVERSION= 1.10.0 +DISTVERSION= 1.10.1 CATEGORIES= textproc kde MASTER_SITES= KDE/stable/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= KDE graphical frontend for diff WWW= http://kdiff3.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz xorg USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash i18n iconthemes jobwidgets kio \ parts service solid sonnet textwidgets widgetsaddons windowsystem \ xmlgui \ doctools:build ecm:build USE_QT= concurrent core dbus gui network printsupport widgets xml \ buildtools:build qmake:build USE_XORG= x11 OPTIONS_DEFINE= DOCS DOCSDIR_REL= share/doc/HTML .include diff --git a/textproc/kdiff3/distinfo b/textproc/kdiff3/distinfo index 8f777f268e0c..fe26fe93ba65 100644 --- a/textproc/kdiff3/distinfo +++ b/textproc/kdiff3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1673373292 -SHA256 (kdiff3-1.10.0.tar.xz) = acddb30b8a067e17477105bcdf67d75ff8bdd1b1f0ebd840063b841067252eae -SIZE (kdiff3-1.10.0.tar.xz) = 1074824 +TIMESTAMP = 1681625464 +SHA256 (kdiff3-1.10.1.tar.xz) = 205434930f67536c20519162af7ddf435846e2a1a125d7a0986f4ce27f9b33c8 +SIZE (kdiff3-1.10.1.tar.xz) = 1111276 diff --git a/textproc/kdiff3/files/patch-CMakeLists.txt b/textproc/kdiff3/files/patch-CMakeLists.txt deleted file mode 100644 index ee79e462d35b..000000000000 --- a/textproc/kdiff3/files/patch-CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2023-01-11 06:42:35 UTC -+++ CMakeLists.txt -@@ -48,7 +48,7 @@ include(ECMOptionalAddSubdirectory) - include(ECMAddTests) - include(ECMOptionalAddSubdirectory) - --ecm_setup_version(1.9.70 VARIABLE_PREFIX KDIFF3 VERSION_HEADER ${CMAKE_BINARY_DIR}/src/version.h) -+ecm_setup_version(1.10.0 VARIABLE_PREFIX KDIFF3 VERSION_HEADER ${CMAKE_BINARY_DIR}/src/version.h) - - # Some older versions on boost contain a bug that prevents compiling gcc offers a built-in workaround - # but that isn't enough to ship as clang has no such workaround. 1.65 is known to be affected.