Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 2013 18:29:53 +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: r335330 - head/devel/rubygem-redis-activesupport
Message-ID:  <201311301829.rAUITrm8057990@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov 30 18:29:53 2013
New Revision: 335330
URL: http://svnweb.freebsd.org/changeset/ports/335330

Log:
  - Add LICENSE
  - Remove contiguous blank lines

Modified:
  head/devel/rubygem-redis-activesupport/Makefile

Modified: head/devel/rubygem-redis-activesupport/Makefile
==============================================================================
--- head/devel/rubygem-redis-activesupport/Makefile	Sat Nov 30 18:29:49 2013	(r335329)
+++ head/devel/rubygem-redis-activesupport/Makefile	Sat Nov 30 18:29:53 2013	(r335330)
@@ -8,6 +8,8 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Redis store for ActiveSupport::Cache
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-activesupport4>=4.0.0:${PORTSDIR}/devel/rubygem-activesupport4 \
 		rubygem-redis-store>=1.1.0:${PORTSDIR}/devel/rubygem-redis-store
 
@@ -15,5 +17,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-
 .include <bsd.port.mk>



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