git: 4d89f7c7ad2f - main - net/py-pyshark: Chase tshark dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Mar 2023 20:59:29 UTC
The branch main has been updated by marcus:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4d89f7c7ad2f421f84452b9cbdf84fd645efbdfe
commit 4d89f7c7ad2f421f84452b9cbdf84fd645efbdfe
Author: Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2023-03-03 20:58:41 +0000
Commit: Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2023-03-03 20:59:25 +0000
net/py-pyshark: Chase tshark dependency
Reported by: cperciva
---
net/py-pyshark/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net/py-pyshark/Makefile b/net/py-pyshark/Makefile
index 54f3885041fd..a7c576cc6fa4 100644
--- a/net/py-pyshark/Makefile
+++ b/net/py-pyshark/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pyshark
PORTVERSION= 0.5.3
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=0:devel/py-appdirs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}py>=0:devel/py-py@${PY_FLAVOR} \
- tshark:net/tshark
+ tshark:net/wireshark
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}