From owner-svn-ports-all@freebsd.org Sun Oct 30 17:45:21 2016 Return-Path: Delivered-To: svn-ports-all@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 C7289C272C0; Sun, 30 Oct 2016 17:45:21 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 530621DA0; Sun, 30 Oct 2016 17:45:20 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id 42877575 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sun, 30 Oct 2016 11:45:19 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.1 \(3251\)) Subject: Re: svn commit: r424955 - in head/security/acme-client: . files From: Adam Weinberger In-Reply-To: <201610301644.u9UGi82F028964@repo.freebsd.org> Date: Sun, 30 Oct 2016 11:45:17 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <2F89847D-9250-4C55-B611-1A58D70FD6A6@adamw.org> References: <201610301644.u9UGi82F028964@repo.freebsd.org> To: Bernard Spil X-Mailer: Apple Mail (2.3251) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 30 Oct 2016 17:45:21 -0000 > On 30 Oct, 2016, at 10:44, Bernard Spil wrote: >=20 > Author: brnrd > Date: Sun Oct 30 16:44:08 2016 > New Revision: 424955 > URL: https://svnweb.freebsd.org/changeset/ports/424955 >=20 > Log: > security/acme-client: Roll back to STATIC option >=20 > - Too many issues with the LibreSSL BUILD_DEPENDS >=20 > PR: 213695 >=20 > Added: > head/security/acme-client/files/extra-patch-GNUmakefile > - copied unchanged from r423517, = head/security/acme-client/files/extra-patch-GNUmakefile > Modified: > head/security/acme-client/Makefile >=20 > Modified: head/security/acme-client/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/acme-client/Makefile Sun Oct 30 16:19:26 2016 = (r424954) > +++ head/security/acme-client/Makefile Sun Oct 30 16:44:08 2016 = (r424955) > @@ -3,7 +3,7 @@ >=20 > PORTNAME=3D acme-client > PORTVERSION=3D 0.1.11 > -PORTREVISION=3D 2 > +PORTREVISION=3D 1 PORTREVISION went backwards here. It's fine to leave it at 2 (people = using OpenSSL may already have successfully updated, and people with = LibreSSL just had failures), but going backwards means that OpenSSL = people might not get whatever the next PORTREVISION 2 becomes. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org