From nobody Fri Oct 22 13:34:17 2021 X-Original-To: dev-commits-ports-all@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 6CC8017F5D13; Fri, 22 Oct 2021 13:34:17 +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 4HbQLK2cmxz4wGj; Fri, 22 Oct 2021 13:34:17 +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 2F2E478C3; Fri, 22 Oct 2021 13:34:17 +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 19MDYHZU019002; Fri, 22 Oct 2021 13:34:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19MDYHZE019001; Fri, 22 Oct 2021 13:34:17 GMT (envelope-from git) Date: Fri, 22 Oct 2021 13:34:17 GMT Message-Id: <202110221334.19MDYHZE019001@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Sergey A. Osokin" Subject: git: 1c8bafa4de82 - main - databases/redisjson: update to the recent commit List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: osa X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1c8bafa4de821a1d63568776b684594146d84f44 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c8bafa4de821a1d63568776b684594146d84f44 commit 1c8bafa4de821a1d63568776b684594146d84f44 Author: Sergey A. Osokin AuthorDate: 2021-10-22 13:33:38 +0000 Commit: Sergey A. Osokin CommitDate: 2021-10-22 13:34:10 +0000 databases/redisjson: update to the recent commit --- databases/redisjson/Makefile | 7 ++++--- databases/redisjson/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/databases/redisjson/Makefile b/databases/redisjson/Makefile index 3c032e69af74..80645f194c9f 100644 --- a/databases/redisjson/Makefile +++ b/databases/redisjson/Makefile @@ -1,7 +1,7 @@ # Created by: Sergey A. Osokin PORTNAME= redisjson -PORTVERSION= 0.0.0.0.2021.10.05.01 +PORTVERSION= 0.0.0.0.2021.10.20.01 CATEGORIES= databases MAINTAINER= osa@FreeBSD.org @@ -17,7 +17,8 @@ BUILD_DEPENDS= ${LOCALBASE}/llvm${LLVM_DEFAULT}/lib/libclang.so:devel/llvm${LLVM USES= cargo USE_GITHUB= nodefault -GH_TUPLE= RedisJSON:redisjson:2d9ac84:redisjson \ +GH_COMMIT= f6d450f +GH_TUPLE= RedisJSON:redisjson:${GH_COMMIT}:redisjson \ RedisJSON:jsonpath:14af7aa5435f3e676ceb3441ad78b9c8cb3ffa3a:jsonpath_lib CARGO_CRATES= aho-corasick-0.7.15 \ @@ -105,7 +106,7 @@ CARGO_CRATES= aho-corasick-0.7.15 \ CARGO_USE_GITHUB= yes -WRKSRC= ${WRKDIR}/RedisJSON-2d9ac84 +WRKSRC= ${WRKDIR}/RedisJSON-${GH_COMMIT} PLIST_FILES= lib/librejson.so diff --git a/databases/redisjson/distinfo b/databases/redisjson/distinfo index 6470736920f3..27e544c2d64a 100644 --- a/databases/redisjson/distinfo +++ b/databases/redisjson/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1634072890 +TIMESTAMP = 1634828656 SHA256 (rust/crates/aho-corasick-0.7.15.crate) = 7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5 SIZE (rust/crates/aho-corasick-0.7.15.crate) = 113071 SHA256 (rust/crates/ansi_term-0.11.0.crate) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b @@ -163,7 +163,7 @@ 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/wyz-0.2.0.crate) = 85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214 SIZE (rust/crates/wyz-0.2.0.crate) = 12926 -SHA256 (RedisJSON-redisjson-2d9ac84_GH0.tar.gz) = 74f536a516d609512c198e09637a89a203c89555cd866f36157bb647a4910ddf -SIZE (RedisJSON-redisjson-2d9ac84_GH0.tar.gz) = 592087 +SHA256 (RedisJSON-redisjson-f6d450f_GH0.tar.gz) = eb46d86bad1f26939ef11df12733456e9328cf381828fca61a913cfaac14beef +SIZE (RedisJSON-redisjson-f6d450f_GH0.tar.gz) = 593735 SHA256 (RedisJSON-jsonpath-14af7aa5435f3e676ceb3441ad78b9c8cb3ffa3a_GH0.tar.gz) = 1d3e33b0211b36b9a35ce3a4cd3da8d4109fcceb751131e1dd4e7fc00bb4e347 SIZE (RedisJSON-jsonpath-14af7aa5435f3e676ceb3441ad78b9c8cb3ffa3a_GH0.tar.gz) = 448708