svn commit: r387590 - head/net/rubygem-amqp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 27 13:07:46 UTC 2015


Author: sunpoet
Date: Wed May 27 13:07:45 2015
New Revision: 387590
URL: https://svnweb.freebsd.org/changeset/ports/387590

Log:
  - Fix LICENSE

Modified:
  head/net/rubygem-amqp/Makefile

Modified: head/net/rubygem-amqp/Makefile
==============================================================================
--- head/net/rubygem-amqp/Makefile	Wed May 27 13:07:41 2015	(r387589)
+++ head/net/rubygem-amqp/Makefile	Wed May 27 13:07:45 2015	(r387590)
@@ -9,7 +9,8 @@ MASTER_SITES=	RG
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Implementation of the AMQP protocol for RabbitMQ clients
 
-LICENSE=	MIT
+LICENSE=	BSD2CLAUSE RUBY
+LICENSE_COMB=	dual
 
 RUN_DEPENDS=	rubygem-amq-protocol>=1.9.2:${PORTSDIR}/net/rubygem-amq-protocol \
 		rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine


More information about the svn-ports-all mailing list