Update to catfish 1.4.13

This commit is contained in:
landry 2020-01-21 09:35:58 +00:00
parent 4f5df529b2
commit 72c261887c
3 changed files with 6 additions and 20 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.34 2020/01/07 08:56:14 landry Exp $
# $OpenBSD: Makefile,v 1.35 2020/01/21 09:35:58 landry Exp $
COMMENT = versatile file searching tool
XFCE_GOODIE = catfish
XFCE_VERSION = 1.4.12
XFCE_VERSION = 1.4.13
MODPY_EGG_VERSION = ${XFCE_VERSION}
CATEGORIES = textproc
@ -33,7 +33,4 @@ BUILD_DEPENDS += ${_MODPY_BUILD_DEPENDS} \
# pygobject GTK3 introspection (not provided by indirect dependencies)
RUN_DEPENDS += x11/gtk+3
post-patch:
${SUBST_CMD} ${WRKSRC}/setup.py
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (catfish-1.4.12.tar.bz2) = w/sw4Cshd1KqSTtJdpvhpfwq3ecLIq7zgebGfVInE0o=
SIZE (catfish-1.4.12.tar.bz2) = 221813
SHA256 (catfish-1.4.13.tar.bz2) = WMDqBuXyhgGSlVRfv9HbyiOup0xiV2K7tMiab0hK6Dk=
SIZE (catfish-1.4.13.tar.bz2) = 221999

View File

@ -1,19 +1,8 @@
$OpenBSD: patch-setup_py,v 1.3 2020/01/07 08:56:14 landry Exp $
$OpenBSD: patch-setup_py,v 1.4 2020/01/21 09:35:58 landry Exp $
Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -22,8 +22,8 @@ import shutil
import sys
import subprocess
-from catfish_lib.catfishconfig import __version__, __url__
-
+__version__ = '${MODPY_EGG_VERSION}'
+__url__ = 'bar'
try:
import DistUtilsExtra.auto
except ImportError:
@@ -224,7 +224,7 @@ DistUtilsExtra.auto.setup(
@@ -225,7 +225,7 @@ DistUtilsExtra.auto.setup(
'needs by using several command line options.',
url=__url__,
data_files=[