From owner-svn-ports-all@freebsd.org Wed Apr 12 09:25:40 2017 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 EA6D8D37CA8; Wed, 12 Apr 2017 09:25:40 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CBA27D6E; Wed, 12 Apr 2017 09:25:40 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id E6B86260A; Wed, 12 Apr 2017 09:25:39 +0000 (UTC) Date: Wed, 12 Apr 2017 09:25:39 +0000 From: Alexey Dokuchaev To: Tobias Kortkamp Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r438335 - in head/security/signify: . files Message-ID: <20170412092539.GA22201@FreeBSD.org> References: <201704120835.v3C8Zw4k026848@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201704120835.v3C8Zw4k026848@repo.freebsd.org> User-Agent: Mutt/1.7.1 (2016-10-04) 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: Wed, 12 Apr 2017 09:25:41 -0000 On Wed, Apr 12, 2017 at 08:35:58AM +0000, Tobias Kortkamp wrote: > New Revision: 438335 > URL: https://svnweb.freebsd.org/changeset/ports/438335 > > Log: > Add OpenBSD 6.2 public keys > > ... > @@ -16,8 +17,6 @@ LICENSE= ISCL BSD4CLAUSE BSD3CLAUSE > LICENSE_COMB= multi > LICENSE_FILE= ${WRKSRC}/LICENSE > > -# gmake is required on FreeBSD 9.3, on FreeBSD >= 10 we get away with > -# regular make with tiny changes in the Makefile. > USES= gmake Why this comment was removed without proper explanation in the commit log? So does it mean that GNU make(1) is required now (since USES was retained)? ./danfe