From owner-svn-ports-head@FreeBSD.ORG Tue Apr 8 14:45:45 2014 Return-Path: Delivered-To: svn-ports-head@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 B13621AF; Tue, 8 Apr 2014 14:45:45 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E3CA196F; Tue, 8 Apr 2014 14:45:45 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 06500BDC5A; Tue, 8 Apr 2014 16:45:42 +0200 (CEST) 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 D5BB2BDC1D; Tue, 8 Apr 2014 16:45:41 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 461DF6127; Tue, 8 Apr 2014 16:45:41 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id CFF3B6B071A1; Tue, 8 Apr 2014 16:45:40 +0200 (CEST) Date: Tue, 08 Apr 2014 16:45:40 +0200 From: Mathieu Arnold To: Mark Felder , Niclas Zeising Subject: Re: svn commit: r349818 - head/www/nginx Message-ID: <420326ED029C08B3A7A7A37C@ogg.in.absolight.net> In-Reply-To: References: <201404010040.s310e5en074822@svn.freebsd.org> <5342F077.8000105@freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline 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: Tue, 08 Apr 2014 14:45:45 -0000 +--On 8 avril 2014 09:32:42 -0500 Mark Felder wrote: | | On Apr 7, 2014, at 13:37, Niclas Zeising wrote: | |> On 04/01/14 02:40, Mark Felder wrote: |>> Modified: head/www/nginx/Makefile |>> ======================================================================= |>> ======= --- head/www/nginx/Makefile Mon Mar 31 23:25:50 2014 (r349817) |>> +++ head/www/nginx/Makefile Tue Apr 1 00:40:05 2014 (r349818) @@ -3,7 |>> +3,7 @@ |>> |>> PORTNAME= nginx |>> PORTVERSION= 1.4.7 |>> -PORTEPOCH= 1 |>> +PORTEPOCH= 2 |> |> Was that a mistake? |> | | I'm not entirely sure, but maybe I misunderstood the behavior. Here was | the chain of events: | | - Update made to www/nginx that should require a PORTREVISION bump | - Couldn't bump PORTREVISION and remove PORTEPOCH | - Bumped PORTEPOCH instead You should have bumped PORTREVISION and stopped there, not touching PORTEPOCH :-) -- Mathieu Arnold