From owner-svn-ports-head@freebsd.org Mon May 20 22:03:10 2019 Return-Path: Delivered-To: svn-ports-head@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 57A1B159411D; Mon, 20 May 2019 22:03:10 +0000 (UTC) (envelope-from imp@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) server-signature RSA-PSS (4096 bits) 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 F137894F36; Mon, 20 May 2019 22:03:09 +0000 (UTC) (envelope-from imp@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 CB90724704; Mon, 20 May 2019 22:03:09 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4KM39PZ005028; Mon, 20 May 2019 22:03:09 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4KM39Tg005027; Mon, 20 May 2019 22:03:09 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201905202203.x4KM39Tg005027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Mon, 20 May 2019 22:03:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502176 - head/sysutils/nvme-cli X-SVN-Group: ports-head X-SVN-Commit-Author: imp X-SVN-Commit-Paths: head/sysutils/nvme-cli X-SVN-Commit-Revision: 502176 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F137894F36 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.983,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 20 May 2019 22:03:10 -0000 Author: imp Date: Mon May 20 22:03:09 2019 New Revision: 502176 URL: https://svnweb.freebsd.org/changeset/ports/502176 Log: Update to nvme-clie v1.8.1 This also fixes the connect build failures. Modified: head/sysutils/nvme-cli/Makefile (contents, props changed) head/sysutils/nvme-cli/distinfo (contents, props changed) Modified: head/sysutils/nvme-cli/Makefile ============================================================================== --- head/sysutils/nvme-cli/Makefile Mon May 20 21:46:23 2019 (r502175) +++ head/sysutils/nvme-cli/Makefile Mon May 20 22:03:09 2019 (r502176) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nvme-cli -PORTVERSION= 1.6 +PORTVERSION= 1.8.1 CATEGORIES= sysutils MAINTAINER= imp@FreeBSD.org @@ -20,6 +20,6 @@ USES= gmake USE_GITHUB= yes GH_ACCOUNT= bsdimp GH_PROJECT= nvme-cli -GH_TAGNAME= 9221b5f +GH_TAGNAME= c92d871 .include Modified: head/sysutils/nvme-cli/distinfo ============================================================================== --- head/sysutils/nvme-cli/distinfo Mon May 20 21:46:23 2019 (r502175) +++ head/sysutils/nvme-cli/distinfo Mon May 20 22:03:09 2019 (r502176) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539492927 -SHA256 (bsdimp-nvme-cli-1.6-9221b5f_GH0.tar.gz) = b0b0c69f1315f332235a509dee509b98e0f01dccff5642351c0e88db252c821e -SIZE (bsdimp-nvme-cli-1.6-9221b5f_GH0.tar.gz) = 379619 +TIMESTAMP = 1558388582 +SHA256 (bsdimp-nvme-cli-1.8.1-c92d871_GH0.tar.gz) = 049f88cdcea50a00ade9427b082ac98327f689cd33c188a3b266244721fddaef +SIZE (bsdimp-nvme-cli-1.8.1-c92d871_GH0.tar.gz) = 414331