Index: head/www/librespeed/Makefile =================================================================== --- head/www/librespeed/Makefile (revision 566506) +++ head/www/librespeed/Makefile (revision 566507) @@ -1,54 +1,54 @@ # $FreeBSD$ PORTNAME= librespeed -DISTVERSION= 5.2.2 +DISTVERSION= 5.2.3 CATEGORIES= www net PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= driesm.michiels@gmail.com COMMENT= Lightweight selfhosted speedtest LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:flavors,web USE_GITHUB= YES GH_PROJECT= speedtest -NO_BUILD= YES NO_ARCH= YES +NO_BUILD= YES +SUB_FILES= pkg-message PLIST_SUB= LIBRESPEED_USERNAME=${WWWOWN} -SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_RADIO= BACKEND OPTIONS_RADIO_BACKEND= MYSQL PGSQL SQLITE MYSQL_USE= PHP=mysqli 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 Index: head/www/librespeed/distinfo =================================================================== --- head/www/librespeed/distinfo (revision 566506) +++ head/www/librespeed/distinfo (revision 566507) @@ -1,3 +1,3 @@ -TIMESTAMP = 1601315693 -SHA256 (librespeed-speedtest-5.2.2_GH0.tar.gz) = 554cd1cad8ffbbb037744256ecfe8bef0e3add566dc54f588cab846f13619c30 -SIZE (librespeed-speedtest-5.2.2_GH0.tar.gz) = 2121725 +TIMESTAMP = 1614195211 +SHA256 (librespeed-speedtest-5.2.3_GH0.tar.gz) = 70e42269d7d822a751b3b11b08eba02ac831f31aefd1e3e0cf8b491f46da0ad8 +SIZE (librespeed-speedtest-5.2.3_GH0.tar.gz) = 2122446 Index: head/www/librespeed/pkg-plist =================================================================== --- head/www/librespeed/pkg-plist (revision 566506) +++ head/www/librespeed/pkg-plist (revision 566507) @@ -1,29 +1,30 @@ %%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/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