diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2018-03-21 19:50:35 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2018-03-21 19:50:35 +0000 |
commit | 636881f4c253addbf7f547590cc52996bf813990 (patch) | |
tree | b7659fd8951e5c57b75a2ee7c2cfedc130eee355 /www/mod_security | |
parent | df79c6de9f49e4d5c35c6bec8f5a3481f4887c71 (diff) | |
download | freebsd-ports-636881f4c253addbf7f547590cc52996bf813990.zip |
devel/apr1: Fix runtime issues of dependent port
- iconv is in base in all supported FreeBSD versions
- Fix build with MariaDB 10.2 [2]
- Bump portrevision in dependencies
PR: 226705 [1], 226026 [2]
With hat: apache
Approved by: joneum (apache)
Diffstat (limited to 'www/mod_security')
-rw-r--r-- | www/mod_security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mod_security/Makefile b/www/mod_security/Makefile index 08351c32703a..defc1763ff42 100644 --- a/www/mod_security/Makefile +++ b/www/mod_security/Makefile @@ -2,6 +2,7 @@ PORTNAME= mod_security PORTVERSION= 2.9.2 +PORTREVISION= 1 CATEGORIES= www security MASTER_SITES= http://www.modsecurity.org/tarball/${PORTVERSION}/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} |