From owner-svn-ports-all@freebsd.org Wed Sep 12 11:02:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5C9C108FC0F; Wed, 12 Sep 2018 11:02:51 +0000 (UTC) (envelope-from brnrd@freebsd.org) Received: from smtp02.qsp.nl (smtp02.qsp.nl [193.254.214.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DFD87DA68; Wed, 12 Sep 2018 11:02:51 +0000 (UTC) (envelope-from brnrd@freebsd.org) Received: from mail.brnrd.eu (unknown [193.164.217.85]) by smtp02.qsp.nl (Postfix) with ESMTPSA id F1A1815412; Wed, 12 Sep 2018 13:02:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=brnrd.eu; h=date:from:to:subject:message-id; s=default; bh=E2ruj+2nAmnYI5xKsnQFDOClZfClEqq9hUzbjaxg18g=; b=B6uC8EWNvVjQntTMVHTkYIFeKF0x9GTQJAxhoXeq3W0RAuh6lzfjWbAgZS0PeBs6xVtpoUK+GLPlB7R3PW36Q0STBP4/InPwhKMtRFli/yMao/olKD9Kf9h2QOY65KWMjWVgj7PGGA0CKl++9qHH9Q2rcRwUbLtXn5gQtaHodDV0XYONEDJu7ja1unOCZrO7zOQIaF/m+SRPikTBS/abXIudNPRfk9VjTYzHiX/BZlfjmh2dXfGXUpSMryMwg2FDkyjYCzs3jSt3wfalEf9gwjhNZSsflagiU2raGRRDwGUj647qMzekEZviNiaAjyjOORxXv22ORfVsMoaoYONZjA== Received: by brnrd.eu (OpenSMTPD) with ESMTPSA id f5c00269 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Wed, 12 Sep 2018 13:02:39 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 12 Sep 2018 13:02:39 +0200 From: Bernard Spil To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r479592 - in head/security: . openssl111 openssl111/files In-Reply-To: <20180912103716.GA80305@FreeBSD.org> References: <201809121009.w8CA9m3L074418@repo.freebsd.org> <20180912103716.GA80305@FreeBSD.org> Message-ID: <77e30ab64ae99c7d92ca8138cdebc09a@freebsd.org> X-Sender: brnrd@freebsd.org User-Agent: Roundcube Webmail/1.3.7 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Wed, 12 Sep 2018 11:02:52 -0000 On 2018-09-12 12:37, Alexey Dokuchaev wrote: > On Wed, Sep 12, 2018 at 10:09:48AM +0000, Bernard Spil wrote: >> New Revision: 479592 >> URL: https://svnweb.freebsd.org/changeset/ports/479592 >> >> Log: >> security/openssl111: Add new OpenSSL port > > Why it wasn't repocopied from an existing one? Also, why another > OpenSSL > port is needed? Commit log did not explain this. > > ./danfe Sorry about the missing repocopy, that's my error. I've requested guidance from ports@ and portmgr@ multiple times for naming of the ports and going forward with this without sufficient feedback. openssl-devel is already a misleading name, it has been release since 1.1.0 on 2016-08-25. Suggestions to add an openssl-trunk or openssl-master port for 1.1.1 were equally, if not more, misleading. I don't want to break current systems using openssl-devel (1.1.0) either, so I saw no other route but to add a new one. Intend to rename openssl-devel to openssl110 and mark it deprecated (2019-09-11) as all ports that are marked BROKEN with openssl-devel now need to be touched to add openssl111. Cheers, Bernard.