Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2023 15:23:54 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2eff09595997 - main - sysutils/catfish: Update to 4.18.0
Message-ID:  <202308061523.376FNsHu025523@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2eff09595997f14e2a589568fdf3289643a093c1

commit 2eff09595997f14e2a589568fdf3289643a093c1
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2023-08-06 15:23:28 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2023-08-06 15:23:28 +0000

    sysutils/catfish: Update to 4.18.0
---
 sysutils/catfish/Makefile                                  |  3 +--
 sysutils/catfish/distinfo                                  |  6 +++---
 sysutils/catfish/files/patch-catfish__lib_catfishconfig.py | 14 +++++++-------
 sysutils/catfish/pkg-plist                                 |  5 +++++
 4 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/sysutils/catfish/Makefile b/sysutils/catfish/Makefile
index 3d0bfa4a58bc..148ef617386b 100644
--- a/sysutils/catfish/Makefile
+++ b/sysutils/catfish/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	catfish
-PORTVERSION=	4.16.4
-PORTREVISION=	9
+PORTVERSION=	4.18.0
 CATEGORIES=	sysutils
 MASTER_SITES=	XFCE/apps
 DIST_SUBDIR=	xfce4
diff --git a/sysutils/catfish/distinfo b/sysutils/catfish/distinfo
index d96943d98b50..8167d93d95ce 100644
--- a/sysutils/catfish/distinfo
+++ b/sysutils/catfish/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1658131129
-SHA256 (xfce4/catfish-4.16.4.tar.bz2) = 6e5c01c534de7a8ce911965c4cd298c5b5d2079e0bc29c91b1e310c9884bb5fc
-SIZE (xfce4/catfish-4.16.4.tar.bz2) = 284259
+TIMESTAMP = 1691312794
+SHA256 (xfce4/catfish-4.18.0.tar.bz2) = fdae9b73cc754a50716bb04b958aa31dbd7e94047068b7207f2ae313a7d58b99
+SIZE (xfce4/catfish-4.18.0.tar.bz2) = 295952
diff --git a/sysutils/catfish/files/patch-catfish__lib_catfishconfig.py b/sysutils/catfish/files/patch-catfish__lib_catfishconfig.py
index 5be228f07005..494009f4ddc1 100644
--- a/sysutils/catfish/files/patch-catfish__lib_catfishconfig.py
+++ b/sysutils/catfish/files/patch-catfish__lib_catfishconfig.py
@@ -1,6 +1,6 @@
---- catfish_lib/catfishconfig.py.orig	2020-01-01 18:29:00 UTC
+--- catfish_lib/catfishconfig.py.orig	2023-08-06 08:56:49 UTC
 +++ catfish_lib/catfishconfig.py
-@@ -17,6 +17,7 @@
+@@ -17,6 +17,7 @@ import os
  #   with this program.  If not, see <https://www.gnu.org/licenses/>.
  
  import os
@@ -8,15 +8,15 @@
  
  __all__ = [
      'project_path_not_found',
-@@ -29,7 +30,10 @@ __all__ = [
+@@ -29,7 +30,10 @@ __catfish_data_directory__ = '../data/'
  # files). By default, this is ../data, relative your trunk layout
  __catfish_data_directory__ = '../data/'
  # Location of locate.db file
--__locate_db_path__ = '/var/lib/mlocate/mlocate.db'
+-__locate_db_paths__ = ('/var/lib/plocate/plocate.db', '/var/lib/mlocate/mlocate.db')
 +if sys.platform.startswith('linux'):
-+    __locate_db_path__ = '/var/lib/mlocate/mlocate.db'
++    __locate_db_paths__ = ('/var/lib/plocate/plocate.db', '/var/lib/mlocate/mlocate.db')
 +elif 'bsd' in sys.platform or sys.platform.startswith('dragonfly'):
-+    __locate_db_path__ = '/var/db/locate.database'
++    __locate_db_paths__ = ('/var/db/locate.database')
  __license__ = 'GPL-2+'
- __version__ = '1.4.12'
+ __version__ = '4.18.0'
  __url__ = 'https://docs.xfce.org/apps/catfish/start'
diff --git a/sysutils/catfish/pkg-plist b/sysutils/catfish/pkg-plist
index 6623cdf84151..090d85e955bb 100644
--- a/sysutils/catfish/pkg-plist
+++ b/sysutils/catfish/pkg-plist
@@ -15,6 +15,7 @@ share/man/man1/catfish.1.gz
 %%PYTHON_SITELIBDIR%%/catfish_lib/__init__.py
 %%PYTHON_SITELIBDIR%%/catfish_lib/Builder.py
 %%PYTHON_SITELIBDIR%%/catfish_lib/CatfishSettings.py
+%%PYTHON_SITELIBDIR%%/catfish_lib/FiletypeLists.py
 %%PYTHON_SITELIBDIR%%/catfish_lib/PrefsDialog.py
 %%PYTHON_SITELIBDIR%%/catfish_lib/SudoDialog.py
 %%PYTHON_SITELIBDIR%%/catfish_lib/Thumbnailer.py
@@ -23,6 +24,8 @@ share/man/man1/catfish.1.gz
 %%PYTHON_SITELIBDIR%%/catfish_lib/__pycache__/Builder.cpython-%%PYTHON_SUFFIX%%.pyc
 %%PYTHON_SITELIBDIR%%/catfish_lib/__pycache__/CatfishSettings.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
 %%PYTHON_SITELIBDIR%%/catfish_lib/__pycache__/CatfishSettings.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON_SITELIBDIR%%/catfish_lib/__pycache__/FiletypeLists%%PYTHON_EXT_SUFFIX%%.opt-1.pyc
+%%PYTHON_SITELIBDIR%%/catfish_lib/__pycache__/FiletypeLists%%PYTHON_EXT_SUFFIX%%.pyc
 %%PYTHON_SITELIBDIR%%/catfish_lib/__pycache__/PrefsDialog.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
 %%PYTHON_SITELIBDIR%%/catfish_lib/__pycache__/PrefsDialog.cpython-%%PYTHON_SUFFIX%%.pyc
 %%PYTHON_SITELIBDIR%%/catfish_lib/__pycache__/SudoDialog.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
@@ -63,6 +66,7 @@ share/locale/da/LC_MESSAGES/catfish.mo
 share/locale/de/LC_MESSAGES/catfish.mo
 share/locale/el/LC_MESSAGES/catfish.mo
 share/locale/en_AU/LC_MESSAGES/catfish.mo
+share/locale/en_GB/LC_MESSAGES/catfish.mo
 share/locale/eo/LC_MESSAGES/catfish.mo
 share/locale/es/LC_MESSAGES/catfish.mo
 share/locale/et/LC_MESSAGES/catfish.mo
@@ -81,6 +85,7 @@ share/locale/is/LC_MESSAGES/catfish.mo
 share/locale/it/LC_MESSAGES/catfish.mo
 share/locale/ja/LC_MESSAGES/catfish.mo
 share/locale/kab/LC_MESSAGES/catfish.mo
+share/locale/kk/LC_MESSAGES/catfish.mo
 share/locale/ko/LC_MESSAGES/catfish.mo
 share/locale/ku/LC_MESSAGES/catfish.mo
 share/locale/lt/LC_MESSAGES/catfish.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308061523.376FNsHu025523>