From owner-svn-ports-all@freebsd.org Tue Oct 8 04:53:42 2019 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 DA9ED137EC7; Tue, 8 Oct 2019 04:53:42 +0000 (UTC) (envelope-from jhixson@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 46nQ3V5JkPz4Lxj; Tue, 8 Oct 2019 04:53:42 +0000 (UTC) (envelope-from jhixson@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 9AC2722D55; Tue, 8 Oct 2019 04:53:42 +0000 (UTC) (envelope-from jhixson@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x984rguI092593; Tue, 8 Oct 2019 04:53:42 GMT (envelope-from jhixson@FreeBSD.org) Received: (from jhixson@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x984rgUN092592; Tue, 8 Oct 2019 04:53:42 GMT (envelope-from jhixson@FreeBSD.org) Message-Id: <201910080453.x984rgUN092592@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhixson set sender to jhixson@FreeBSD.org using -f From: John Hixson Date: Tue, 8 Oct 2019 04:53:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514030 - head/www/minio-client X-SVN-Group: ports-head X-SVN-Commit-Author: jhixson X-SVN-Commit-Paths: head/www/minio-client X-SVN-Commit-Revision: 514030 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.29 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: Tue, 08 Oct 2019 04:53:42 -0000 Author: jhixson Date: Tue Oct 8 04:53:41 2019 New Revision: 514030 URL: https://svnweb.freebsd.org/changeset/ports/514030 Log: www/minio-client: update to RELEASE.2019-10-02T19-41-02Z Modified: head/www/minio-client/Makefile head/www/minio-client/distinfo Modified: head/www/minio-client/Makefile ============================================================================== --- head/www/minio-client/Makefile Tue Oct 8 04:48:28 2019 (r514029) +++ head/www/minio-client/Makefile Tue Oct 8 04:53:41 2019 (r514030) @@ -26,8 +26,8 @@ MC= ${PORTNAME} .endif USE_GITHUB= yes -GHTAG= RELEASE.2019-08-29T00-40-57Z -COMMIT_ID= bd7564a2d4524335a594f0f4e10b06c033eb299c +GHTAG= RELEASE.2019-10-02T19-41-02Z +COMMIT_ID= 26b9044a8676a8c5ff79a6054343e5be74c35135 GH_TUPLE= minio:mc:${GHTAG}:DEFAULT \ cheggaaa:pb:v1.0.28:cheggaaa_pb/vendor/github.com/cheggaaa/pb \ coreos:etcd:v3.3.12:coreos_etcd/vendor/github.com/coreos/etcd \ @@ -56,10 +56,10 @@ GH_TUPLE= minio:mc:${GHTAG}:DEFAULT \ mattn:go-colorable:v0.1.1:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.7:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.4:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ - minio:cli:v1.21.0:minio_cli/vendor/github.com/minio/cli \ - minio:minio-go:v6.0.32:minio_minio_go/vendor/github.com/minio/minio-go/v6 \ - minio:minio:83d4c5763c3e:minio_minio/vendor/github.com/minio/minio \ - minio:sha256-simd:v0.1.0:minio_sha256_simd/vendor/github.com/minio/sha256-simd \ + minio:cli:v1.22.0:minio_cli/vendor/github.com/minio/cli \ + minio:minio-go:v6.0.38:minio_minio_go/vendor/github.com/minio/minio-go/v6 \ + minio:minio:1c5b05c130fa:minio_minio/vendor/github.com/minio/minio \ + minio:sha256-simd:v0.1.1:minio_sha256_simd/vendor/github.com/minio/sha256-simd \ minio:sio:v0.2.0:minio_sio/vendor/github.com/minio/sio \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ ncw:directio:v1.0.5:ncw_directio/vendor/github.com/ncw/directio \ Modified: head/www/minio-client/distinfo ============================================================================== --- head/www/minio-client/distinfo Tue Oct 8 04:48:28 2019 (r514029) +++ head/www/minio-client/distinfo Tue Oct 8 04:53:41 2019 (r514030) @@ -1,6 +1,6 @@ -TIMESTAMP = 1567509845 -SHA256 (minio-mc-2019.08.29.00.40.57-RELEASE.2019-08-29T00-40-57Z_GH0.tar.gz) = 9a4b42425bab26bffe81377cb09b42b3d3f5942b59ba4e10adb1a6b0bb427a86 -SIZE (minio-mc-2019.08.29.00.40.57-RELEASE.2019-08-29T00-40-57Z_GH0.tar.gz) = 289656 +TIMESTAMP = 1570510248 +SHA256 (minio-mc-2019.10.02.19.41.02-RELEASE.2019-10-02T19-41-02Z_GH0.tar.gz) = 5af1e7d207f419d13bc95c4de7e20794bf3939e0544eeea168a9e6f418638baa +SIZE (minio-mc-2019.10.02.19.41.02-RELEASE.2019-10-02T19-41-02Z_GH0.tar.gz) = 295536 SHA256 (cheggaaa-pb-v1.0.28_GH0.tar.gz) = f745c5636d3fb59bffab5f9d2a745a94a9608166c20c90936fc66848a5e816e6 SIZE (cheggaaa-pb-v1.0.28_GH0.tar.gz) = 11788 SHA256 (coreos-etcd-v3.3.12_GH0.tar.gz) = 0452a98bd485d757fd85d2182f8eac8c2dad315bcb6cf29a797ced9e2669c413 @@ -55,14 +55,14 @@ SHA256 (mattn-go-isatty-v0.0.7_GH0.tar.gz) = 80b6b3e4f SIZE (mattn-go-isatty-v0.0.7_GH0.tar.gz) = 3559 SHA256 (mattn-go-runewidth-v0.0.4_GH0.tar.gz) = 1973c2de25bc69c3786a00e8118f4d22aa0d040bdfe46c8c8c30419b23e53dfe SIZE (mattn-go-runewidth-v0.0.4_GH0.tar.gz) = 19827 -SHA256 (minio-cli-v1.21.0_GH0.tar.gz) = d0d07195112c18801580c3eca40e10ffd93020b208b5b59fa700cd01205352d2 -SIZE (minio-cli-v1.21.0_GH0.tar.gz) = 58649 -SHA256 (minio-minio-go-v6.0.32_GH0.tar.gz) = 1c7b484db1cc5c115b569ff53f47e17c204c3f162b47d86885e89065285399da -SIZE (minio-minio-go-v6.0.32_GH0.tar.gz) = 195972 -SHA256 (minio-minio-83d4c5763c3e_GH0.tar.gz) = fff59a11ad17f15eee0f6bf281bd791054ce3cf43689763febf37a37a64c1eec -SIZE (minio-minio-83d4c5763c3e_GH0.tar.gz) = 6944902 -SHA256 (minio-sha256-simd-v0.1.0_GH0.tar.gz) = 8018ab656bab44064cebd18a8989b4294a8f3ae73945266ef96c1a1d97483979 -SIZE (minio-sha256-simd-v0.1.0_GH0.tar.gz) = 65406 +SHA256 (minio-cli-v1.22.0_GH0.tar.gz) = f91306a2f1f434e9c31d737914288661286b329a3008f42b7212c6c9f15c3fca +SIZE (minio-cli-v1.22.0_GH0.tar.gz) = 58896 +SHA256 (minio-minio-go-v6.0.38_GH0.tar.gz) = 4a7f105ba377f44a5826af6d3572dc9836537c52bf220cf6e4342d021feb1933 +SIZE (minio-minio-go-v6.0.38_GH0.tar.gz) = 194238 +SHA256 (minio-minio-1c5b05c130fa_GH0.tar.gz) = 3ab6b433449c7b067509a1bdd4677f0bf970ed1bb8c9bfda9fc3b3c57ad7afc8 +SIZE (minio-minio-1c5b05c130fa_GH0.tar.gz) = 7079370 +SHA256 (minio-sha256-simd-v0.1.1_GH0.tar.gz) = bc1f1e80dc1291f6d26933658155488cc895f6b8a4944479d462cf5a79112109 +SIZE (minio-sha256-simd-v0.1.1_GH0.tar.gz) = 65024 SHA256 (minio-sio-v0.2.0_GH0.tar.gz) = 95ae305693de1712ed30ff0845d8afd23b6660e61a91a95c03d01c6bc36169f7 SIZE (minio-sio-v0.2.0_GH0.tar.gz) = 53750 SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600