svn commit: r335329 - head/databases/rubygem-redis-actionpack

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


Author: sunpoet
Date: Sat Nov 30 18:29:49 2013
New Revision: 335329
URL: http://svnweb.freebsd.org/changeset/ports/335329

Log:
  - Add LICENSE
  - Remove contiguous blank lines

Modified:
  head/databases/rubygem-redis-actionpack/Makefile

Modified: head/databases/rubygem-redis-actionpack/Makefile
==============================================================================
--- head/databases/rubygem-redis-actionpack/Makefile	Sat Nov 30 18:29:45 2013	(r335328)
+++ head/databases/rubygem-redis-actionpack/Makefile	Sat Nov 30 18:29:49 2013	(r335329)
@@ -8,6 +8,8 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Redis session store for ActionPack
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-actionpack4>=4:${PORTSDIR}/www/rubygem-actionpack4 \
 		rubygem-redis-store>=1.1.0:${PORTSDIR}/devel/rubygem-redis-store \
 		rubygem-redis-rack>=1.5.0:${PORTSDIR}/www/rubygem-redis-rack
@@ -16,5 +18,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list