aboutsummaryrefslogtreecommitdiff
path: root/databases/erlfdb
diff options
context:
space:
mode:
authorDave Cottlehuber <dch@FreeBSD.org>2020-05-31 22:25:01 +0000
committerDave Cottlehuber <dch@FreeBSD.org>2020-05-31 22:25:01 +0000
commit72d2dd36810a158c72115868441ed2907e554c00 (patch)
tree9a4e1d16a216a094d41877e2447192b9aee05116 /databases/erlfdb
parent595818230970081ef0aea4c111d8688fa15de3c5 (diff)
downloadports-72d2dd36810a158c72115868441ed2907e554c00.tar.gz
ports-72d2dd36810a158c72115868441ed2907e554c00.zip
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
Notes
Notes: svn path=/head/; revision=537450
Diffstat (limited to 'databases/erlfdb')
-rw-r--r--databases/erlfdb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/erlfdb/Makefile b/databases/erlfdb/Makefile
index 04af41252364..9566e6c1f76a 100644
--- a/databases/erlfdb/Makefile
+++ b/databases/erlfdb/Makefile
@@ -3,6 +3,7 @@
PORTNAME= erlfdb
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= databases
MAINTAINER= dch@FreeBSD.org
@@ -10,7 +11,7 @@ COMMENT= FoundationDB client in Erlang via FDB C bindings
LICENSE= APACHE20
-LIB_DEPENDS= libfdb_c.so:databases/foundationdb-devel
+LIB_DEPENDS= libfdb_c.so:databases/foundationdb
USES= erlang:rebar
USE_GITHUB= yes