From owner-svn-ports-all@freebsd.org Mon Aug 26 16:40:15 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 87CF5DFBCB; Mon, 26 Aug 2019 16:40:15 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46HHmb34x4z4dB9; Mon, 26 Aug 2019 16:40:15 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 336038E1F; Mon, 26 Aug 2019 16:40:15 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7QGeF2i091783; Mon, 26 Aug 2019 16:40:15 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7QGeEh0091778; Mon, 26 Aug 2019 16:40:14 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201908261640.x7QGeEh0091778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 26 Aug 2019 16:40:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509958 - head/x11-fm/krusader2 X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/x11-fm/krusader2 X-SVN-Commit-Revision: 509958 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Aug 2019 16:40:15 -0000 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