Skip to content

Commit

Permalink
net/ooni-probe-cli: update to 3.21.1, still BROKEN
Browse files Browse the repository at this point in the history
Unexpire the port, but it remains broken due to PR 272643.
It now depends on the default Go version instead of the
removed lang/go118

PR:	270020
  • Loading branch information
rene0 committed Apr 22, 2024
1 parent e934250 commit f2b44b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
11 changes: 4 additions & 7 deletions net/ooni-probe-cli/Makefile
@@ -1,7 +1,6 @@
PORTNAME= ooni-probe-cli
DISTVERSIONPREFIX= v
DISTVERSION= 3.15.3
PORTREVISION= 11
DISTVERSION= 3.21.1
CATEGORIES= net www benchmarks

MAINTAINER= egypcio@FreeBSD.org
Expand All @@ -11,17 +10,15 @@ WWW= https://ooni.org/about/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE

BROKEN= requires unsupported go1.18
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE= 2024-04-24
BROKEN= https://bugs.freebsd.org/272643

RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss

# USES= go:1.18,modules
USES= go:modules

GO_BUILDFLAGS= -ldflags '-s -w -extldflags "-static"'
GO_MODULE= github.com/ooni/probe-cli/v3
GO_TARGET= ./cmd/ooniprobe
GO_BUILDFLAGS= -ldflags '-s -w -extldflags "-static"'

PLIST_FILES= bin/ooniprobe

Expand Down
10 changes: 5 additions & 5 deletions net/ooni-probe-cli/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1659198761
SHA256 (go/net_ooni-probe-cli/ooni-probe-cli-v3.15.3/v3.15.3.mod) = 509906e9ead44e1eebb325f43209afa94520fc9dc8a84b39c342e22ff482fce7
SIZE (go/net_ooni-probe-cli/ooni-probe-cli-v3.15.3/v3.15.3.mod) = 5604
SHA256 (go/net_ooni-probe-cli/ooni-probe-cli-v3.15.3/v3.15.3.zip) = 0ff672eb3b9df8e46e0d54241c0e1c42ed4dbbabb9d414039bbd29262a9d7b4c
SIZE (go/net_ooni-probe-cli/ooni-probe-cli-v3.15.3/v3.15.3.zip) = 2054078
TIMESTAMP = 1713008454
SHA256 (go/net_ooni-probe-cli/ooni-probe-cli-v3.21.1/v3.21.1.mod) = c58314ed2588a8618365b4ee7ec03b570d53345c4c0e3b14850c17d044813112
SIZE (go/net_ooni-probe-cli/ooni-probe-cli-v3.21.1/v3.21.1.mod) = 7615
SHA256 (go/net_ooni-probe-cli/ooni-probe-cli-v3.21.1/v3.21.1.zip) = 0d1fd7edb7aff39edd24d63a41b4249678c72e0b264092fe148301edd267dae6
SIZE (go/net_ooni-probe-cli/ooni-probe-cli-v3.21.1/v3.21.1.zip) = 3886575

0 comments on commit f2b44b3

Please sign in to comment.