diff options
author | araujo <araujo@FreeBSD.org> | 2008-04-08 11:23:57 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2008-04-08 11:23:57 +0800 |
commit | f52b26c2c27e24c9ae45d76c69d48963ee2b1b76 (patch) | |
tree | 0e7856ee62ab945c0f399d6909853cdbd19adfd7 /www | |
parent | b719693efd6e90a235c59ceb1e4613ccad9cb561 (diff) | |
download | freebsd-ports-gnome-f52b26c2c27e24c9ae45d76c69d48963ee2b1b76.tar.gz freebsd-ports-gnome-f52b26c2c27e24c9ae45d76c69d48963ee2b1b76.tar.zst freebsd-ports-gnome-f52b26c2c27e24c9ae45d76c69d48963ee2b1b76.zip |
- Update to 2.1.7.
- Always build with libxml2 as a dependency. [1]
PR: ports/122364 [1]
Submitted by: Julian C. Dunn <jdunn@aquezada.com> [1]
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_security2/Makefile | 10 | ||||
-rw-r--r-- | www/mod_security2/distinfo | 6 | ||||
-rw-r--r-- | www/mod_security21/Makefile | 10 | ||||
-rw-r--r-- | www/mod_security21/distinfo | 6 |
4 files changed, 10 insertions, 22 deletions
diff --git a/www/mod_security2/Makefile b/www/mod_security2/Makefile index 5300d24f74a1..ab7e3439cbe0 100644 --- a/www/mod_security2/Makefile +++ b/www/mod_security2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_security2 -PORTVERSION= 2.1.6 +PORTVERSION= 2.1.7 CATEGORIES= www security MASTER_SITES= http://www.modsecurity.org/download/ DISTNAME= ${PORTNAME:S/_//:S/2//}-apache_${PORTVERSION} @@ -15,6 +15,7 @@ MAINTAINER= araujo@FreeBSD.org COMMENT= An intrusion detection and prevention engine USE_APACHE= 2.0+ +USE_GNOME= libxml2 AP_FAST_BUILD= yes AP_GENPLIST= yes MODULENAME= mod_security2 @@ -53,13 +54,6 @@ PLIST_FILES+= ${APACHEETCDIR}/Includes/mod_security2/optional_rules/modsecurity_ .endif -.if defined(WITH_LIBXML2) -AP_EXTRAS+= -DWITH_LIBXML2 -AP_INC= ${LOCALBASE}/include/libxml2 -AP_LIB= ${LOCALBASE}/lib -USE_GNOME= libxml2 -.endif - REINPLACE_ARGS= -i "" .include <bsd.port.pre.mk> diff --git a/www/mod_security2/distinfo b/www/mod_security2/distinfo index 64d1811bdcdb..a083cd29803d 100644 --- a/www/mod_security2/distinfo +++ b/www/mod_security2/distinfo @@ -1,3 +1,3 @@ -MD5 (modsecurity-apache_2.1.6.tar.gz) = 8fb9f6fdf5e41050449530eb56e69a9a -SHA256 (modsecurity-apache_2.1.6.tar.gz) = 144e2c82a5b0f356e11148184d97634302c6c4281aef68d2700b970b84536273 -SIZE (modsecurity-apache_2.1.6.tar.gz) = 679366 +MD5 (modsecurity-apache_2.1.7.tar.gz) = 19c34dd5611e0c516c0717de793f4640 +SHA256 (modsecurity-apache_2.1.7.tar.gz) = 3960aaa4a4f6087f990b0d25c3756c3a505f3b19a909e4724980dc5bbc583513 +SIZE (modsecurity-apache_2.1.7.tar.gz) = 679496 diff --git a/www/mod_security21/Makefile b/www/mod_security21/Makefile index 5300d24f74a1..ab7e3439cbe0 100644 --- a/www/mod_security21/Makefile +++ b/www/mod_security21/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_security2 -PORTVERSION= 2.1.6 +PORTVERSION= 2.1.7 CATEGORIES= www security MASTER_SITES= http://www.modsecurity.org/download/ DISTNAME= ${PORTNAME:S/_//:S/2//}-apache_${PORTVERSION} @@ -15,6 +15,7 @@ MAINTAINER= araujo@FreeBSD.org COMMENT= An intrusion detection and prevention engine USE_APACHE= 2.0+ +USE_GNOME= libxml2 AP_FAST_BUILD= yes AP_GENPLIST= yes MODULENAME= mod_security2 @@ -53,13 +54,6 @@ PLIST_FILES+= ${APACHEETCDIR}/Includes/mod_security2/optional_rules/modsecurity_ .endif -.if defined(WITH_LIBXML2) -AP_EXTRAS+= -DWITH_LIBXML2 -AP_INC= ${LOCALBASE}/include/libxml2 -AP_LIB= ${LOCALBASE}/lib -USE_GNOME= libxml2 -.endif - REINPLACE_ARGS= -i "" .include <bsd.port.pre.mk> diff --git a/www/mod_security21/distinfo b/www/mod_security21/distinfo index 64d1811bdcdb..a083cd29803d 100644 --- a/www/mod_security21/distinfo +++ b/www/mod_security21/distinfo @@ -1,3 +1,3 @@ -MD5 (modsecurity-apache_2.1.6.tar.gz) = 8fb9f6fdf5e41050449530eb56e69a9a -SHA256 (modsecurity-apache_2.1.6.tar.gz) = 144e2c82a5b0f356e11148184d97634302c6c4281aef68d2700b970b84536273 -SIZE (modsecurity-apache_2.1.6.tar.gz) = 679366 +MD5 (modsecurity-apache_2.1.7.tar.gz) = 19c34dd5611e0c516c0717de793f4640 +SHA256 (modsecurity-apache_2.1.7.tar.gz) = 3960aaa4a4f6087f990b0d25c3756c3a505f3b19a909e4724980dc5bbc583513 +SIZE (modsecurity-apache_2.1.7.tar.gz) = 679496 |