svn commit: r537450 - head/databases/erlfdb
Dave Cottlehuber
dch at FreeBSD.org
Sun May 31 22:25:02 UTC 2020
Author: dch
Date: Sun May 31 22:25:01 2020
New Revision: 537450
URL: https://svnweb.freebsd.org/changeset/ports/537450
Log:
databases/erlfdb: move from -devel to stable fdb
since r537449 databases/foundationdb 6.3.0 is in ports, we can build and
run against a less volatile C library than the upstream master branch.
Sponsored by: SkunkWerks, GmbH
Modified:
head/databases/erlfdb/Makefile
Modified: head/databases/erlfdb/Makefile
==============================================================================
--- head/databases/erlfdb/Makefile Sun May 31 22:13:32 2020 (r537449)
+++ head/databases/erlfdb/Makefile Sun May 31 22:25:01 2020 (r537450)
@@ -3,6 +3,7 @@
PORTNAME= erlfdb
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= databases
MAINTAINER= dch at FreeBSD.org
@@ -10,7 +11,7 @@ COMMENT= FoundationDB client in Erlang via FDB C bindi
LICENSE= APACHE20
-LIB_DEPENDS= libfdb_c.so:databases/foundationdb-devel
+LIB_DEPENDS= libfdb_c.so:databases/foundationdb
USES= erlang:rebar
USE_GITHUB= yes
More information about the svn-ports-all
mailing list