git: 3ed981826623 - main - net/termshark: fix wrong PKGNAME in net/wireshark@nox11 dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Mar 2023 08:39:16 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3ed981826623f4a1b656ad625fd746c0e8d23c4c
commit 3ed981826623f4a1b656ad625fd746c0e8d23c4c
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-03-08 17:06:33 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-03-11 08:34:14 +0000
net/termshark: fix wrong PKGNAME in net/wireshark@nox11 dependency
Should have been wireshark-nox11 instead of tshark.
Sponsored by: Berliner Linux User Group e.V.
Reported by: Poudriere warning
Approved by: portmgr (build fix blanket)
Differential Revision: https://reviews.freebsd.org/D38995
---
net/termshark/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/termshark/Makefile b/net/termshark/Makefile
index 707ad5c6c57f..2ff7c74df17f 100644
--- a/net/termshark/Makefile
+++ b/net/termshark/Makefile
@@ -15,7 +15,7 @@ USES= go:modules
OPTIONS_DEFINE= X11
OPTIONS_DEFAULT=
-X11_RUN_DEPENDS_OFF= tshark>0:net/wireshark@nox11
+X11_RUN_DEPENDS_OFF= wireshark-nox11>0:net/wireshark@nox11
X11_RUN_DEPENDS= wireshark>0:net/wireshark
GO_MODULE= github.com/gcla/termshark/v2