From owner-svn-ports-head@freebsd.org Sun Feb 16 21:50:30 2020 Return-Path: Delivered-To: svn-ports-head@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 996A8243F0D; Sun, 16 Feb 2020 21:50:30 +0000 (UTC) (envelope-from dch@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 48LLQG2hl1z4jjB; Sun, 16 Feb 2020 21:50:30 +0000 (UTC) (envelope-from dch@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 2D01C2C6BF; Sun, 16 Feb 2020 21:50:30 +0000 (UTC) (envelope-from dch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01GLoUBG045887; Sun, 16 Feb 2020 21:50:30 GMT (envelope-from dch@FreeBSD.org) Received: (from dch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01GLoTMZ045885; Sun, 16 Feb 2020 21:50:29 GMT (envelope-from dch@FreeBSD.org) Message-Id: <202002162150.01GLoTMZ045885@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dch set sender to dch@FreeBSD.org using -f From: Dave Cottlehuber Date: Sun, 16 Feb 2020 21:50:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526330 - in head/databases: foundationdb foundationdb-devel X-SVN-Group: ports-head X-SVN-Commit-Author: dch X-SVN-Commit-Paths: in head/databases: foundationdb foundationdb-devel X-SVN-Commit-Revision: 526330 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Feb 2020 21:50:30 -0000 Author: dch Date: Sun Feb 16 21:50:29 2020 New Revision: 526330 URL: https://svnweb.freebsd.org/changeset/ports/526330 Log: databases/foundationdb & -devel: use mono only during build PR: 241706 Sponsored by: SkunkWerks, GmbH Differential Revision: https://reviews.freebsd.org/D23277 Modified: head/databases/foundationdb-devel/Makefile head/databases/foundationdb/Makefile Modified: head/databases/foundationdb-devel/Makefile ============================================================================== --- head/databases/foundationdb-devel/Makefile Sun Feb 16 21:44:56 2020 (r526329) +++ head/databases/foundationdb-devel/Makefile Sun Feb 16 21:50:29 2020 (r526330) @@ -2,6 +2,7 @@ PORTNAME= foundationdb-devel DISTVERSION= 7.0.0.a.20190823 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= dch@FreeBSD.org @@ -17,7 +18,7 @@ BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libeio.so:devel/libeio -USES= compiler:c++17-lang cmake mono python:build shebangfix ssl +USES= compiler:c++17-lang cmake mono:build python:build shebangfix ssl USE_GITHUB= yes GH_ACCOUNT= wolfspider GH_PROJECT= foundationdb Modified: head/databases/foundationdb/Makefile ============================================================================== --- head/databases/foundationdb/Makefile Sun Feb 16 21:44:56 2020 (r526329) +++ head/databases/foundationdb/Makefile Sun Feb 16 21:50:29 2020 (r526330) @@ -3,7 +3,7 @@ PORTNAME= foundationdb PORTVERSION= 6.1.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases MAINTAINER= dch@FreeBSD.org @@ -19,7 +19,7 @@ BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libeio.so:devel/libeio -USES= compiler:c++14-lang gmake mono python:build shebangfix +USES= compiler:c++14-lang gmake mono:build python:build shebangfix USE_GITHUB= yes GH_ACCOUNT= apple USE_RC_SUBR= foundationdb