From owner-svn-ports-head@freebsd.org Fri Jun 24 23:25:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 579D3B8084B; Fri, 24 Jun 2016 23:25:37 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D215126A0; Fri, 24 Jun 2016 23:25:36 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 36deebdd TLS version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Fri, 24 Jun 2016 17:25:08 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r417452 - head/security/doas From: Adam Weinberger In-Reply-To: <201606242317.u5ONHdiK030777@repo.freebsd.org> Date: Fri, 24 Jun 2016 17:25:25 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <68B1BC9B-5FE5-48CD-94C1-5A2066A23516@adamw.org> References: <201606242317.u5ONHdiK030777@repo.freebsd.org> To: Ollivier Robert X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 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: Fri, 24 Jun 2016 23:25:37 -0000 > On 24 Jun, 2016, at 17:17, Ollivier Robert = wrote: >=20 > Author: roberto > Date: Fri Jun 24 23:17:39 2016 > New Revision: 417452 > URL: https://svnweb.freebsd.org/changeset/ports/417452 >=20 > Log: > Change PORTREVISION to something sensible as upstream did not change. >=20 > Reported by: mat >=20 > Modified: > head/security/doas/Makefile >=20 > Modified: head/security/doas/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/security/doas/Makefile Fri Jun 24 23:04:24 2016 = (r417451) > +++ head/security/doas/Makefile Fri Jun 24 23:17:39 2016 = (r417452) > @@ -1,7 +1,7 @@ > # $FreeBSD$ >=20 > PORTNAME=3D doas > -PORTVERSION=3D 5.9 > +PORTVERSION=3D 5.9p1 > CATEGORIES=3D security >=20 > MAINTAINER=3D jsmith@resonatingmedia.com Just for the record here, you changed PORTVERSION, not PORTREVISION. As = a result, if a 5.9.[0-9] gets released, you'll have to bump PORTEPOCH, = because 5.9p1 > 5.9.1. [adamw@apnoea ~] pkg version -t 5.9p1 5.9.1 > # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org