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
This commit is contained in:
Dave Cottlehuber 2019-11-28 22:31:43 +00:00
parent 1e2ab7aa2f
commit 89a7d45c0a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518609

View File

@ -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 \