Date: Sat, 19 Aug 2017 08:44:30 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448290 - head/www/nginx Message-ID: <201708190844.v7J8iUaj017324@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Sat Aug 19 08:44:30 2017 New Revision: 448290 URL: https://svnweb.freebsd.org/changeset/ports/448290 Log: - www/nginx: set correct GH_TUPLE for modsecurity-devel PR: 220353 Reported by: Marius Halden <marius.h@lden.org> Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D12052 Modified: head/www/nginx/Makefile Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sat Aug 19 08:40:26 2017 (r448289) +++ head/www/nginx/Makefile Sat Aug 19 08:44:30 2017 (r448290) @@ -911,8 +911,8 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-nginx-modsecur .if ${PORT_OPTIONS:MMODSECURITY_DEVEL} LIB_DEPENDS+= libmodsecurity.so.3:www/mod_security-devel -GH_TUPLE+= SiderLaps:ModSecurity-nginx:abbf2c4:modsec -CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_modsec} +GH_TUPLE+= SpiderLabs:ModSecurity-nginx:abbf2c4:modsec +CONFIGURE_ARGS+=--add-module=${WRKSRC_modsec} .endif .if ${PORT_OPTIONS:MNAXSI}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708190844.v7J8iUaj017324>