Re: git: 146c6cd531af - main - net/termshark|samba41[36]: Chase the tshark>wireshark change

From: Mathieu Arnold <mat_at_freebsd.org>
Date: Sat, 04 Mar 2023 09:12:35 UTC
On Fri, Mar 03, 2023 at 11:52:53PM +0000, Joe Marcus Clarke wrote:
> The branch main has been updated by marcus:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=146c6cd531af43b1035b898596acbdc9ae763124
> 
> commit 146c6cd531af43b1035b898596acbdc9ae763124
> Author:     Joe Marcus Clarke <marcus@FreeBSD.org>
> AuthorDate: 2023-03-03 23:50:46 +0000
> Commit:     Joe Marcus Clarke <marcus@FreeBSD.org>
> CommitDate: 2023-03-03 23:52:08 +0000
> 
>     net/termshark|samba41[36]: Chase the tshark>wireshark change
>     
>     Reported by:    cperciva
> ---
>  net/samba413/Makefile  | 2 +-
>  net/samba416/Makefile  | 2 +-
>  net/termshark/Makefile | 4 ++--
>  3 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/net/samba413/Makefile b/net/samba413/Makefile
> index 509e109497eb..db01c734e9bc 100644
> --- a/net/samba413/Makefile
> +++ b/net/samba413/Makefile
> @@ -259,7 +259,7 @@ TEST_ENV+=			PYTHON="${PYTHON_CMD}" \
>  				PYTHONDONTWRITEBYTECODE=1
>  
>  TEST_DEPENDS+=			bash:shells/bash \
> -				tshark:net/tshark
> +				tshark:net/wireshark

net/wireshark@nox11

>  # External Python modules
>  TEST_BUILD_DEPENDS+=		${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${PY_FLAVOR}
>  TEST_RUN_DEPENDS+=		${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${PY_FLAVOR}
> diff --git a/net/samba416/Makefile b/net/samba416/Makefile
> index a6af47e1c4fa..7f164b68c26d 100644
> --- a/net/samba416/Makefile
> +++ b/net/samba416/Makefile
> @@ -279,7 +279,7 @@ TEST_ENV=			PYTHON="${PYTHON_CMD}" \
>  				PYTHONDONTWRITEBYTECODE=1
>  
>  TEST_DEPENDS=			bash:shells/bash \
> -				tshark:net/tshark
> +				tshark:net/wireshark

net/wireshark@nox11

>  # External Python modules
>  TEST_BUILD_DEPENDS=		${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${PY_FLAVOR}
>  TEST_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${PY_FLAVOR}
> diff --git a/net/termshark/Makefile b/net/termshark/Makefile
> index a19463823009..2366db044f04 100644
> --- a/net/termshark/Makefile
> +++ b/net/termshark/Makefile
> @@ -1,7 +1,7 @@
>  PORTNAME=	termshark
>  PORTVERSION=	2.4.0
>  DISTVERSIONPREFIX=v
> -PORTREVISION=	7
> +PORTREVISION=	8
>  CATEGORIES=	net
>  
>  MAINTAINER=	zi@FreeBSD.org
> @@ -15,7 +15,7 @@ USES=		go:modules
>  OPTIONS_DEFINE=	X11
>  OPTIONS_DEFAULT=
>  
> -X11_RUN_DEPENDS_OFF=	tshark>0:net/tshark
> +X11_RUN_DEPENDS_OFF=	tshark>0:net/wireshark

net/wireshark@nox11

>  X11_RUN_DEPENDS=	wireshark>0:net/wireshark
>  
>  GO_MODULE=	github.com/gcla/termshark/v2
> 

-- 
Mathieu Arnold