Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 May 2015 07:14:55 +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: r387109 - head/devel/rubygem-blockenspiel
Message-ID:  <201505230714.t4N7Etb3073019@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



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