From owner-dev-commits-ports-all@freebsd.org Thu Jul 1 09:43:17 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 1CF0B66114C; Thu, 1 Jul 2021 09:43: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 4GFtYw75jmz3F7L; Thu, 1 Jul 2021 09:43:16 +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 DC9BC1E22B; Thu, 1 Jul 2021 09:43:16 +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 1619hG7u001406; Thu, 1 Jul 2021 09:43:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1619hGPS001405; Thu, 1 Jul 2021 09:43:16 GMT (envelope-from git) Date: Thu, 1 Jul 2021 09:43:16 GMT Message-Id: <202107010943.1619hGPS001405@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= Subject: git: 9505d05f949a - main - databases/mdbx: Update to 0.10.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9505d05f949aa0bde4fe8af60a6c4f9eb8030e99 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: Thu, 01 Jul 2021 09:43:17 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=9505d05f949aa0bde4fe8af60a6c4f9eb8030e99 commit 9505d05f949aa0bde4fe8af60a6c4f9eb8030e99 Author: Fernando ApesteguĂ­a AuthorDate: 2021-07-01 07:54:29 +0000 Commit: Fernando ApesteguĂ­a CommitDate: 2021-07-01 09:39:14 +0000 databases/mdbx: Update to 0.10.1 ChangeLog: https://github.com/erthink/libmdbx/releases/tag/v0.10.1 PR: 256910 Reported by: mahlon@martini.nu (maintainer) --- databases/mdbx/Makefile | 3 +-- databases/mdbx/distinfo | 6 +++--- databases/mdbx/files/patch-GNUmakefile | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/databases/mdbx/Makefile b/databases/mdbx/Makefile index 438fa64e90df..f70f8a141e75 100644 --- a/databases/mdbx/Makefile +++ b/databases/mdbx/Makefile @@ -1,7 +1,7 @@ # Created by: Mahlon E. Smith PORTNAME= mdbx -PORTVERSION= 0.10.0 +PORTVERSION= 0.10.1 DISTVERSIONPREFIX= v CATEGORIES= databases MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ @@ -33,7 +33,6 @@ PLIST_SUB= VERSION=${PORTVERSION} post-install: ${RLN} libmdbx.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libmdbx.so - ${RLN} libmdbx.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libmdbx.so.${PORTVERSION} ${RLN} libmdbx.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libmdbx.so.0 .include diff --git a/databases/mdbx/distinfo b/databases/mdbx/distinfo index 64e33538a9f7..ebb07a47b305 100644 --- a/databases/mdbx/distinfo +++ b/databases/mdbx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620627599 -SHA256 (libmdbx-amalgamated-0.10.0.tar.gz) = 767776d961fadeb51ee895fb70ed82a03051bae855a19396f0067b03076103bb -SIZE (libmdbx-amalgamated-0.10.0.tar.gz) = 645315 +TIMESTAMP = 1625074121 +SHA256 (libmdbx-amalgamated-0.10.1.tar.gz) = dfcf8993a5242fcd7e7b28e3c3019d60a337e81d5e8c6f4d8368050264262e9a +SIZE (libmdbx-amalgamated-0.10.1.tar.gz) = 647460 diff --git a/databases/mdbx/files/patch-GNUmakefile b/databases/mdbx/files/patch-GNUmakefile index 681a98b72627..e8fe532f39c3 100644 --- a/databases/mdbx/files/patch-GNUmakefile +++ b/databases/mdbx/files/patch-GNUmakefile @@ -14,7 +14,7 @@ esac endef -SO_SUFFIX := $(shell $(uname2sosuffix)) -+SO_SUFFIX := so.0.10.0 ++SO_SUFFIX := so.0.10.1 HEADERS := mdbx.h mdbx.h++ LIBRARIES := libmdbx.a libmdbx.$(SO_SUFFIX) TOOLS := mdbx_stat mdbx_copy mdbx_dump mdbx_load mdbx_chk mdbx_drop