1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/www/mod_qos/Makefile
Eero Hänninen 9cbb89ee80 www/mod_qos: Update to 11.74
ChangeLog: https://mod-qos.sourceforge.net/CHANGES.txt

- Fixed: Potential counter overflow for early event detection (increment before
  block) or log only mode.

PR:		271703
Reported by:	fax@nohik.ee (maintainer)
2023-05-31 08:31:52 +02:00

23 lines
378 B
Makefile

PORTNAME= mod_qos
DISTVERSION= 11.74
CATEGORIES= www
MASTER_SITES= SF/mod-qos
DIST_SUBDIR= apache2
MAINTAINER= fax@nohik.ee
COMMENT= QoS for Apache
WWW= https://mod-qos.sourceforge.net/
LICENSE= APACHE20
LIB_DEPENDS= libpcre2-8.so:devel/pcre2
USES= apache
AP_FAST_BUILD= yes
AP_GENPLIST= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/apache2
.include <bsd.port.mk>