git: 9824453affa0 - main - net/librespeed-go: update to 1.1.5

From: Dries Michiels <driesm_at_FreeBSD.org>
Date: Fri, 08 Jul 2022 19:40:40 UTC
The branch main has been updated by driesm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9824453affa0011c518802eb2b3892cadb958dc6

commit 9824453affa0011c518802eb2b3892cadb958dc6
Author:     Dries Michiels <driesm@FreeBSD.org>
AuthorDate: 2022-07-08 19:03:57 +0000
Commit:     Dries Michiels <driesm@FreeBSD.org>
CommitDate: 2022-07-08 19:40:26 +0000

    net/librespeed-go: update to 1.1.5
    
    Changes:        https://github.com/librespeed/speedtest-go/releases/tag/v1.1.5
---
 net/librespeed-go/Makefile             |  3 +--
 net/librespeed-go/distinfo             | 10 +++++-----
 net/librespeed-go/files/pkg-message.in |  3 ++-
 net/librespeed-go/pkg-plist            | 10 +++++++++-
 4 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/net/librespeed-go/Makefile b/net/librespeed-go/Makefile
index 8b8bc186b09b..6fb47bef96c7 100644
--- a/net/librespeed-go/Makefile
+++ b/net/librespeed-go/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	librespeed-go
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.1.4
-PORTREVISION=	2
+DISTVERSION=	1.1.5
 CATEGORIES=	net www
 
 MAINTAINER=	driesm@FreeBSD.org
diff --git a/net/librespeed-go/distinfo b/net/librespeed-go/distinfo
index 9ca5d3623ca2..eace8bd96abf 100644
--- a/net/librespeed-go/distinfo
+++ b/net/librespeed-go/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1632048939
-SHA256 (go/net_librespeed-go/librespeed-go-v1.1.4/v1.1.4.mod) = 4b8b82ecf25d90c7d9ba9560487be6f9a4be3bcba2c8409c74f6fe816da4b57a
-SIZE (go/net_librespeed-go/librespeed-go-v1.1.4/v1.1.4.mod) = 952
-SHA256 (go/net_librespeed-go/librespeed-go-v1.1.4/v1.1.4.zip) = 75a82716b0cec884145a491c53ba9a8b28f3a872fd5b17aaca458158bc042f6d
-SIZE (go/net_librespeed-go/librespeed-go-v1.1.4/v1.1.4.zip) = 2262145
+TIMESTAMP = 1657306990
+SHA256 (go/net_librespeed-go/librespeed-go-v1.1.5/v1.1.5.mod) = aaaaa4b204e0b72fce3edc5b83d5180fa8e980a32f152b241f3600983763672f
+SIZE (go/net_librespeed-go/librespeed-go-v1.1.5/v1.1.5.mod) = 856
+SHA256 (go/net_librespeed-go/librespeed-go-v1.1.5/v1.1.5.zip) = b2640d3cc90f82a7656cfd7fe1d3c4edf560bcf7b83c13303245f7675a1c7850
+SIZE (go/net_librespeed-go/librespeed-go-v1.1.5/v1.1.5.zip) = 2293935
diff --git a/net/librespeed-go/files/pkg-message.in b/net/librespeed-go/files/pkg-message.in
index 61a06c675347..1cd558f6fede 100644
--- a/net/librespeed-go/files/pkg-message.in
+++ b/net/librespeed-go/files/pkg-message.in
@@ -3,8 +3,9 @@
   message: <<EOM
 Copy your preferred example from %%EXAMPLESDIR%% to
 %%WWWDIR%%/index.html.
+To use the backend feature, be sure to copy a -full example.
 	cd %%EXAMPLESDIR%%
-	cp -a index.html %%WWWDIR%%/index.html
+	cp -a example-singleServer-full.html %%WWWDIR%%/index.html
 
 To automatically start librespeed-go at boot time:
         sysrc librespeed_go_enable="YES"
diff --git a/net/librespeed-go/pkg-plist b/net/librespeed-go/pkg-plist
index 514fdd2ad3be..648b302f4aae 100644
--- a/net/librespeed-go/pkg-plist
+++ b/net/librespeed-go/pkg-plist
@@ -1,7 +1,15 @@
 bin/librespeed-go
 @sample %%ETCDIR%%/settings.toml.sample
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-multipleServers-full.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-multipleServers-pretty.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-singleServer-basic.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-singleServer-chart.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-singleServer-customSettings.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-singleServer-full.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-singleServer-gauges.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-singleServer-pretty.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-singleServer-progressBar.html
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/linode.html
 %%WWWDIR%%/speedtest.js
 %%WWWDIR%%/speedtest_worker.js
 @owner %%LIBRESPEED_USER%%