sysutils/catfish: Update to 4.16.1
This commit is contained in:
parent
db5f8edfcf
commit
64fcc944a1
3 changed files with 18 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
12
sysutils/catfish/files/patch-setup.py
Normal file
12
sysutils/catfish/files/patch-setup.py
Normal file
|
@ -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')
|
Loading…
Reference in a new issue