From nobody Mon Oct 11 11:09:24 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 6AE2E1809617; Mon, 11 Oct 2021 11:09:24 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HSbfD2dzCz4RyP; Mon, 11 Oct 2021 11:09:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 377CA1FCB5; Mon, 11 Oct 2021 11:09:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19BB9Ovi056091; Mon, 11 Oct 2021 11:09:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19BB9OFc056090; Mon, 11 Oct 2021 11:09:24 GMT (envelope-from git) Date: Mon, 11 Oct 2021 11:09:24 GMT Message-Id: <202110111109.19BB9OFc056090@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Joseph Mingrone Subject: git: d3a1e2e0c7e3 - main - sysutils/smart: Update to 0.3.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jrm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d3a1e2e0c7e304578d1cd5b07bc040f4df071256 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=d3a1e2e0c7e304578d1cd5b07bc040f4df071256 commit d3a1e2e0c7e304578d1cd5b07bc040f4df071256 Author: Joseph Mingrone AuthorDate: 2021-10-11 11:08:13 +0000 Commit: Joseph Mingrone CommitDate: 2021-10-11 11:08:13 +0000 sysutils/smart: Update to 0.3.0 Upstream changes: - Reclaim the -d option from debug - Change field separator from spaces to tab - Add textual descriptions of attribute IDs for ATA, NVMe, and SCSI - Add a manual page - Fixes * libxo structure for attribute and attributes * simplify LIBXO ifdef sprawl * display of threshold values * display of long values --- sysutils/smart/Makefile | 2 +- sysutils/smart/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/smart/Makefile b/sysutils/smart/Makefile index 2d0337de3032..fb9147b0f590 100644 --- a/sysutils/smart/Makefile +++ b/sysutils/smart/Makefile @@ -1,5 +1,5 @@ PORTNAME= smart -DISTVERSION= 0.2.0 +DISTVERSION= 0.3.0 CATEGORIES= sysutils MAINTAINER= jrm@FreeBSD.org diff --git a/sysutils/smart/distinfo b/sysutils/smart/distinfo index eb6e3f6c4690..a1b2fb26d129 100644 --- a/sysutils/smart/distinfo +++ b/sysutils/smart/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628259799 -SHA256 (ctuffli-smart-0.2.0_GH0.tar.gz) = 952921c7eb63ea097b7c446c21ab6ab76cafb97a57c368c3aef530c025dff730 -SIZE (ctuffli-smart-0.2.0_GH0.tar.gz) = 18705 +TIMESTAMP = 1633950367 +SHA256 (ctuffli-smart-0.3.0_GH0.tar.gz) = a002475f98a64619509c7aa941ed729d851d53289bbe27235665a4c93ded67ae +SIZE (ctuffli-smart-0.3.0_GH0.tar.gz) = 23906