Skip to content

Commit

Permalink
net/librespeed-go: update to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
driesmp committed Jul 8, 2022
1 parent 8b5689d commit 9824453
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
3 changes: 1 addition & 2 deletions 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
Expand Down
10 changes: 5 additions & 5 deletions 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
3 changes: 2 additions & 1 deletion net/librespeed-go/files/pkg-message.in
Expand Up @@ -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"
Expand Down
10 changes: 9 additions & 1 deletion 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%%
Expand Down

0 comments on commit 9824453

Please sign in to comment.