svn commit: r335330 - head/devel/rubygem-redis-activesupport

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 30 18:29:53 UTC 2013


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 at 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>


More information about the svn-ports-head mailing list