aboutsummaryrefslogtreecommitdiff
path: root/www/mod_qos/Makefile
diff options
context:
space:
mode:
authorEero Hänninen <fax@nohik.ee>2023-03-29 07:24:09 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-03-29 12:38:34 +0000
commit80678167310b1de484fcc93c076e76b9a1111f29 (patch)
tree8a856952ed857a9605edb555f8ac940981d496b3 /www/mod_qos/Makefile
parent96563193740f19a71c23a733f2f960061ed5a413 (diff)
downloadports-80678167310b1de484fcc93c076e76b9a1111f29.tar.gz
ports-80678167310b1de484fcc93c076e76b9a1111f29.zip
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)
Diffstat (limited to 'www/mod_qos/Makefile')
-rw-r--r--www/mod_qos/Makefile4
1 files changed, 2 insertions, 2 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