Date: Mon, 9 Jul 2018 15:05:56 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474263 - head/sysutils/consul-replicate Message-ID: <201807091505.w69F5uv2071699@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Jul 9 15:05:56 2018 New Revision: 474263 URL: https://svnweb.freebsd.org/changeset/ports/474263 Log: - Fix license Modified: head/sysutils/consul-replicate/Makefile Modified: head/sysutils/consul-replicate/Makefile ============================================================================== --- head/sysutils/consul-replicate/Makefile Mon Jul 9 14:10:57 2018 (r474262) +++ head/sysutils/consul-replicate/Makefile Mon Jul 9 15:05:56 2018 (r474263) @@ -8,7 +8,8 @@ CATEGORIES= sysutils MAINTAINER= jhixson@gmail.com COMMENT= Consul cross-DC KV replication daemon -LICENSE= MPL +LICENSE= MPL20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807091505.w69F5uv2071699>