Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jul 2021 20:02:41 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: 64fcc944a1e4 - main - sysutils/catfish: Update to 4.16.1
Message-ID:  <202107202002.16KK2fbw063210@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=64fcc944a1e4b6f155eb9f06d9311b9e9c38e641

commit 64fcc944a1e4b6f155eb9f06d9311b9e9c38e641
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2021-07-20 19:59:52 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2021-07-20 19:59:52 +0000

    sysutils/catfish: Update to 4.16.1
---
 sysutils/catfish/Makefile             |  5 +++--
 sysutils/catfish/distinfo             |  6 +++---
 sysutils/catfish/files/patch-setup.py | 12 ++++++++++++
 3 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/sysutils/catfish/Makefile b/sysutils/catfish/Makefile
index c487b16c9297..2dfcff8775c1 100644
--- a/sysutils/catfish/Makefile
+++ b/sysutils/catfish/Makefile
@@ -1,7 +1,7 @@
 # Created by: jpaetzel@FreeBSD.org
 
 PORTNAME=	catfish
-PORTVERSION=	4.16.0
+PORTVERSION=	4.16.1
 CATEGORIES=	sysutils
 MASTER_SITES=	XFCE/apps
 DIST_SUBDIR=	xfce4
@@ -14,7 +14,8 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	\
 	${PYTHON_PKGNAMEPREFIX}python-distutils-extra>0:devel/py-python-distutils-extra@${PY_FLAVOR} \
 	${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} \
-	${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR}
+	${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \
+	pdftotext:graphics/poppler-utils
 BUILD_DEPENDS=	\
 	${PYTHON_PKGNAMEPREFIX}python-distutils-extra>0:devel/py-python-distutils-extra@${PY_FLAVOR} \
 	${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR}
diff --git a/sysutils/catfish/distinfo b/sysutils/catfish/distinfo
index 8539146abe04..94343b47eb64 100644
--- a/sysutils/catfish/distinfo
+++ b/sysutils/catfish/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1610115107
-SHA256 (xfce4/catfish-4.16.0.tar.bz2) = 1f6facee57a659af560f06024ca6f98aa4d638bf57a8bcfb613b4dc70fcc3b47
-SIZE (xfce4/catfish-4.16.0.tar.bz2) = 261252
+TIMESTAMP = 1626790556
+SHA256 (xfce4/catfish-4.16.1.tar.bz2) = 10317e2ca3a24290e46f62ed884cfbdf48fe7bfc3c528cfa81eca49ce3f5a655
+SIZE (xfce4/catfish-4.16.1.tar.bz2) = 266556
diff --git a/sysutils/catfish/files/patch-setup.py b/sysutils/catfish/files/patch-setup.py
new file mode 100644
index 000000000000..202bd9dcea69
--- /dev/null
+++ b/sysutils/catfish/files/patch-setup.py
@@ -0,0 +1,12 @@
+--- setup.py.orig	2021-07-20 10:04:29 UTC
++++ setup.py
+@@ -199,8 +199,7 @@ class InstallAndUpdateDataDirectory(DistUtilsExtra.aut
+ 
+             data_dir = os.path.join(self.prefix, 'share', 'catfish', '')
+             script_path = os.path.join(self.prefix, 'bin')
+-
+-        if using_pip:
++        elif using_pip:
+             target_data = os.path.relpath(self.install_data) + os.sep
+             target_pkgdata = os.path.join(site.getuserbase(), 'share', 'catfish')
+             target_scripts = os.path.join(site.getuserbase(), 'bin')



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