From owner-svn-ports-all@FreeBSD.ORG Fri Dec 6 18:19:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA06D30F; Fri, 6 Dec 2013 18:19:52 +0000 (UTC) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.233.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6C8F71481; Fri, 6 Dec 2013 18:19:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=codelabs.ru; s=three; h=Sender:In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=AE2yfNGgszg/JLRtAOpk7a7aFf2xqbQl3W+kbgX1meI=; b=MFcILNP+8GI/yE1VA8mqSQ/asHQsFMzUfx5HJ/YrXwFOZQvUm52x0k5JmciZG72lEy4r0W6KwtadUlCt3Hu4qjDe905mGzC104CRtSOHaV2PNJ4NyBlgRQw48LQH7uwBD3GLqn3Ry8tJRkygvJzC/QQD4cwRMIF0qAGunIyXod3VUY+e0wkX/ek8hXt/xYp8kfxms/2u5hgaF+XZ1dp6QbPmQuuIgQmpF0FvfDiF55Le8BshaJGABICizpV8ravwbmpPOamhElZkeIGeJhqunrE5bZ6wReTp3uKP6HDLCVSoFFlzt2VyjZntei0YBDZJXG3suhRvu75JLeAiu6bPmfGhmdJgKUcBOGUEwsIqJeIZbxH283OJ1QdDGjZnl72lnBzcNi8YuEPERtdTd0H1gotTxBJ8PkY3XWw3KxlatZDbvoHEGuDvK8YvhzLV0NxC0qPKJJKRJAvTmqhpz9d9X0uAtQ+sey5VnSEW4a75UJtnxRk0pM6Q8AA5LLcsPUaCpHMp8NEE6vLjlb8snwcb6ODXRomijuqEy8eEgK146iiakTOWU00SPcLQbcqzY0dTEGWHzGNdZvcDZL7NX6KoLM8NaYgY4oL0qv6koXAq4dOOhuCaQfaeTgIsIoJwyMA7hzXnQq6b5FEWUsgQoxgRhLigxLN59pSgqAaGvAKKxF4=; Received: from light.codelabs.ru (v-light.codelabs.ru [144.206.233.83]) by 0.mx.codelabs.ru with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) id 1Vp00D-0007TQ-Ob; Fri, 06 Dec 2013 22:19:50 +0400 Date: Fri, 6 Dec 2013 22:19:45 +0400 From: Eygene Ryabinkin To: Mathieu Arnold Subject: Re: svn commit: r335584 - head/www/nginx/files Message-ID: References: <201312031808.rB3I8LX3026752@svn.freebsd.org> <2810458563ECCE4995A6F346@ogg.in.absolight.net> <6C5CAF4A651E78FA0271987C@ogg.in.absolight.net> <35CE06BD9B13A4C04FF9BA6C@ogg.in.absolight.net> <0099B7A672D5D96FF2B87B1A@ogg.in.absolight.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ZGiS0Q5IWpPtfppv" Content-Disposition: inline In-Reply-To: <0099B7A672D5D96FF2B87B1A@ogg.in.absolight.net> Sender: rea@codelabs.ru Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, "Sergey A. Osokin" , Andrej Zverev , 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 18:19:53 -0000 --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Fri, Dec 06, 2013 at 06:36:20PM +0100, Mathieu Arnold wrote: > +--On 6 d=C3=A9cembre 2013 21:14:41 +0400 Andrej Zverev = wrote: > |> If I bump perl's PORTREVISION and ask people to rebuild everything, I'm > |> going to get lynched :-p > | Yes, but why I need to update nginx every time (by your logic) if I > | don't use modules which are not default? ) >=20 > Well, I don't know, maybe add, say : >=20 > PASSENGER_REVISION=3D2 > PORTREVISION:=3D ${PORTREVISION} + ${PASSENGER_REVISION} >=20 > and increment that each time passenger is updated ? =2E.. and if one doesn't use passenger, its revision must be set to 0. I had thought about this, but it won't work in case there are at least two modules and admin changes his mind about their set. Say, one is using passenger that is updated frequently and isn't using syslog. Then he, for example, tries to the reciprocal thing: use syslog, but skip passenger and syslog's revision grows very sloow. You will effectively get PORTREVISION that decrements. Example with two modules isn't very bright, but when I am sometimes trying to rethink Apache's modules, I may really include some new modules and drop some old ones, because I had found a new way to configure my services. --=20 Eygene Ryabinkin ,,,^..^,,, [ Life's unfair - but root password helps! | codelabs.ru ] [ 82FE 06BC D497 C0DE 49EC 4FF0 16AF 9EAE 8152 ECFB | freebsd.org ] --ZGiS0Q5IWpPtfppv Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iL4EABEKAGYFAlKiFUFfFIAAAAAALgAoaXNzdWVyLWZwckBub3RhdGlvbnMub3Bl bnBncC5maWZ0aGhvcnNlbWFuLm5ldDgyRkUwNkJDRDQ5N0MwREU0OUVDNEZGMDE2 QUY5RUFFODE1MkVDRkIACgkQFq+eroFS7Pt9+wD9EUFIgfcxo4KvrPd0ImSW7lwm QC0i46AlQc9h3b1Av70A/A/RqeTBYNaMKm0uLZv1ItfWzfBNqKG++LpTioIpZuSU =wEUi -----END PGP SIGNATURE----- --ZGiS0Q5IWpPtfppv--