svn commit: r387109 - head/devel/rubygem-blockenspiel
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 23 07:14:55 UTC 2015
Author: sunpoet
Date: Sat May 23 07:14:54 2015
New Revision: 387109
URL: https://svnweb.freebsd.org/changeset/ports/387109
Log:
- Add LICENSE
- Update WWW
Modified:
head/devel/rubygem-blockenspiel/Makefile
head/devel/rubygem-blockenspiel/pkg-descr
Modified: head/devel/rubygem-blockenspiel/Makefile
==============================================================================
--- head/devel/rubygem-blockenspiel/Makefile Sat May 23 07:14:49 2015 (r387108)
+++ head/devel/rubygem-blockenspiel/Makefile Sat May 23 07:14:54 2015 (r387109)
@@ -9,8 +9,10 @@ MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Library designed to make it easy to implement DSL blocks in Ruby
-USE_RUBY= yes
-USE_RUBYGEMS= yes
+LICENSE= BSD3CLAUSE
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
Modified: head/devel/rubygem-blockenspiel/pkg-descr
==============================================================================
--- head/devel/rubygem-blockenspiel/pkg-descr Sat May 23 07:14:49 2015 (r387108)
+++ head/devel/rubygem-blockenspiel/pkg-descr Sat May 23 07:14:54 2015 (r387109)
@@ -3,4 +3,4 @@ blocks. It is designed to be comprehensi
usage patterns, and working correctly in the presence of nested blocks and
multithreading.
-WWW: http://dazuma.github.com/blockenspiel/
+WWW: http://dazuma.github.io/blockenspiel/
More information about the svn-ports-all
mailing list