From owner-svn-ports-head@freebsd.org Thu Jan 2 10:37:01 2020 Return-Path: Delivered-To: svn-ports-head@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 411861F3DA5; Thu, 2 Jan 2020 10:37:01 +0000 (UTC) (envelope-from madpilot@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 47pPbx10Qgz4FCG; Thu, 2 Jan 2020 10:37:01 +0000 (UTC) (envelope-from madpilot@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 1D89D1A07D; Thu, 2 Jan 2020 10:37:01 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 002Ab0jj081625; Thu, 2 Jan 2020 10:37:01 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 002AaxdR081616; Thu, 2 Jan 2020 10:36:59 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202001021036.002AaxdR081616@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 2 Jan 2020 10:36:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521824 - in head/sysutils/catfish: . files X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/sysutils/catfish: . files X-SVN-Commit-Revision: 521824 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jan 2020 10:37:01 -0000 Author: madpilot Date: Thu Jan 2 10:36:59 2020 New Revision: 521824 URL: https://svnweb.freebsd.org/changeset/ports/521824 Log: Update catfish to 1.4.12 Modified: head/sysutils/catfish/Makefile head/sysutils/catfish/distinfo head/sysutils/catfish/files/patch-catfish_CatfishWindow.py head/sysutils/catfish/files/patch-catfish__lib_SudoDialog.py head/sysutils/catfish/files/patch-catfish__lib_catfishconfig.py head/sysutils/catfish/pkg-plist Modified: head/sysutils/catfish/Makefile ============================================================================== --- head/sysutils/catfish/Makefile Thu Jan 2 10:00:44 2020 (r521823) +++ head/sysutils/catfish/Makefile Thu Jan 2 10:36:59 2020 (r521824) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= catfish -PORTVERSION= 1.4.11 +PORTVERSION= 1.4.12 CATEGORIES= sysutils MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 Modified: head/sysutils/catfish/distinfo ============================================================================== --- head/sysutils/catfish/distinfo Thu Jan 2 10:00:44 2020 (r521823) +++ head/sysutils/catfish/distinfo Thu Jan 2 10:36:59 2020 (r521824) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576939366 -SHA256 (xfce4/catfish-1.4.11.tar.bz2) = 617baf9309e3cdfb20c8357ac786eb26f30e6fd4280d4534d3cdd742c7ffcd85 -SIZE (xfce4/catfish-1.4.11.tar.bz2) = 220603 +TIMESTAMP = 1577906751 +SHA256 (xfce4/catfish-1.4.12.tar.bz2) = c3fb30e02b217752aa493b49769be1a5fc2adde70b22aef381e6c67d5227134a +SIZE (xfce4/catfish-1.4.12.tar.bz2) = 221813 Modified: head/sysutils/catfish/files/patch-catfish_CatfishWindow.py ============================================================================== --- head/sysutils/catfish/files/patch-catfish_CatfishWindow.py Thu Jan 2 10:00:44 2020 (r521823) +++ head/sysutils/catfish/files/patch-catfish_CatfishWindow.py Thu Jan 2 10:36:59 2020 (r521824) @@ -1,14 +1,6 @@ ---- catfish/CatfishWindow.py.orig 2019-07-27 11:21:22 UTC +--- catfish/CatfishWindow.py.orig 2020-01-01 18:26:21 UTC +++ catfish/CatfishWindow.py -@@ -22,6 +22,7 @@ import logging - import mimetypes - import os - import subprocess -+import sys - import time - from locale import gettext as _ - from shutil import copy2, rmtree -@@ -738,9 +739,15 @@ class CatfishWindow(Window): +@@ -822,9 +822,15 @@ class CatfishWindow(Window): self.update_index_unlock.set_sensitive(False) if SudoDialog.prefer_pkexec(): Modified: head/sysutils/catfish/files/patch-catfish__lib_SudoDialog.py ============================================================================== --- head/sysutils/catfish/files/patch-catfish__lib_SudoDialog.py Thu Jan 2 10:00:44 2020 (r521823) +++ head/sysutils/catfish/files/patch-catfish__lib_SudoDialog.py Thu Jan 2 10:36:59 2020 (r521824) @@ -1,14 +1,6 @@ ---- catfish_lib/SudoDialog.py.orig 2019-07-27 11:21:22 UTC +--- catfish_lib/SudoDialog.py.orig 2020-01-01 17:46:05 UTC +++ catfish_lib/SudoDialog.py -@@ -18,6 +18,7 @@ - - from gi.repository import Gtk, GdkPixbuf - import os -+import sys - - from locale import gettext as _ - -@@ -316,7 +317,11 @@ class SudoDialog(Gtk.Dialog): +@@ -314,7 +314,11 @@ class SudoDialog(Gtk.Dialog): Return True if successful. ''' # Set the pexpect variables and spawn the process. Modified: head/sysutils/catfish/files/patch-catfish__lib_catfishconfig.py ============================================================================== --- head/sysutils/catfish/files/patch-catfish__lib_catfishconfig.py Thu Jan 2 10:00:44 2020 (r521823) +++ head/sysutils/catfish/files/patch-catfish__lib_catfishconfig.py Thu Jan 2 10:36:59 2020 (r521824) @@ -1,4 +1,4 @@ ---- catfish_lib/catfishconfig.py.orig 2019-08-11 17:51:09 UTC +--- catfish_lib/catfishconfig.py.orig 2020-01-01 18:29:00 UTC +++ catfish_lib/catfishconfig.py @@ -17,6 +17,7 @@ # with this program. If not, see . @@ -17,6 +17,6 @@ + __locate_db_path__ = '/var/lib/mlocate/mlocate.db' +elif 'bsd' in sys.platform or sys.platform.startswith('dragonfly'): + __locate_db_path__ = '/var/db/locate.database' - __license__ = 'GPL-3+' - __version__ = '1.4.9' - + __license__ = 'GPL-2+' + __version__ = '1.4.12' + __url__ = 'https://docs.xfce.org/apps/catfish/start' Modified: head/sysutils/catfish/pkg-plist ============================================================================== --- head/sysutils/catfish/pkg-plist Thu Jan 2 10:00:44 2020 (r521823) +++ head/sysutils/catfish/pkg-plist Thu Jan 2 10:36:59 2020 (r521824) @@ -1,8 +1,5 @@ bin/catfish man/man1/catfish.1.gz -%%PYTHON_SITELIBDIR%%/catfish/AboutCatfishDialog.py -%%PYTHON_SITELIBDIR%%/catfish/AboutCatfishDialog.pyc -%%PYTHON_SITELIBDIR%%/catfish/AboutCatfishDialog.pyo %%PYTHON_SITELIBDIR%%/catfish/CatfishPrefsDialog.py %%PYTHON_SITELIBDIR%%/catfish/CatfishPrefsDialog.pyc %%PYTHON_SITELIBDIR%%/catfish/CatfishPrefsDialog.pyo @@ -15,9 +12,6 @@ man/man1/catfish.1.gz %%PYTHON_SITELIBDIR%%/catfish/__init__.py %%PYTHON_SITELIBDIR%%/catfish/__init__.pyc %%PYTHON_SITELIBDIR%%/catfish/__init__.pyo -%%PYTHON_SITELIBDIR%%/catfish_lib/AboutDialog.py -%%PYTHON_SITELIBDIR%%/catfish_lib/AboutDialog.pyc -%%PYTHON_SITELIBDIR%%/catfish_lib/AboutDialog.pyo %%PYTHON_SITELIBDIR%%/catfish_lib/Builder.py %%PYTHON_SITELIBDIR%%/catfish_lib/Builder.pyc %%PYTHON_SITELIBDIR%%/catfish_lib/Builder.pyo @@ -46,11 +40,8 @@ man/man1/catfish.1.gz %%PYTHON_SITELIBDIR%%/catfish_lib/helpers.pyc %%PYTHON_SITELIBDIR%%/catfish_lib/helpers.pyo share/applications/org.xfce.Catfish.desktop -%%DATADIR%%/ui/AboutCatfishDialog.ui %%DATADIR%%/ui/CatfishPreferences.ui -%%DATADIR%%/ui/CatfishPreferences.ui~ %%DATADIR%%/ui/CatfishWindow.ui -%%DATADIR%%/ui/about_catfish_dialog.xml %%DATADIR%%/ui/catfish-wl-headerbar.png %%DATADIR%%/ui/catfish-wl-titlebar.png %%DATADIR%%/ui/catfish_preferences.xml