From owner-svn-ports-all@FreeBSD.ORG Tue Apr 8 14:32:54 2014 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 D5C2BECA; Tue, 8 Apr 2014 14:32:54 +0000 (UTC) Received: from mail.feld.me (mail.feld.me [66.170.3.6]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mail.feld.me", Issuer "Gandi Standard SSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5E5BE1858; Tue, 8 Apr 2014 14:32:54 +0000 (UTC) Received: from mail.feld.me (mail.feld.me [66.170.3.6]); by mail.feld.me (OpenSMTPD) with ESMTP id e17a62c3; Tue, 8 Apr 2014 09:32:45 -0500 (CDT) Received: from feld@feld.me by mail.feld.me (Archiveopteryx 3.2.0) with esmtpsa id 1396967564-25567-25564/5/2; Tue, 8 Apr 2014 14:32:44 +0000 Content-Type: text/plain Mime-Version: 1.0 Subject: Re: svn commit: r349818 - head/www/nginx From: Mark Felder In-Reply-To: <5342F077.8000105@freebsd.org> Date: Tue, 8 Apr 2014 09:32:42 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201404010040.s310e5en074822@svn.freebsd.org> <5342F077.8000105@freebsd.org> To: Niclas Zeising X-Mailer: Apple Mail (2.1874) Sender: feld@feld.me 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: Tue, 08 Apr 2014 14:32:54 -0000 On Apr 7, 2014, at 13:37, Niclas Zeising wrote: > On 04/01/14 02:40, Mark Felder wrote: >> Modified: head/www/nginx/Makefile >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> --- 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 @@ >>=20 >> PORTNAME=3D nginx >> PORTVERSION=3D 1.4.7 >> -PORTEPOCH=3D 1 >> +PORTEPOCH=3D 2 >=20 > Was that a mistake? >=20 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