diff --git a/www/librespeed/Makefile b/www/librespeed/Makefile index b63f058b200c..db96972ac86f 100644 --- a/www/librespeed/Makefile +++ b/www/librespeed/Makefile @@ -1,55 +1,54 @@ PORTNAME= librespeed -DISTVERSION= 5.2.4 -PORTREVISION= 1 +DISTVERSION= 5.2.5 CATEGORIES= www net PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= driesm@FreeBSD.org COMMENT= Lightweight selfhosted speedtest LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:flavors,web USE_PHP= ctype json openssl pdo session USE_GITHUB= YES GH_PROJECT= speedtest 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} @${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}/*.html ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/www/librespeed/distinfo b/www/librespeed/distinfo index 8441ba5c7ee4..aac79ac97f4f 100644 --- a/www/librespeed/distinfo +++ b/www/librespeed/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616790800 -SHA256 (librespeed-speedtest-5.2.4_GH0.tar.gz) = b48c15b76442987de08f91dd43d680e2efdffc08acb18d367f884d66941c1d5b -SIZE (librespeed-speedtest-5.2.4_GH0.tar.gz) = 2126415 +TIMESTAMP = 1641314301 +SHA256 (librespeed-speedtest-5.2.5_GH0.tar.gz) = ed1a1d688201ed40514a68cf46738b4cd1ffee992aa838cf45ecc2fc3485c53b +SIZE (librespeed-speedtest-5.2.5_GH0.tar.gz) = 2126708 diff --git a/www/librespeed/pkg-plist b/www/librespeed/pkg-plist index 9f93373f11e9..0595775c2b30 100644 --- a/www/librespeed/pkg-plist +++ b/www/librespeed/pkg-plist @@ -1,30 +1,31 @@ %%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-full.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-singleServer-gauges.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-singleServer-pretty.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-singleServer-progressBar.html @owner %%LIBRESPEED_USERNAME%% @dir %%WWWDIR%%/backend %%WWWDIR%%/backend/empty.php %%WWWDIR%%/backend/garbage.php %%WWWDIR%%/backend/getIP.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/stats.php %%WWWDIR%%/results/telemetry.php %%WWWDIR%%/results/telemetry_db.php %%WWWDIR%%/results/telemetry_mysql.sql %%WWWDIR%%/results/telemetry_postgresql.sql @sample %%WWWDIR%%/results/telemetry_settings.php.sample %%WWWDIR%%/favicon.ico %%WWWDIR%%/speedtest.js %%WWWDIR%%/speedtest_worker.js