Date: Fri, 29 May 2015 11:15:03 +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: r387808 - head/devel/rubygem-ref Message-ID: <201505291115.t4TBF3LS086607@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri May 29 11:15:03 2015 New Revision: 387808 URL: https://svnweb.freebsd.org/changeset/ports/387808 Log: - Add LICENSE - Remove contiguous blank lines - Update WWW Modified: head/devel/rubygem-ref/Makefile head/devel/rubygem-ref/pkg-descr Modified: head/devel/rubygem-ref/Makefile ============================================================================== --- head/devel/rubygem-ref/Makefile Fri May 29 11:14:58 2015 (r387807) +++ head/devel/rubygem-ref/Makefile Fri May 29 11:15:03 2015 (r387808) @@ -8,9 +8,10 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Library with refs across runtimes (MRI, REE, YARV, ...) +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - .include <bsd.port.mk> Modified: head/devel/rubygem-ref/pkg-descr ============================================================================== --- head/devel/rubygem-ref/pkg-descr Fri May 29 11:14:58 2015 (r387807) +++ head/devel/rubygem-ref/pkg-descr Fri May 29 11:15:03 2015 (r387808) @@ -3,4 +3,4 @@ work across multiple runtimes (MRI, REE, IronRuby). Also includes implementation of maps/hashes that use references and a reference queue. -WWW: http://github.com/bdurand/ref +WWW: https://github.com/ruby-concurrency/ref
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505291115.t4TBF3LS086607>