Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2021 20:29:50 +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: r560240 - head/net/rubygem-nats-pure
Message-ID:  <202101032029.103KTotF028018@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan  3 20:29:49 2021
New Revision: 560240
URL: https://svnweb.freebsd.org/changeset/ports/560240

Log:
  Fix LICENSE [1][2]
  
  - While I'm here, add NO_ARCH
  
  Approved by:	portmgr (blanket)
  Reference:	https://github.com/nats-io/nats-pure.rb/commit/46e6620373b5b3c2ad0d31111093503691a7f827 [1]
  		https://github.com/nats-io/nats-pure.rb/blob/master/LICENSE [2]

Modified:
  head/net/rubygem-nats-pure/Makefile

Modified: head/net/rubygem-nats-pure/Makefile
==============================================================================
--- head/net/rubygem-nats-pure/Makefile	Sun Jan  3 20:29:45 2021	(r560239)
+++ head/net/rubygem-nats-pure/Makefile	Sun Jan  3 20:29:49 2021	(r560240)
@@ -8,9 +8,11 @@ MASTER_SITES=	RG
 MAINTAINER=	romain@FreeBSD.org
 COMMENT=	Ruby client for NATS, the cloud native messaging system
 
-LICENSE=	MIT
+LICENSE=	APACHE20
 
 USES=		gem
 USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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