git: 73fb8fd5c3ce - main - net/ooni-probe-cli: update to 3.25.0

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Tue, 08 Apr 2025 11:17:11 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=73fb8fd5c3ce5e760101e466eee4b93058f088a7

commit 73fb8fd5c3ce5e760101e466eee4b93058f088a7
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-04-08 11:16:35 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-04-08 11:16:53 +0000

    net/ooni-probe-cli: update to 3.25.0
---
 net/ooni-probe-cli/Makefile                                    |  5 ++---
 net/ooni-probe-cli/distinfo                                    | 10 +++++-----
 .../files/patch-internal_netxlite_getaddrinfo__cgo.go          | 10 ----------
 3 files changed, 7 insertions(+), 18 deletions(-)

diff --git a/net/ooni-probe-cli/Makefile b/net/ooni-probe-cli/Makefile
index 28d9d64b73e7..27c37d6bbb6f 100644
--- a/net/ooni-probe-cli/Makefile
+++ b/net/ooni-probe-cli/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=		ooni-probe-cli
 DISTVERSIONPREFIX=	v
-DISTVERSION=		3.24.0
-PORTREVISION=	3
+DISTVERSION=		3.25.0
 CATEGORIES=		net www benchmarks
 
 MAINTAINER=	rene@FreeBSD.org
@@ -13,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss
 
-USES=		go:1.22,modules
+USES=		go:1.23,modules
 
 GO_BUILDFLAGS=	-ldflags '-s -w -extldflags "-static"'
 GO_MODULE=	github.com/ooni/probe-cli/v3
diff --git a/net/ooni-probe-cli/distinfo b/net/ooni-probe-cli/distinfo
index df135ec89f9d..6171617390a8 100644
--- a/net/ooni-probe-cli/distinfo
+++ b/net/ooni-probe-cli/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1732658881
-SHA256 (go/net_ooni-probe-cli/ooni-probe-cli-v3.24.0/v3.24.0.mod) = 7346e2090d4034446d25a4376690c7d730c640f4b10199b697b91142f948058e
-SIZE (go/net_ooni-probe-cli/ooni-probe-cli-v3.24.0/v3.24.0.mod) = 10444
-SHA256 (go/net_ooni-probe-cli/ooni-probe-cli-v3.24.0/v3.24.0.zip) = 63903b3e30820a5ec1861fd1c02dd8e61e2accef320f5ac72f37cbbb4f7a6069
-SIZE (go/net_ooni-probe-cli/ooni-probe-cli-v3.24.0/v3.24.0.zip) = 3360542
+TIMESTAMP = 1744104003
+SHA256 (go/net_ooni-probe-cli/ooni-probe-cli-v3.25.0/v3.25.0.mod) = cfeb4832410a402bc24ccda79c78baa698a40dbb2f7fef2734d520eac6b29a7b
+SIZE (go/net_ooni-probe-cli/ooni-probe-cli-v3.25.0/v3.25.0.mod) = 10620
+SHA256 (go/net_ooni-probe-cli/ooni-probe-cli-v3.25.0/v3.25.0.zip) = ef9f54bd1fa26325adbb7728c7b200fe8571c063a146839da11e9378ac816dc4
+SIZE (go/net_ooni-probe-cli/ooni-probe-cli-v3.25.0/v3.25.0.zip) = 3361694
diff --git a/net/ooni-probe-cli/files/patch-internal_netxlite_getaddrinfo__cgo.go b/net/ooni-probe-cli/files/patch-internal_netxlite_getaddrinfo__cgo.go
deleted file mode 100644
index d34ca221b498..000000000000
--- a/net/ooni-probe-cli/files/patch-internal_netxlite_getaddrinfo__cgo.go
+++ /dev/null
@@ -1,10 +0,0 @@
---- internal/netxlite/getaddrinfo_cgo.go.orig	1979-11-30 00:00:00 UTC
-+++ internal/netxlite/getaddrinfo_cgo.go
-@@ -9,6 +9,7 @@ package netxlite
- 
- #ifndef _WIN32
- #include <netdb.h> // for getaddrinfo
-+#include <sys/socket.h> // for C.SOCK_STREAM and C.AF_*
- #else
- #include <ws2tcpip.h> // for getaddrinfo
- #endif