Date: Thu, 28 Nov 2019 22:31:44 +0000 (UTC) From: Dave Cottlehuber <dch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518609 - head/databases/leofs Message-ID: <201911282231.xASMViHq035923@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dch Date: Thu Nov 28 22:31:43 2019 New Revision: 518609 URL: https://svnweb.freebsd.org/changeset/ports/518609 Log: 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 Modified: head/databases/leofs/Makefile Modified: head/databases/leofs/Makefile ============================================================================== --- head/databases/leofs/Makefile Thu Nov 28 21:57:18 2019 (r518608) +++ head/databases/leofs/Makefile Thu Nov 28 22:31:43 2019 (r518609) @@ -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 f 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.con 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911282231.xASMViHq035923>