summaryrefslogtreecommitdiff
path: root/net/librespeed-cli
diff options
context:
space:
mode:
Diffstat (limited to 'net/librespeed-cli')
-rw-r--r--net/librespeed-cli/Makefile3
-rw-r--r--net/librespeed-cli/distinfo18
-rw-r--r--net/librespeed-cli/files/patch-go.mod32
-rw-r--r--net/librespeed-cli/files/patch-go.sum20
-rw-r--r--net/librespeed-cli/files/patch-vendor_modules.txt59
5 files changed, 10 insertions, 122 deletions
diff --git a/net/librespeed-cli/Makefile b/net/librespeed-cli/Makefile
index 31e9d13c04e1..3570fbb7f009 100644
--- a/net/librespeed-cli/Makefile
+++ b/net/librespeed-cli/Makefile
@@ -1,7 +1,6 @@
PORTNAME= librespeed-cli
DISTVERSIONPREFIX= v
-DISTVERSION= 1.0.10
-PORTREVISION= 22
+DISTVERSION= 1.0.12
CATEGORIES= net www
MAINTAINER= driesm@FreeBSD.org
diff --git a/net/librespeed-cli/distinfo b/net/librespeed-cli/distinfo
index 529e412516cc..e1a36b47e92f 100644
--- a/net/librespeed-cli/distinfo
+++ b/net/librespeed-cli/distinfo
@@ -1,9 +1,9 @@
-TIMESTAMP = 1679693757
-SHA256 (go/net_librespeed-cli/librespeed-cli-v1.0.10/v1.0.10.mod) = 0564307c5ba5746b08372cf21d82f91a50af3a5aa5f463ec849c8e9cf7eadc1e
-SIZE (go/net_librespeed-cli/librespeed-cli-v1.0.10/v1.0.10.mod) = 624
-SHA256 (go/net_librespeed-cli/librespeed-cli-v1.0.10/v1.0.10.zip) = b8015d4d63ca2a0660255b85ec22a39c9d09386f784c6713316a120435ee4487
-SIZE (go/net_librespeed-cli/librespeed-cli-v1.0.10/v1.0.10.zip) = 31726
-SHA256 (go/net_librespeed-cli/librespeed-cli-v1.0.10/golang-net-v0.8.0_GH0.tar.gz) = f9e2128a2d6861db0595428c7cce62fe5a131348a6c7651b6efa8b03d0b10831
-SIZE (go/net_librespeed-cli/librespeed-cli-v1.0.10/golang-net-v0.8.0_GH0.tar.gz) = 1244302
-SHA256 (go/net_librespeed-cli/librespeed-cli-v1.0.10/golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54
-SIZE (go/net_librespeed-cli/librespeed-cli-v1.0.10/golang-sys-v0.6.0_GH0.tar.gz) = 1434234
+TIMESTAMP = 1750185220
+SHA256 (go/net_librespeed-cli/librespeed-cli-v1.0.12/v1.0.12.mod) = 0aa0a214ffbf9d30f6889ac8b62e88e29fac93243e12935348f2464403a660d1
+SIZE (go/net_librespeed-cli/librespeed-cli-v1.0.12/v1.0.12.mod) = 812
+SHA256 (go/net_librespeed-cli/librespeed-cli-v1.0.12/v1.0.12.zip) = d2d465613a9361e7e0a89d1b0d014871b0fba7c8aff2d5ea3b5eff85b031fdee
+SIZE (go/net_librespeed-cli/librespeed-cli-v1.0.12/v1.0.12.zip) = 33656
+SHA256 (go/net_librespeed-cli/librespeed-cli-v1.0.12/golang-net-v0.8.0_GH0.tar.gz) = f9e2128a2d6861db0595428c7cce62fe5a131348a6c7651b6efa8b03d0b10831
+SIZE (go/net_librespeed-cli/librespeed-cli-v1.0.12/golang-net-v0.8.0_GH0.tar.gz) = 1244302
+SHA256 (go/net_librespeed-cli/librespeed-cli-v1.0.12/golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54
+SIZE (go/net_librespeed-cli/librespeed-cli-v1.0.12/golang-sys-v0.6.0_GH0.tar.gz) = 1434234
diff --git a/net/librespeed-cli/files/patch-go.mod b/net/librespeed-cli/files/patch-go.mod
deleted file mode 100644
index ede36f4178be..000000000000
--- a/net/librespeed-cli/files/patch-go.mod
+++ /dev/null
@@ -1,32 +0,0 @@
---- go.mod.orig 2023-03-24 21:32:43 UTC
-+++ go.mod
-@@ -1,17 +1,22 @@
- module github.com/librespeed/speedtest-cli
-
--go 1.14
-+go 1.17
-
- require (
- github.com/briandowns/spinner v1.12.0
-- github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
-- github.com/fatih/color v1.10.0 // indirect
- github.com/go-ping/ping v0.0.0-20210407214646-e4e642a95741
- github.com/gocarina/gocsv v0.0.0-20210408192840-02d7211d929d
-- github.com/russross/blackfriday/v2 v2.1.0 // indirect
- github.com/sirupsen/logrus v1.8.1
-- github.com/stretchr/testify v1.3.0 // indirect
- github.com/urfave/cli/v2 v2.3.0
-- golang.org/x/net v0.0.0-20210421230115-4e50805a0758 // indirect
-- golang.org/x/sys v0.0.0-20210421221651-33663a62ff08 // indirect
-+)
-+
-+require (
-+ github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
-+ github.com/fatih/color v1.10.0 // indirect
-+ github.com/mattn/go-colorable v0.1.8 // indirect
-+ github.com/mattn/go-isatty v0.0.12 // indirect
-+ github.com/russross/blackfriday/v2 v2.1.0 // indirect
-+ github.com/stretchr/testify v1.3.0 // indirect
-+ golang.org/x/net v0.8.0 // indirect
-+ golang.org/x/sys v0.6.0 // indirect
- )
diff --git a/net/librespeed-cli/files/patch-go.sum b/net/librespeed-cli/files/patch-go.sum
deleted file mode 100644
index 5eb00e150212..000000000000
--- a/net/librespeed-cli/files/patch-go.sum
+++ /dev/null
@@ -1,20 +0,0 @@
---- go.sum.orig 2023-03-24 21:32:45 UTC
-+++ go.sum
-@@ -40,6 +40,8 @@ golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go
- golang.org/x/net v0.0.0-20200904194848-62affa334b73/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA=
- golang.org/x/net v0.0.0-20210421230115-4e50805a0758 h1:aEpZnXcAmXkd6AvLb2OPt+EN1Zu/8Ne3pCqPjja5PXY=
- golang.org/x/net v0.0.0-20210421230115-4e50805a0758/go.mod h1:72T/g9IO56b78aLF+1Kcs5dz7/ng1VjMUvfKvpfy+jM=
-+golang.org/x/net v0.8.0 h1:Zrh2ngAOFYneWTAIAPethzeaQLuHwhuBkuV6ZiRnUaQ=
-+golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
- golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
- golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
- golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-@@ -51,6 +53,8 @@ golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go
- golang.org/x/sys v0.0.0-20210420072515-93ed5bcd2bfe/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
- golang.org/x/sys v0.0.0-20210421221651-33663a62ff08 h1:qyN5bV+96OX8pL78eXDuz6YlDPzCYgdW74H5yE9BoSU=
- golang.org/x/sys v0.0.0-20210421221651-33663a62ff08/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-+golang.org/x/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ=
-+golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
- golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
- golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
- golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
diff --git a/net/librespeed-cli/files/patch-vendor_modules.txt b/net/librespeed-cli/files/patch-vendor_modules.txt
deleted file mode 100644
index 71131755adff..000000000000
--- a/net/librespeed-cli/files/patch-vendor_modules.txt
+++ /dev/null
@@ -1,59 +0,0 @@
---- vendor/modules.txt.orig 2023-03-24 21:34:27 UTC
-+++ vendor/modules.txt
-@@ -1,43 +1,45 @@
- # github.com/briandowns/spinner v1.12.0
--## explicit
-+## explicit; go 1.14
- github.com/briandowns/spinner
- # github.com/cpuguy83/go-md2man/v2 v2.0.0
--## explicit
-+## explicit; go 1.12
- github.com/cpuguy83/go-md2man/v2/md2man
- # github.com/fatih/color v1.10.0
--## explicit
-+## explicit; go 1.13
- github.com/fatih/color
- # github.com/go-ping/ping v0.0.0-20210407214646-e4e642a95741
--## explicit
-+## explicit; go 1.14
- github.com/go-ping/ping
- # github.com/gocarina/gocsv v0.0.0-20210408192840-02d7211d929d
--## explicit
-+## explicit; go 1.13
- github.com/gocarina/gocsv
- # github.com/mattn/go-colorable v0.1.8
-+## explicit; go 1.13
- github.com/mattn/go-colorable
- # github.com/mattn/go-isatty v0.0.12
-+## explicit; go 1.12
- github.com/mattn/go-isatty
- # github.com/russross/blackfriday/v2 v2.1.0
- ## explicit
- github.com/russross/blackfriday/v2
- # github.com/sirupsen/logrus v1.8.1
--## explicit
-+## explicit; go 1.13
- github.com/sirupsen/logrus
- # github.com/stretchr/testify v1.3.0
- ## explicit
- # github.com/urfave/cli/v2 v2.3.0
--## explicit
-+## explicit; go 1.11
- github.com/urfave/cli/v2
--# golang.org/x/net v0.0.0-20210421230115-4e50805a0758
--## explicit
-+# golang.org/x/net v0.8.0
-+## explicit; go 1.17
- golang.org/x/net/bpf
- golang.org/x/net/icmp
- golang.org/x/net/internal/iana
- golang.org/x/net/internal/socket
- golang.org/x/net/ipv4
- golang.org/x/net/ipv6
--# golang.org/x/sys v0.0.0-20210421221651-33663a62ff08
--## explicit
-+# golang.org/x/sys v0.6.0
-+## explicit; go 1.17
- golang.org/x/sys/internal/unsafeheader
- golang.org/x/sys/unix
- golang.org/x/sys/windows