From owner-dev-commits-ports-all@freebsd.org Mon Oct 4 05:42:22 2021 Return-Path: Delivered-To: dev-commits-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 DC1CB676E6F; Mon, 4 Oct 2021 05:42:22 +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 4HN8k65pWvz3hbN; Mon, 4 Oct 2021 05:42:22 +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 A76BC138FA; Mon, 4 Oct 2021 05:42:22 +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 1945gMbt067692; Mon, 4 Oct 2021 05:42:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1945gMWP067691; Mon, 4 Oct 2021 05:42:22 GMT (envelope-from git) Date: Mon, 4 Oct 2021 05:42:22 GMT Message-Id: <202110040542.1945gMWP067691@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Thomas Zander Subject: git: 1f6b68e29f17 - main - sysutils/zellij: Update to upstream release 0.18.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: riggs X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1f6b68e29f176e84092fc6c29354326a18184ed2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Oct 2021 05:42:22 -0000 The branch main has been updated by riggs: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f6b68e29f176e84092fc6c29354326a18184ed2 commit 1f6b68e29f176e84092fc6c29354326a18184ed2 Author: Thomas Zander AuthorDate: 2021-10-04 05:41:27 +0000 Commit: Thomas Zander CommitDate: 2021-10-04 05:41:27 +0000 sysutils/zellij: Update to upstream release 0.18.1 MFH: 2021Q4 --- sysutils/zellij/Makefile | 12 ++++++++++-- sysutils/zellij/distinfo | 24 +++++++++++++++++++++--- 2 files changed, 31 insertions(+), 5 deletions(-) diff --git a/sysutils/zellij/Makefile b/sysutils/zellij/Makefile index e3fa8a7b0fe2..8c12e19cea4a 100644 --- a/sysutils/zellij/Makefile +++ b/sysutils/zellij/Makefile @@ -1,7 +1,6 @@ PORTNAME= zellij DISTVERSIONPREFIX= v -DISTVERSION= 0.17.0 -PORTREVISION= 1 +DISTVERSION= 0.18.1 CATEGORIES= sysutils MAINTAINER= riggs@FreeBSD.org @@ -96,6 +95,7 @@ CARGO_CRATES= addr2line-0.15.2 \ fallible-iterator-0.2.0 \ fastrand-1.5.0 \ fnv-1.0.7 \ + form_urlencoded-1.0.1 \ fuchsia-cprng-0.1.1 \ futures-0.3.16 \ futures-channel-0.3.16 \ @@ -119,6 +119,7 @@ CARGO_CRATES= addr2line-0.15.2 \ hermit-abi-0.1.19 \ humantime-2.1.0 \ ident_case-1.0.1 \ + idna-0.2.3 \ indexmap-1.7.0 \ insta-1.7.1 \ instant-0.1.10 \ @@ -142,6 +143,7 @@ CARGO_CRATES= addr2line-0.15.2 \ log-mdc-0.1.0 \ log4rs-1.0.0 \ mach-0.3.2 \ + matches-0.1.9 \ memchr-2.3.4 \ memmap2-0.2.3 \ memoffset-0.6.4 \ @@ -166,6 +168,7 @@ CARGO_CRATES= addr2line-0.15.2 \ parking_lot-0.11.1 \ parking_lot_core-0.7.2 \ parking_lot_core-0.8.3 \ + percent-encoding-2.1.0 \ pin-project-lite-0.2.7 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ @@ -236,6 +239,8 @@ CARGO_CRATES= addr2line-0.15.2 \ thiserror-impl-1.0.26 \ thread-id-3.3.0 \ time-0.1.44 \ + tinyvec-1.3.1 \ + tinyvec_macros-0.1.0 \ tracing-0.1.26 \ tracing-attributes-0.1.15 \ tracing-core-0.1.18 \ @@ -243,10 +248,13 @@ CARGO_CRATES= addr2line-0.15.2 \ typemap-0.3.3 \ typetag-0.1.7 \ typetag-impl-0.1.7 \ + unicode-bidi-0.3.6 \ + unicode-normalization-0.1.19 \ unicode-segmentation-1.8.0 \ unicode-width-0.1.8 \ unicode-xid-0.2.2 \ unsafe-any-0.4.2 \ + url-2.2.2 \ utf8parse-0.1.1 \ utf8parse-0.2.0 \ uuid-0.8.2 \ diff --git a/sysutils/zellij/distinfo b/sysutils/zellij/distinfo index 8b10c08408fc..a5ec62718438 100644 --- a/sysutils/zellij/distinfo +++ b/sysutils/zellij/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1631954178 +TIMESTAMP = 1633324183 SHA256 (rust/crates/addr2line-0.15.2.crate) = e7a2e47a1fbe209ee101dd6d61285226744c6c8d3c21c8dc878ba6cb9f467f3a SIZE (rust/crates/addr2line-0.15.2.crate) = 32966 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe @@ -151,6 +151,8 @@ SHA256 (rust/crates/fastrand-1.5.0.crate) = b394ed3d285a429378d3b384b9eb1285267e SIZE (rust/crates/fastrand-1.5.0.crate) = 11100 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 +SHA256 (rust/crates/form_urlencoded-1.0.1.crate) = 5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191 +SIZE (rust/crates/form_urlencoded-1.0.1.crate) = 8773 SHA256 (rust/crates/fuchsia-cprng-0.1.1.crate) = a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba SIZE (rust/crates/fuchsia-cprng-0.1.1.crate) = 2950 SHA256 (rust/crates/futures-0.3.16.crate) = 1adc00f486adfc9ce99f77d717836f0c5aa84965eb0b4f051f4e83f7cab53f8b @@ -197,6 +199,8 @@ SHA256 (rust/crates/humantime-2.1.0.crate) = 9a3a5bfb195931eeb336b2a7b4d761daec8 SIZE (rust/crates/humantime-2.1.0.crate) = 16749 SHA256 (rust/crates/ident_case-1.0.1.crate) = b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39 SIZE (rust/crates/ident_case-1.0.1.crate) = 3492 +SHA256 (rust/crates/idna-0.2.3.crate) = 418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8 +SIZE (rust/crates/idna-0.2.3.crate) = 271023 SHA256 (rust/crates/indexmap-1.7.0.crate) = bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5 SIZE (rust/crates/indexmap-1.7.0.crate) = 50363 SHA256 (rust/crates/insta-1.7.1.crate) = c4a1b21a2971cea49ca4613c0e9fe8225ecaf5de64090fddc6002284726e9244 @@ -243,6 +247,8 @@ SHA256 (rust/crates/log4rs-1.0.0.crate) = d1572a880d1115ff867396eee7ae2bc9245542 SIZE (rust/crates/log4rs-1.0.0.crate) = 54778 SHA256 (rust/crates/mach-0.3.2.crate) = b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa SIZE (rust/crates/mach-0.3.2.crate) = 19611 +SHA256 (rust/crates/matches-0.1.9.crate) = a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f +SIZE (rust/crates/matches-0.1.9.crate) = 2246 SHA256 (rust/crates/memchr-2.3.4.crate) = 0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525 SIZE (rust/crates/memchr-2.3.4.crate) = 23077 SHA256 (rust/crates/memmap2-0.2.3.crate) = 723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4 @@ -291,6 +297,8 @@ SHA256 (rust/crates/parking_lot_core-0.7.2.crate) = d58c7c768d4ba344e3e8d72518ac SIZE (rust/crates/parking_lot_core-0.7.2.crate) = 33875 SHA256 (rust/crates/parking_lot_core-0.8.3.crate) = fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018 SIZE (rust/crates/parking_lot_core-0.8.3.crate) = 32147 +SHA256 (rust/crates/percent-encoding-2.1.0.crate) = d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e +SIZE (rust/crates/percent-encoding-2.1.0.crate) = 9748 SHA256 (rust/crates/pin-project-lite-0.2.7.crate) = 8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443 SIZE (rust/crates/pin-project-lite-0.2.7.crate) = 27212 SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 @@ -431,6 +439,10 @@ SHA256 (rust/crates/thread-id-3.3.0.crate) = c7fbf4c9d56b320106cd64fd024dadfa0be SIZE (rust/crates/thread-id-3.3.0.crate) = 7514 SHA256 (rust/crates/time-0.1.44.crate) = 6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255 SIZE (rust/crates/time-0.1.44.crate) = 28885 +SHA256 (rust/crates/tinyvec-1.3.1.crate) = 848a1e1181b9f6753b5e96a092749e29b11d19ede67dfbbd6c7dc7e0f49b5338 +SIZE (rust/crates/tinyvec-1.3.1.crate) = 42386 +SHA256 (rust/crates/tinyvec_macros-0.1.0.crate) = cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c +SIZE (rust/crates/tinyvec_macros-0.1.0.crate) = 1817 SHA256 (rust/crates/tracing-0.1.26.crate) = 09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d SIZE (rust/crates/tracing-0.1.26.crate) = 68583 SHA256 (rust/crates/tracing-attributes-0.1.15.crate) = c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2 @@ -445,6 +457,10 @@ SHA256 (rust/crates/typetag-0.1.7.crate) = 422619e1a7299befb977a1f6d8932c499f615 SIZE (rust/crates/typetag-0.1.7.crate) = 25786 SHA256 (rust/crates/typetag-impl-0.1.7.crate) = 504f9626fe6cc1c376227864781996668e15c1ff251d222f63ef17f310bf1fec SIZE (rust/crates/typetag-impl-0.1.7.crate) = 8870 +SHA256 (rust/crates/unicode-bidi-0.3.6.crate) = 246f4c42e67e7a4e3c6106ff716a5d067d4132a642840b242e357e468a2a0085 +SIZE (rust/crates/unicode-bidi-0.3.6.crate) = 33737 +SHA256 (rust/crates/unicode-normalization-0.1.19.crate) = d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9 +SIZE (rust/crates/unicode-normalization-0.1.19.crate) = 107353 SHA256 (rust/crates/unicode-segmentation-1.8.0.crate) = 8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b SIZE (rust/crates/unicode-segmentation-1.8.0.crate) = 94011 SHA256 (rust/crates/unicode-width-0.1.8.crate) = 9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3 @@ -453,6 +469,8 @@ SHA256 (rust/crates/unicode-xid-0.2.2.crate) = 8ccb82d61f80a663efe1f787a51b16b5a SIZE (rust/crates/unicode-xid-0.2.2.crate) = 14955 SHA256 (rust/crates/unsafe-any-0.4.2.crate) = f30360d7979f5e9c6e6cea48af192ea8fab4afb3cf72597154b8f08935bc9c7f SIZE (rust/crates/unsafe-any-0.4.2.crate) = 1922 +SHA256 (rust/crates/url-2.2.2.crate) = a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c +SIZE (rust/crates/url-2.2.2.crate) = 68555 SHA256 (rust/crates/utf8parse-0.1.1.crate) = 8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d SIZE (rust/crates/utf8parse-0.1.1.crate) = 13995 SHA256 (rust/crates/utf8parse-0.2.0.crate) = 936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372 @@ -531,5 +549,5 @@ SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1 SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (rust/crates/yaml-rust-0.4.5.crate) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85 SIZE (rust/crates/yaml-rust-0.4.5.crate) = 47783 -SHA256 (zellij-org-zellij-v0.17.0_GH0.tar.gz) = a1c283e6200199ad7bdd286a4dbba1e4906bac1fa1471ba6b45c22ef55c8808d -SIZE (zellij-org-zellij-v0.17.0_GH0.tar.gz) = 4087329 +SHA256 (zellij-org-zellij-v0.18.1_GH0.tar.gz) = 6b12ea039462db0c585b17a153acbd2627b8bd41e6f7615e4c2f718ccc4c9b93 +SIZE (zellij-org-zellij-v0.18.1_GH0.tar.gz) = 4099495