Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2019 15:23:12 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519811 - head/www/nginx-devel
Message-ID:  <201912111523.xBBFNCVG091290@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Wed Dec 11 15:23:11 2019
New Revision: 519811
URL: https://svnweb.freebsd.org/changeset/ports/519811

Log:
  The stream module doesn't imply on the http module in terms of
  SSL/TLS usage.
  
  Bump PORTREVISION.

Modified:
  head/www/nginx-devel/Makefile

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Wed Dec 11 15:13:20 2019	(r519810)
+++ head/www/nginx-devel/Makefile	Wed Dec 11 15:23:11 2019	(r519811)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nginx
 PORTVERSION=	1.17.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	https://nginx.org/download/ \
 		LOCAL/osa
@@ -178,7 +178,7 @@ MAIL_SMTP_CONFIGURE_OFF=	--without-mail_smtp_module
 MAIL_SSL_USES=			ssl
 MAIL_SSL_CONFIGURE_ON=		--with-mail_ssl_module
 STREAM_VARS=			DSO_BASEMODS+=stream
-STREAM_SSL_IMPLIES=		HTTP_SSL
+STREAM_SSL_USES=		ssl
 STREAM_SSL_CONFIGURE_ON=	--with-stream_ssl_module
 STREAM_SSL_PREREAD_CONFIGURE_ON=--with-stream_ssl_preread_module
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912111523.xBBFNCVG091290>