From owner-svn-ports-head@FreeBSD.ORG Sun Feb 2 02:34:11 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 975) id E80259B0; Sun, 2 Feb 2014 02:34:11 +0000 (UTC) Date: Sun, 2 Feb 2014 02:34:11 +0000 From: "Sergey A. Osokin" To: Bernhard Froehlich Subject: Re: svn commit: r341828 - in head/www: nginx nginx-devel Message-ID: <20140202023411.GC26034@FreeBSD.org> References: <201401301001.s0UA1qoh075598@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201401301001.s0UA1qoh075598@svn.freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Feb 2014 02:34:12 -0000 Please revert back this change, I didn't approve it. -- Sergey A. Osokin osa@FreeBSD.org On Thu, Jan 30, 2014 at 10:01:52AM +0000, Bernhard Froehlich wrote: > Author: decke > Date: Thu Jan 30 10:01:51 2014 > New Revision: 341828 > URL: http://svnweb.freebsd.org/changeset/ports/341828 > QAT: https://qat.redports.org/buildarchive/r341828/ > > Log: > - By popular request enable HTTP_SSL option per default > > With hat: portmgr > Discussed with: osa@ (maintainer) > > Modified: > head/www/nginx-devel/Makefile > head/www/nginx/Makefile > > Modified: head/www/nginx-devel/Makefile > ============================================================================== > --- head/www/nginx-devel/Makefile Thu Jan 30 09:45:42 2014 (r341827) > +++ head/www/nginx-devel/Makefile Thu Jan 30 10:01:51 2014 (r341828) > @@ -3,6 +3,7 @@ > > PORTNAME= nginx > PORTVERSION= 1.5.8 > +PORTREVISION= 1 > CATEGORIES= www > MASTER_SITES= http://nginx.org/download/ > MASTER_SITES+= ${MASTER_SITE_LOCAL} > @@ -105,7 +106,7 @@ OPTIONS_DEFINE= \ > > OPTIONS_SINGLE= VIDEO > OPTIONS_SINGLE_VIDEO= HTTP_MP4 HTTP_MP4_H264 > -OPTIONS_DEFAULT= IPV6 HTTP HTTP_CACHE HTTP_REWRITE HTTP_STATUS WWW > +OPTIONS_DEFAULT= IPV6 HTTP HTTP_CACHE HTTP_REWRITE HTTP_SSL HTTP_STATUS WWW > > DEBUGLOG_DESC= Enable debug log (--with-debug) > FILE_AIO_DESC= Enable file aio > > Modified: head/www/nginx/Makefile > ============================================================================== > --- head/www/nginx/Makefile Thu Jan 30 09:45:42 2014 (r341827) > +++ head/www/nginx/Makefile Thu Jan 30 10:01:51 2014 (r341828) > @@ -3,7 +3,7 @@ > > PORTNAME= nginx > PORTVERSION= 1.4.4 > -PORTREVISION= 2 > +PORTREVISION= 3 > PORTEPOCH= 1 > CATEGORIES= www > MASTER_SITES= http://nginx.org/download/ > @@ -106,7 +106,7 @@ OPTIONS_DEFINE= \ > > OPTIONS_SINGLE= VIDEO > OPTIONS_SINGLE_VIDEO= HTTP_MP4 HTTP_MP4_H264 > -OPTIONS_DEFAULT= IPV6 HTTP HTTP_CACHE HTTP_REWRITE HTTP_STATUS WWW > +OPTIONS_DEFAULT= IPV6 HTTP HTTP_CACHE HTTP_REWRITE HTTP_SSL HTTP_STATUS WWW > > DEBUGLOG_DESC= Enable debug log (--with-debug) > FILE_AIO_DESC= Enable file aio