Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Mar 2021 20:14:28 +0000 (UTC)
From:      Lewis Cook <lcook@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r569354 - head/www/librespeed
Message-ID:  <202103272014.12RKESih001102@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lcook
Date: Sat Mar 27 20:14:28 2021
New Revision: 569354
URL: https://svnweb.freebsd.org/changeset/ports/569354

Log:
  www/librespeed: Update to 5.2.4
  
  While here pet portfmt.
  
  Changes: 		https://github.com/librespeed/speedtest/releases/tag/5.2.4
  PR:			254589
  Submitted by:		Dries Michiels <driesm.michiels@gmail.com> (maintainer)
  Approved by:		tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D29445

Modified:
  head/www/librespeed/Makefile
  head/www/librespeed/distinfo

Modified: head/www/librespeed/Makefile
==============================================================================
--- head/www/librespeed/Makefile	Sat Mar 27 19:03:14 2021	(r569353)
+++ head/www/librespeed/Makefile	Sat Mar 27 20:14:28 2021	(r569354)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	librespeed
-DISTVERSION=	5.2.3
+DISTVERSION=	5.2.4
 CATEGORIES=	www net
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
 
@@ -11,7 +11,7 @@ COMMENT=	Lightweight selfhosted speedtest
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=	php:flavors,web
+USES=		php:flavors,web
 
 USE_GITHUB=	YES
 GH_PROJECT=	speedtest
@@ -24,7 +24,7 @@ PLIST_SUB=	LIBRESPEED_USERNAME=${WWWOWN}
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
-OPTIONS_RADIO=	BACKEND
+OPTIONS_RADIO=		BACKEND
 OPTIONS_RADIO_BACKEND=	MYSQL PGSQL SQLITE
 
 MYSQL_USE=	PHP=mysqli

Modified: head/www/librespeed/distinfo
==============================================================================
--- head/www/librespeed/distinfo	Sat Mar 27 19:03:14 2021	(r569353)
+++ head/www/librespeed/distinfo	Sat Mar 27 20:14:28 2021	(r569354)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1614195211
-SHA256 (librespeed-speedtest-5.2.3_GH0.tar.gz) = 70e42269d7d822a751b3b11b08eba02ac831f31aefd1e3e0cf8b491f46da0ad8
-SIZE (librespeed-speedtest-5.2.3_GH0.tar.gz) = 2122446
+TIMESTAMP = 1616790800
+SHA256 (librespeed-speedtest-5.2.4_GH0.tar.gz) = b48c15b76442987de08f91dd43d680e2efdffc08acb18d367f884d66941c1d5b
+SIZE (librespeed-speedtest-5.2.4_GH0.tar.gz) = 2126415



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103272014.12RKESih001102>