git: 8c3f7d9f3045 - main - net/frp: update 0.70.1 → 0.71.0; add test target

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 06 Sep 2026 17:50:37 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8c3f7d9f3045bc0ed0fcfd6ddb198c93d5cf0461

commit 8c3f7d9f3045bc0ed0fcfd6ddb198c93d5cf0461
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-09-06 15:42:36 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-09-06 17:50:23 +0000

    net/frp: update 0.70.1 → 0.71.0; add test target
---
 net/frp/Makefile |  8 ++++++--
 net/frp/distinfo | 10 +++++-----
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/net/frp/Makefile b/net/frp/Makefile
index c8196ac27a08..c3aacd2d7476 100644
--- a/net/frp/Makefile
+++ b/net/frp/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	frp
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.70.1
-PORTREVISION=	3
+DISTVERSION=	0.71.0
 CATEGORIES=	net
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -16,6 +15,9 @@ USES=		go:1.24+,modules
 GO_MODULE=	github.com/fatedier/frp
 GO_TARGET=	./cmd/frpc ./cmd/frps
 GO_BUILDFLAGS+=	-tags=noweb
+GO_TESTFLAGS+=	-tags=noweb
+# e2e tests need web assets not included with -tags=noweb
+GO_TESTTARGET=	./client/... ./cmd/... ./pkg/... ./server/...
 
 SUB_LIST=	DAEMON_USER=${DAEMON_USER}
 USE_RC_SUBR=	${PORTNAME}s
@@ -37,4 +39,6 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/conf/${f} ${STAGEDIR}${PREFIX}/etc/${f}.sample
 .endfor
 
+# as of 0.71.0: all tests pass
+
 .include <bsd.port.mk>
diff --git a/net/frp/distinfo b/net/frp/distinfo
index 26ee5c0a1b96..b14420ff9db3 100644
--- a/net/frp/distinfo
+++ b/net/frp/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1784961731
-SHA256 (go/net_frp/frp-v0.70.1/v0.70.1.mod) = 24ab742b12c7ee9380e8135d4d00167a78b815d6b18a17ba7630f9b61ccc3dba
-SIZE (go/net_frp/frp-v0.70.1/v0.70.1.mod) = 3083
-SHA256 (go/net_frp/frp-v0.70.1/v0.70.1.zip) = f1b3f079cf5376fa558ef0ff2d2ab5d263efbb49c8e744c04083c0ced555faf3
-SIZE (go/net_frp/frp-v0.70.1/v0.70.1.zip) = 997950
+TIMESTAMP = 1788676930
+SHA256 (go/net_frp/frp-v0.71.0/v0.71.0.mod) = 3251167595ce36bec25d6e6c58cc522547faa6136ed80653bb0ce967c6774fbf
+SIZE (go/net_frp/frp-v0.71.0/v0.71.0.mod) = 3084
+SHA256 (go/net_frp/frp-v0.71.0/v0.71.0.zip) = fcf2a06d34abe238521b54516fe7205a27fdc7255ea5e380c09d1eae74870ac2
+SIZE (go/net_frp/frp-v0.71.0/v0.71.0.zip) = 1064202