svn commit: r450512 - head/net/rabbitmq

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 24 18:49:37 UTC 2017


Author: sunpoet
Date: Sun Sep 24 18:49:35 2017
New Revision: 450512
URL: https://svnweb.freebsd.org/changeset/ports/450512

Log:
  Update LICENSE
  
  - Add LICENSE_FILE
  
  Approved by:	portmgr (blanket)

Modified:
  head/net/rabbitmq/Makefile

Modified: head/net/rabbitmq/Makefile
==============================================================================
--- head/net/rabbitmq/Makefile	Sun Sep 24 18:49:30 2017	(r450511)
+++ head/net/rabbitmq/Makefile	Sun Sep 24 18:49:35 2017	(r450512)
@@ -10,7 +10,8 @@ DISTNAME=	${PORTNAME}-server-${PORTVERSION}
 MAINTAINER=	olgeni at FreeBSD.org
 COMMENT=	RabbitMQ is an implementation of AMQP
 
-LICENSE=	MPL
+LICENSE=	MPL11
+LICENSE_FILE=	${WRKSRC}/LICENSE-MPL-RabbitMQ
 
 BUILD_DEPENDS=	erlang-runtime19>=19.0:lang/erlang-runtime19 \
 		${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:devel/py-simplejson \


More information about the svn-ports-all mailing list