svn commit: r526330 - in head/databases: foundationdb foundationdb-devel
Dave Cottlehuber
dch at FreeBSD.org
Sun Feb 16 21:50:30 UTC 2020
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 at 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 at 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
More information about the svn-ports-head
mailing list