svn commit: r562241 - head/textproc/kdiff3

Tobias C. Berner tcberner at FreeBSD.org
Thu Jan 21 20:48:58 UTC 2021


Author: tcberner
Date: Thu Jan 21 20:48:57 2021
New Revision: 562241
URL: https://svnweb.freebsd.org/changeset/ports/562241

Log:
  textproc/kdiff3: update to 1.8.5
  
  Version 1.8.5 - 2020-01-10
  ===========================
  BUG:417189 Fix url handling for drag and drop.
  BUG:426823 Fix regression in handing paste from clipboard to blank diff window.
  *Fix link detection via KIO
  *Drop custom event filter in OpenDialog. We now use FileNameLineEdit instead as in the main window.
  *Fix url/path handling bugs for remote files
  *Don't ignore stat errors unless it tells us the file was not found.

Modified:
  head/textproc/kdiff3/Makefile
  head/textproc/kdiff3/distinfo
  head/textproc/kdiff3/pkg-plist

Modified: head/textproc/kdiff3/Makefile
==============================================================================
--- head/textproc/kdiff3/Makefile	Thu Jan 21 20:21:16 2021	(r562240)
+++ head/textproc/kdiff3/Makefile	Thu Jan 21 20:48:57 2021	(r562241)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	kdiff3
-DISTVERSION=	1.8.4
+DISTVERSION=	1.8.5
 CATEGORIES=	textproc kde
 MASTER_SITES=	KDE/stable/${PORTNAME}
 

Modified: head/textproc/kdiff3/distinfo
==============================================================================
--- head/textproc/kdiff3/distinfo	Thu Jan 21 20:21:16 2021	(r562240)
+++ head/textproc/kdiff3/distinfo	Thu Jan 21 20:48:57 2021	(r562241)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1599137869
-SHA256 (kdiff3-1.8.4.tar.xz) = 76e18e097a078c1a440a32562734391d71d12446fcd3b2afeece87c136f43bb8
-SIZE (kdiff3-1.8.4.tar.xz) = 1040492
+TIMESTAMP = 1611260106
+SHA256 (kdiff3-1.8.5.tar.xz) = bc92f7d04eb123f9c56dbe3047af67bf715240fa99487ac1d1ccf2a45e0854c1
+SIZE (kdiff3-1.8.5.tar.xz) = 1045812

Modified: head/textproc/kdiff3/pkg-plist
==============================================================================
--- head/textproc/kdiff3/pkg-plist	Thu Jan 21 20:21:16 2021	(r562240)
+++ head/textproc/kdiff3/pkg-plist	Thu Jan 21 20:48:57 2021	(r562241)
@@ -74,10 +74,12 @@ share/locale/el/LC_MESSAGES/kdiff3fileitemactionplugin
 share/locale/en_GB/LC_MESSAGES/diff_ext.mo
 share/locale/en_GB/LC_MESSAGES/kdiff3.mo
 share/locale/en_GB/LC_MESSAGES/kdiff3fileitemactionplugin.mo
+share/locale/el/LC_MESSAGES/diff_ext.mo
 share/locale/eo/LC_MESSAGES/kdiff3.mo
 share/locale/es/LC_MESSAGES/diff_ext.mo
 share/locale/es/LC_MESSAGES/kdiff3.mo
 share/locale/es/LC_MESSAGES/kdiff3fileitemactionplugin.mo
+share/locale/et/LC_MESSAGES/diff_ext.mo
 share/locale/et/LC_MESSAGES/kdiff3.mo
 share/locale/et/LC_MESSAGES/kdiff3fileitemactionplugin.mo
 share/locale/eu/LC_MESSAGES/diff_ext.mo


More information about the svn-ports-head mailing list