From owner-svn-ports-all@FreeBSD.ORG Sun Feb 2 07:01:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9A4A3D9 for ; Sun, 2 Feb 2014 07:01:04 +0000 (UTC) Received: from mail-oa0-x233.google.com (mail-oa0-x233.google.com [IPv6:2607:f8b0:4003:c02::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 777E8131E for ; Sun, 2 Feb 2014 07:01:04 +0000 (UTC) Received: by mail-oa0-f51.google.com with SMTP id h16so6984199oag.10 for ; Sat, 01 Feb 2014 23:01:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=LT3d0sGKEd6xSFHCYKv79RV3sTfhIj9fuzxYSIk0zzM=; b=Zr+SYCCJPBY8J5dP0jI+MwIM1AbZRD/oHHz6wEZjPr4ZlgxJG8bpg3YCJDRb2Bb1y9 knpExZU/N+TyNAvRm6q2M4pCirF0JZFL0W9UcUYIZdHs9mBR8PzXnmspau2fvOcXO+Yb AiignOqpfAxjXQVlx+u91lY0i7Vjzu9XqDYfg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=LT3d0sGKEd6xSFHCYKv79RV3sTfhIj9fuzxYSIk0zzM=; b=GtaFcyBKGQS2NVloDY+2qX5FQctz5+VTNXEcNPiYpOMQEZWWBsAiAZR3Kcjm4W0Msb 8vasofMBRefigVC3tpMdeye1+bVOyEjNMl2P1BudEaJrPVGkFws77KT2jEHrICQJXFI0 XiVl6wh0nBteH37amzqs0FTs+Bn/7gBj9qBXadR6/I0HDP7CQheK0Mf2/5cU+G7FPO4a mIefWBR6iKZY+ZQbdnKQFXC1v5IDabunrSbZANX94r63IC4S7pZdB7ULWlQnlU4b+dIQ gOk1YQV+wKoSw2mza+2ljHd8TvfNob1cv5Z71Lq6LoAbkE0hECgWrXy8m9lF0fLoopQM QiFQ== X-Gm-Message-State: ALoCoQkWPl6CZK4k0Vx94Su8G8k3YBnv91H2//m9UHykWPQYKY9BoB7JWsGLqU7nAxeDk6ceicmn MIME-Version: 1.0 X-Received: by 10.182.72.234 with SMTP id g10mr24903592obv.21.1391324463173; Sat, 01 Feb 2014 23:01:03 -0800 (PST) Received: by 10.76.144.71 with HTTP; Sat, 1 Feb 2014 23:01:03 -0800 (PST) X-Originating-IP: [46.74.156.79] Received: by 10.76.144.71 with HTTP; Sat, 1 Feb 2014 23:01:03 -0800 (PST) In-Reply-To: <20140202023411.GC26034@FreeBSD.org> References: <201401301001.s0UA1qoh075598@svn.freebsd.org> <20140202023411.GC26034@FreeBSD.org> Date: Sun, 2 Feb 2014 08:01:03 +0100 Message-ID: Subject: Re: svn commit: r341828 - in head/www: nginx nginx-devel From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: "Sergey A. Osokin" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Feb 2014 07:01:04 -0000 Hello Sergey, Is there a specific reason why you want it to be reverted? The change was discussed on portmgr before it was committed and there is no need to have an explicit approval from you. The change was requested by many people over a long time even on a few conferences so it was about time to enable it per default. I even contacted you upfront asking for technical advise and did send you an answer about your USE_OPENSSL related wishes. After consideration by multiple people on portmgr we felt it is good to proceed so I've done the commit. Am 02.02.2014 03:34 schrieb "Sergey A. Osokin" : > > 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