svn commit: r387808 - head/devel/rubygem-ref
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri May 29 11:15:04 UTC 2015
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 at 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
More information about the svn-ports-all
mailing list