From owner-svn-ports-all@freebsd.org Wed Oct 14 04:29:05 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A224B42BBBD; Wed, 14 Oct 2020 04:29:05 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C9zvP3xSGz4fKj; Wed, 14 Oct 2020 04:29:05 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 621898E1F; Wed, 14 Oct 2020 04:29:05 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09E4T5V0026993; Wed, 14 Oct 2020 04:29:05 GMT (envelope-from cperciva@FreeBSD.org) Received: (from cperciva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09E4T4WR026991; Wed, 14 Oct 2020 04:29:04 GMT (envelope-from cperciva@FreeBSD.org) Message-Id: <202010140429.09E4T4WR026991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cperciva set sender to cperciva@FreeBSD.org using -f From: Colin Percival Date: Wed, 14 Oct 2020 04:29:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r552299 - branches/2020Q4/sysutils/ebsnvme-id X-SVN-Group: ports-branches X-SVN-Commit-Author: cperciva X-SVN-Commit-Paths: branches/2020Q4/sysutils/ebsnvme-id X-SVN-Commit-Revision: 552299 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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, 14 Oct 2020 04:29:05 -0000 Author: cperciva Date: Wed Oct 14 04:29:04 2020 New Revision: 552299 URL: https://svnweb.freebsd.org/changeset/ports/552299 Log: MFH: r551555 Update ebsnvme-id to 1.0.1. This adds a missing #include and should fix the build on FreeBSD 11.4. Approved by: ports-secteam (blanket, build fix) Modified: branches/2020Q4/sysutils/ebsnvme-id/Makefile branches/2020Q4/sysutils/ebsnvme-id/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/sysutils/ebsnvme-id/Makefile ============================================================================== --- branches/2020Q4/sysutils/ebsnvme-id/Makefile Wed Oct 14 04:29:01 2020 (r552298) +++ branches/2020Q4/sysutils/ebsnvme-id/Makefile Wed Oct 14 04:29:04 2020 (r552299) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ebsnvme-id -DISTVERSION= 1.0 +DISTVERSION= 1.0.1 CATEGORIES= sysutils MAINTAINER= cperciva@FreeBSD.org Modified: branches/2020Q4/sysutils/ebsnvme-id/distinfo ============================================================================== --- branches/2020Q4/sysutils/ebsnvme-id/distinfo Wed Oct 14 04:29:01 2020 (r552298) +++ branches/2020Q4/sysutils/ebsnvme-id/distinfo Wed Oct 14 04:29:04 2020 (r552299) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588647955 -SHA256 (cperciva-ebsnvme-id-1.0_GH0.tar.gz) = cc71d6abae95b428c460318587cc18cf533a42cb6af5a23b694d262a2c870339 -SIZE (cperciva-ebsnvme-id-1.0_GH0.tar.gz) = 4757 +TIMESTAMP = 1601952254 +SHA256 (cperciva-ebsnvme-id-1.0.1_GH0.tar.gz) = 0ee381e63f09aac88d376e050be37a4b60cde528a55d4ae9a56d51771884df33 +SIZE (cperciva-ebsnvme-id-1.0.1_GH0.tar.gz) = 4764