Date: Mon, 26 Aug 2019 16:40:14 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509958 - head/x11-fm/krusader2 Message-ID: <201908261640.x7QGeEh0091778@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Mon Aug 26 16:40:14 2019 New Revision: 509958 URL: https://svnweb.freebsd.org/changeset/ports/509958 Log: x11-fm/krusader2: update to 2.7.2 Changelog [1]: 2.7.2 "Peace of Mind" ===================== FIXED: Memory leak in the Locate dialog FIXED: UDSEntry::insert deprecation warnings FIXED: [ 167410 ] synchronize directory window: column widths are incorrect FIXED: [ 328918 ] Context menu item "copy selected to clipboard" copies all result items FIXED: [ 330788 ] "Information - Krusader" dialog does not fit to screen width; text non-copyable FIXED: [ 392750 ] After trying to rename the file that's being updated, rename function stops working on any file on this tab FIXED: [ 395609 ] New Text File is created with 600 (-rw-------) permissions FIXED: [ 397398 ] Misleading ‘Created’ date in file properties FIXED: [ 405212 ] Compilation error because of QOverload usage FIXED: [ 410118 ] The list of search results doesn't get the focus FIXED: [ 410120 ] Krusader does not search correctly if the "Follow links" checkbox is disabled FIXED: Okteta support for versions >= 0.26 (due to oktetapart file layout change) [1] https://cgit.kde.org/krusader.git/tree/ChangeLog?h=v2.7.2 Modified: head/x11-fm/krusader2/Makefile head/x11-fm/krusader2/distinfo head/x11-fm/krusader2/pkg-plist Modified: head/x11-fm/krusader2/Makefile ============================================================================== --- head/x11-fm/krusader2/Makefile Mon Aug 26 15:57:51 2019 (r509957) +++ head/x11-fm/krusader2/Makefile Mon Aug 26 16:40:14 2019 (r509958) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= krusader -DISTVERSION= 2.7.1 -PORTREVISION= 2 +DISTVERSION= 2.7.2 CATEGORIES= x11-fm kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/ Modified: head/x11-fm/krusader2/distinfo ============================================================================== --- head/x11-fm/krusader2/distinfo Mon Aug 26 15:57:51 2019 (r509957) +++ head/x11-fm/krusader2/distinfo Mon Aug 26 16:40:14 2019 (r509958) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534238903 -SHA256 (krusader-2.7.1.tar.xz) = d5c14d7e0698b84a1285efe7058074f760924d13d0823e1b5123fbe771907deb -SIZE (krusader-2.7.1.tar.xz) = 2889568 +TIMESTAMP = 1566836892 +SHA256 (krusader-2.7.2.tar.xz) = 41a39a43b3c42dd1d1ecaea86df30caff6a061fecc1d66f60859b2a3ca976109 +SIZE (krusader-2.7.2.tar.xz) = 2912396 Modified: head/x11-fm/krusader2/pkg-plist ============================================================================== --- head/x11-fm/krusader2/pkg-plist Mon Aug 26 15:57:51 2019 (r509957) +++ head/x11-fm/krusader2/pkg-plist Mon Aug 26 16:40:14 2019 (r509958) @@ -367,6 +367,7 @@ share/locale/en_GB/LC_MESSAGES/krusader.mo share/locale/eo/LC_MESSAGES/krusader.mo share/locale/es/LC_MESSAGES/krusader.mo share/locale/et/LC_MESSAGES/krusader.mo +share/locale/eu/LC_MESSAGES/krusader.mo share/locale/fi/LC_MESSAGES/krusader.mo share/locale/fr/LC_MESSAGES/krusader.mo share/locale/ga/LC_MESSAGES/krusader.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908261640.x7QGeEh0091778>