svn commit: r560240 - head/net/rubygem-nats-pure
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 3 20:29:52 UTC 2021
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 at 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>
More information about the svn-ports-all
mailing list