diff --git a/www/librespeed/Makefile b/www/librespeed/Makefile index f56502509c77..2656ec82b665 100644 --- a/www/librespeed/Makefile +++ b/www/librespeed/Makefile @@ -1,57 +1,57 @@ PORTNAME= librespeed DISTVERSIONPREFIX= v -DISTVERSION= 5.5.1 +DISTVERSION= 6.1.0 CATEGORIES= www net PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= driesm@FreeBSD.org COMMENT= Lightweight selfhosted speedtest WWW= https://github.com/librespeed/speedtest LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:flavors,web USE_GITHUB= YES GH_PROJECT= speedtest USE_PHP= ctype pdo session NO_ARCH= YES NO_BUILD= YES SUB_FILES= pkg-message PLIST_SUB= LIBRESPEED_USERNAME=${WWWOWN} OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_RADIO= BACKEND OPTIONS_RADIO_BACKEND= MYSQL PGSQL SQLITE MYSQL_USE= PHP=pdo_mysql PGSQL_USE= PHP=pdo_pgsql SQLITE_USE= PHP=pdo_sqlite do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} ${CP} -a ${WRKSRC}/*.js ${WRKSRC}/favicon.ico ${STAGEDIR}${WWWDIR} ${CP} -a ${WRKSRC}/index.html ${STAGEDIR}${WWWDIR}/index.html.sample @${MKDIR} ${STAGEDIR}${WWWDIR}/backend cd ${WRKSRC}/backend && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/backend @${MKDIR} ${STAGEDIR}${WWWDIR}/results cd ${WRKSRC}/results && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/results ${INSTALL_DATA} ${WRKSRC}/results/telemetry_settings.php \ ${STAGEDIR}${WWWDIR}/results/telemetry_settings.php.sample ${INSTALL_DATA} ${WRKSRC}/backend/getIP_ipInfo_apikey.php \ ${STAGEDIR}${WWWDIR}/backend/getIP_ipInfo_apikey.php.sample post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/doc.md ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${CP} -a ${WRKSRC}/examples/*.html ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/www/librespeed/distinfo b/www/librespeed/distinfo index 10077e15245c..c6707e4e9540 100644 --- a/www/librespeed/distinfo +++ b/www/librespeed/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1768253914 -SHA256 (librespeed-speedtest-v5.5.1_GH0.tar.gz) = 590fa298e9ddff40f753869fea334ec9594c27cc9dd292ea7a0ea8480cc72b4c -SIZE (librespeed-speedtest-v5.5.1_GH0.tar.gz) = 21011689 +TIMESTAMP = 1776588769 +SHA256 (librespeed-speedtest-v6.1.0_GH0.tar.gz) = 2032765ade84a36d0c0a896617002fd0afa90aaccb56255af05dd4b97f7555fb +SIZE (librespeed-speedtest-v6.1.0_GH0.tar.gz) = 22101890 diff --git a/www/librespeed/pkg-plist b/www/librespeed/pkg-plist index 355253b931bf..16a286e61af1 100644 --- a/www/librespeed/pkg-plist +++ b/www/librespeed/pkg-plist @@ -1,37 +1,39 @@ %%PORTDOCS%%%%DOCSDIR%%/doc.md %%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-gauges.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-singleServer-modern.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-singleServer-pretty.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-singleServer-progressBar.html @owner %%LIBRESPEED_USERNAME%% @dir %%WWWDIR%%/backend %%WWWDIR%%/backend/country_asn.mmdb %%WWWDIR%%/backend/empty.php %%WWWDIR%%/backend/garbage.php %%WWWDIR%%/backend/geoip2.phar %%WWWDIR%%/backend/getIP.php %%WWWDIR%%/backend/getIP_util.php @sample %%WWWDIR%%/backend/getIP_ipInfo_apikey.php.sample @dir %%WWWDIR%%/results %%WWWDIR%%/results/OpenSans-Light.ttf %%WWWDIR%%/results/OpenSans-Semibold.ttf %%WWWDIR%%/results/idObfuscation.php %%WWWDIR%%/results/index.php %%WWWDIR%%/results/json.php %%WWWDIR%%/results/sanitycheck.php %%WWWDIR%%/results/stats.php %%WWWDIR%%/results/telemetry.php %%WWWDIR%%/results/telemetry_db.php %%WWWDIR%%/results/telemetry_mssql.sql %%WWWDIR%%/results/telemetry_mysql.sql %%WWWDIR%%/results/telemetry_postgresql.sql @sample %%WWWDIR%%/results/telemetry_settings.php.sample +%%WWWDIR%%/design-switch.js %%WWWDIR%%/favicon.ico @sample %%WWWDIR%%/index.html.sample +%%WWWDIR%%/playwright.config.js %%WWWDIR%%/speedtest.js %%WWWDIR%%/speedtest_worker.js