svn commit: r374609 - in head/www: nginx nginx-devel

Sergey A. Osokin osa at FreeBSD.org
Fri Dec 12 22:51:49 UTC 2014


Author: osa
Date: Fri Dec 12 22:51:48 2014
New Revision: 374609
URL: https://svnweb.freebsd.org/changeset/ports/374609
QAT: https://qat.redports.org/buildarchive/r374609/

Log:
  Add missing dependency.
  Don't bump PORTREVISION cause the third-party modsecurity module disabled by default.
  
  Patch from:	Ilya Komandyshko <ikomander at gmail.com>

Modified:
  head/www/nginx-devel/Makefile
  head/www/nginx/Makefile

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Fri Dec 12 22:43:24 2014	(r374608)
+++ head/www/nginx-devel/Makefile	Fri Dec 12 22:51:48 2014	(r374609)
@@ -615,6 +615,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/o
 NGINX_MODSECURITY_VERSION=	2.8.0
 LIB_DEPENDS+=	libpcre.so:${PORTSDIR}/devel/pcre \
 		libapr-1.so:${PORTSDIR}/devel/apr1 \
+		libcurl.so:${PORTSDIR}/ftp/curl \
 		libyajl.so:${PORTSDIR}/devel/yajl
 USE_APACHE=	22+
 USE_GNOME=	libxml2

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Fri Dec 12 22:43:24 2014	(r374608)
+++ head/www/nginx/Makefile	Fri Dec 12 22:51:48 2014	(r374609)
@@ -628,6 +628,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/o
 NGINX_MODSECURITY_VERSION=	2.8.0
 LIB_DEPENDS+=	libpcre.so:${PORTSDIR}/devel/pcre \
 		libapr-1.so:${PORTSDIR}/devel/apr1 \
+		libcurl.so:${PORTSDIR}/ftp/curl \
 		libyajl.so:${PORTSDIR}/devel/yajl
 USE_APACHE=	22+
 USE_GNOME=	libxml2


More information about the svn-ports-head mailing list