From owner-dev-commits-ports-main@freebsd.org Mon May 31 12:20:32 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 311BB6461B4; Mon, 31 May 2021 12:20:32 +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 4FtvWg5pP8z4hYk; Mon, 31 May 2021 12:20:31 +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 90C767AE2; Mon, 31 May 2021 12:20:31 +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 14VCKV0g078839; Mon, 31 May 2021 12:20:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14VCKVBs078838; Mon, 31 May 2021 12:20:31 GMT (envelope-from git) Date: Mon, 31 May 2021 12:20:31 GMT Message-Id: <202105311220.14VCKVBs078838@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: 5b3906a9ae52 - main - databases/foundationdb: update to 6.3.13 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5b3906a9ae52d3bcb9382927352ed3a2761fbd43 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2021 12:20:32 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b3906a9ae52d3bcb9382927352ed3a2761fbd43 commit 5b3906a9ae52d3bcb9382927352ed3a2761fbd43 Author: Dave Cottlehuber AuthorDate: 2021-05-31 10:04:25 +0000 Commit: Dave Cottlehuber CommitDate: 2021-05-31 12:18:57 +0000 databases/foundationdb: update to 6.3.13 While here, optimistically build for aarch64 if/when mono can handle it --- databases/foundationdb/Makefile | 6 +++--- databases/foundationdb/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/databases/foundationdb/Makefile b/databases/foundationdb/Makefile index 56e13a21c60c..fa0a01c42dd5 100644 --- a/databases/foundationdb/Makefile +++ b/databases/foundationdb/Makefile @@ -1,5 +1,5 @@ PORTNAME= foundationdb -DISTVERSION= 6.3.12 +DISTVERSION= 6.3.13 CATEGORIES= databases MAINTAINER= dch@FreeBSD.org @@ -9,8 +9,8 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_FreeBSD_11= requires newer OpenSSL -ONLY_FOR_ARCHS= amd64 -ONLY_FOR_ARCHS_REASON= not yet ported to anything other than amd64 +ONLY_FOR_ARCHS= aarch64 amd64 +ONLY_FOR_ARCHS_REASON= not yet ported to anything else BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libboost_system.so:devel/boost-libs \ diff --git a/databases/foundationdb/distinfo b/databases/foundationdb/distinfo index 0125a80a5fd8..0f2e6c2a357b 100644 --- a/databases/foundationdb/distinfo +++ b/databases/foundationdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619172491 -SHA256 (apple-foundationdb-6.3.12_GH0.tar.gz) = 903d06725c5341dcde861e57eaf7f320aff8dc24100857c4cdbd5d4543efd6d3 -SIZE (apple-foundationdb-6.3.12_GH0.tar.gz) = 9691050 +TIMESTAMP = 1622455453 +SHA256 (apple-foundationdb-6.3.13_GH0.tar.gz) = 1f4b9c84c6e488fd31c545f14f2e9c33ab75ce9e6bbf514e9f988d116f2010ad +SIZE (apple-foundationdb-6.3.13_GH0.tar.gz) = 9709343