aboutsummaryrefslogtreecommitdiff
path: root/databases/leofs
diff options
context:
space:
mode:
authorDave Cottlehuber <dch@FreeBSD.org>2019-11-28 22:31:43 +0000
committerDave Cottlehuber <dch@FreeBSD.org>2019-11-28 22:31:43 +0000
commit89a7d45c0ab6d218e11af94d6104398925731f7a (patch)
tree5da3563fcbd7554975946db99d28aa8d694ca9ff /databases/leofs
parent1e2ab7aa2f7a85355aef21cc9ad3dbe6f54f34ec (diff)
downloadports-89a7d45c0ab6d218e11af94d6104398925731f7a.tar.gz
ports-89a7d45c0ab6d218e11af94d6104398925731f7a.zip
databases/leofs: move to a supported OTP release
Reviewed by: trociny, jrm Approved by: olgeni Sponsored by: SkunkWerks, GmbH Differential Revision: https://reviews.freebsd.org/D20450
Notes
Notes: svn path=/head/; revision=518609
Diffstat (limited to 'databases/leofs')
-rw-r--r--databases/leofs/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/leofs/Makefile b/databases/leofs/Makefile
index a72fd164fedc..db54d2817c26 100644
--- a/databases/leofs/Makefile
+++ b/databases/leofs/Makefile
@@ -2,7 +2,8 @@
# $FreeBSD$
PORTNAME= leofs
-PORTVERSION= 1.4.3
+DISTVERSION= 1.4.3
+PORTREVISION= 1
CATEGORIES= databases
DIST_SUBDIR= ${PORTNAME}
@@ -11,7 +12,7 @@ COMMENT= Highly scalable, fault-tolerant distributed file system
LICENSE= APACHE20
-BUILD_DEPENDS= ${LOCALBASE}/lib/erlang20/bin/erlc:lang/erlang-runtime20 \
+BUILD_DEPENDS= ${LOCALBASE}/lib/erlang21/bin/erlc:lang/erlang-runtime21 \
${LOCALBASE}/bin/cmake:devel/cmake \
${LOCALBASE}/lib/libcheck.a:devel/check
@@ -63,7 +64,7 @@ DOS2UNIX_FILES= apps/leo_*/snmp/snmpa_*/leo_*_snmp.config
ALL_TARGET= release
MAKE_JOBS_UNSAFE=yes
-MAKE_ENV= PATH=${LOCALBASE}/lib/erlang20/bin:${PATH}
+MAKE_ENV= PATH=${LOCALBASE}/lib/erlang21/bin:${PATH}
LEOFS_DEPS= \
DeadZen/goldrush=0.1.9:goldrush \