From owner-svn-ports-head@freebsd.org Sun Dec 27 16:34:45 2020 Return-Path: Delivered-To: svn-ports-head@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 25F874BFE0A; Sun, 27 Dec 2020 16:34:45 +0000 (UTC) (envelope-from marius@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 4D3mVY0Zdnz4pCb; Sun, 27 Dec 2020 16:34:45 +0000 (UTC) (envelope-from marius@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 F11532369; Sun, 27 Dec 2020 16:34:44 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BRGYi3k076865; Sun, 27 Dec 2020 16:34:44 GMT (envelope-from marius@FreeBSD.org) Received: (from marius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BRGYifS076862; Sun, 27 Dec 2020 16:34:44 GMT (envelope-from marius@FreeBSD.org) Message-Id: <202012271634.0BRGYifS076862@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marius set sender to marius@FreeBSD.org using -f From: Marius Strobl Date: Sun, 27 Dec 2020 16:34:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559370 - head/sysutils/mmc-utils X-SVN-Group: ports-head X-SVN-Commit-Author: marius X-SVN-Commit-Paths: head/sysutils/mmc-utils X-SVN-Commit-Revision: 559370 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 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: Sun, 27 Dec 2020 16:34:45 -0000 Author: marius Date: Sun Dec 27 16:34:44 2020 New Revision: 559370 URL: https://svnweb.freebsd.org/changeset/ports/559370 Log: - Update to mmc-utils as of 20191004, for the most part bringing only minor enhancements and fixes. - Chase WWW [1] PR: 251787 [1] Submitted by: Newton Terry [1] Modified: head/sysutils/mmc-utils/Makefile head/sysutils/mmc-utils/distinfo head/sysutils/mmc-utils/pkg-descr Modified: head/sysutils/mmc-utils/Makefile ============================================================================== --- head/sysutils/mmc-utils/Makefile Sun Dec 27 16:08:20 2020 (r559369) +++ head/sysutils/mmc-utils/Makefile Sun Dec 27 16:34:44 2020 (r559370) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= mmc-utils -PORTVERSION= 20181214 -DISTVERSIONSUFFIX= -aef913e3 +PORTVERSION= 20191004 +DISTVERSIONSUFFIX= -73d6c59a CATEGORIES= sysutils MASTER_SITES= LOCAL/marius Modified: head/sysutils/mmc-utils/distinfo ============================================================================== --- head/sysutils/mmc-utils/distinfo Sun Dec 27 16:08:20 2020 (r559369) +++ head/sysutils/mmc-utils/distinfo Sun Dec 27 16:34:44 2020 (r559370) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545854044 -SHA256 (mmc-utils-20181214-aef913e3.tar.bz2) = e41f5a17dd35a40e5f1877f49e7162349792ae01ec5e0e1bd7b78496b1327f63 -SIZE (mmc-utils-20181214-aef913e3.tar.bz2) = 40246 +TIMESTAMP = 1571606199 +SHA256 (mmc-utils-20191004-73d6c59a.tar.bz2) = ec15feab72548412cdbf6112b75ade526d6bfd39e237cef4253594d07346a4db +SIZE (mmc-utils-20191004-73d6c59a.tar.bz2) = 40584 Modified: head/sysutils/mmc-utils/pkg-descr ============================================================================== --- head/sysutils/mmc-utils/pkg-descr Sun Dec 27 16:08:20 2020 (r559369) +++ head/sysutils/mmc-utils/pkg-descr Sun Dec 27 16:34:44 2020 (r559370) @@ -33,4 +33,4 @@ The mmc-utils tools can do the following: - Print and parse CSD data. - Print and parse SCR data. -WWW: https://github.com/torvalds/linux/blob/master/Documentation/mmc/mmc-tools.txt +WWW: https://www.kernel.org/doc/Documentation/mmc/mmc-tools.txt