Date: Wed, 29 Mar 2023 12:43:17 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 80678167310b - main - www/mod_qos: Update to 11.73 Message-ID: <202303291243.32TChH7V028003@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=80678167310b1de484fcc93c076e76b9a1111f29 commit 80678167310b1de484fcc93c076e76b9a1111f29 Author: Eero Hänninen <fax@nohik.ee> AuthorDate: 2023-03-29 07:24:09 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2023-03-29 12:38:34 +0000 www/mod_qos: Update to 11.73 ChangeLog: http://mod-qos.sourceforge.net/CHANGES.txt *change dependcy pcre to pcre2 *fix compilation problem in fbsd 14.0-CURRENT PR: 270019 Reported by: fax@nohik.ee (maintainer) --- www/mod_qos/Makefile | 4 ++-- www/mod_qos/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/mod_qos/Makefile b/www/mod_qos/Makefile index a0e7ba87df2a..f42f0bf6b891 100644 --- a/www/mod_qos/Makefile +++ b/www/mod_qos/Makefile @@ -1,5 +1,5 @@ PORTNAME= mod_qos -DISTVERSION= 11.72 +DISTVERSION= 11.73 CATEGORIES= www MASTER_SITES= SF/mod-qos DIST_SUBDIR= apache2 @@ -10,7 +10,7 @@ WWW= http://opensource.adnovum.ch/mod_qos/ LICENSE= APACHE20 -LIB_DEPENDS= libpcre.so:devel/pcre +LIB_DEPENDS= libpcre2-8.so:devel/pcre2 USES= apache diff --git a/www/mod_qos/distinfo b/www/mod_qos/distinfo index c50c03172372..5086360fd86f 100644 --- a/www/mod_qos/distinfo +++ b/www/mod_qos/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654023547 -SHA256 (apache2/mod_qos-11.72.tar.gz) = a03e57ccf2134a89092f78aa856dbdaa57131f8a5dcf0eaa7d763ed7e7373799 -SIZE (apache2/mod_qos-11.72.tar.gz) = 1283276 +TIMESTAMP = 1678221389 +SHA256 (apache2/mod_qos-11.73.tar.gz) = 5ff33dcd54585fe2787c79ba5088d117d854d4ba5cc50ddaae9e02b92a5153e4 +SIZE (apache2/mod_qos-11.73.tar.gz) = 1288540
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303291243.32TChH7V028003>