Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2015 13:07:46 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387590 - head/net/rubygem-amqp
Message-ID:  <201505271307.t4RD7kJY078011@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505271307.t4RD7kJY078011>