From owner-svn-ports-all@FreeBSD.ORG Fri Dec 6 16:47:53 2013 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 D5A1117A; Fri, 6 Dec 2013 16:47:53 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E0411DEB; Fri, 6 Dec 2013 16:47:53 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 36C1ABDC44; Fri, 6 Dec 2013 17:47:52 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 15026BDC3E; Fri, 6 Dec 2013 17:47:52 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 6F94E6155; Fri, 6 Dec 2013 17:47:51 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 119D165A3583; Fri, 6 Dec 2013 17:47:50 +0100 (CET) Date: Fri, 06 Dec 2013 17:47:50 +0100 From: Mathieu Arnold To: Andrej Zverev , Mathieu Arnold Subject: Re: svn commit: r335584 - head/www/nginx/files Message-ID: <35CE06BD9B13A4C04FF9BA6C@ogg.in.absolight.net> In-Reply-To: References: <201312031808.rB3I8LX3026752@svn.freebsd.org> <2810458563ECCE4995A6F346@ogg.in.absolight.net> <6C5CAF4A651E78FA0271987C@ogg.in.absolight.net> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, "Sergey A. Osokin" , Eygene Ryabinkin , 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: Fri, 06 Dec 2013 16:47:53 -0000 +--On 6 d=C3=A9cembre 2013 20:27:05 +0400 Andrej Zverev = wrote: | On Fri, Dec 6, 2013 at 7:27 PM, Mathieu Arnold wrote: |=20 |> | Supposedly, the second category of people will get nginx with |> | enable-able syslog support from vanilla port at the next update |> | of their tree. SYSLOG_SUPPORT is off by-default, so packages won't |> | be affected too. |>=20 |> Packages built with the default options won't be affected, yes. |> But for people not using packages, or building packages with non default |> options won't know there is a new version of the port. |=20 | PHB contains text in a case where this should be done, and when not. | I'm with osa@ and rea@ here, you are trying make new rules on the fly. Well, yes, but the thing is, the system is not perfect, most of updates of nginx are a modules/plugins update, and if one wants to have the updated version, one has to force the reinstallation of the port, because the version has not changed. For instance, here, I have a few hundreds servers here, I run my own poudriere builds so that I can have sane options for the packages I install, like for instance, for nginx, SSL, most non third parties modules, and a few third parties I need here and there. When some nginx module is updated, and I want poudriere to rebuild it, I have to go and remove the existing package, so that it gets rebuild. I shouldn't have to do that :-) |> You have to bump PORTREVISION when what you change can change the |> package. |=20 | Then find all your commits (at least for two months) and bump | PORTREVISION there for a start ;-) If I bump perl's PORTREVISION and ask people to rebuild everything, I'm going to get lynched :-p --=20 Mathieu Arnold