Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2013 18:55:56 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331513 - in head/www: . rubygem-redis-rails
Message-ID:  <201310241855.r9OItuNw091808@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Oct 24 18:55:56 2013
New Revision: 331513
URL: http://svnweb.freebsd.org/changeset/ports/331513

Log:
  Redis for Ruby on Rails
  
  WWW: http://redis-store.org/redis-rails
  
  PR:		ports/182734
  Submitted by:	Loic Blot <loic.blot@unix-experience.fr>

Added:
  head/www/rubygem-redis-rails/
  head/www/rubygem-redis-rails/Makefile   (contents, props changed)
  head/www/rubygem-redis-rails/distinfo   (contents, props changed)
  head/www/rubygem-redis-rails/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Thu Oct 24 18:49:46 2013	(r331512)
+++ head/www/Makefile	Thu Oct 24 18:55:56 2013	(r331513)
@@ -1812,6 +1812,7 @@
     SUBDIR += rubygem-raphael-rails
     SUBDIR += rubygem-redcloth
     SUBDIR += rubygem-redis-rack
+    SUBDIR += rubygem-redis-rails
     SUBDIR += rubygem-redmine_acts_as_taggable_on
     SUBDIR += rubygem-rest-client
     SUBDIR += rubygem-rfacebook

Added: head/www/rubygem-redis-rails/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-redis-rails/Makefile	Thu Oct 24 18:55:56 2013	(r331513)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	redis-rails
+PORTVERSION=	4.0.0
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	https://rubygems.org/gems/redis-rails
+
+RUN_DEPENDS=	rubygem-redis-actionpack>=4:${PORTSDIR}/databases/rubygem-redis-actionpack \
+		rubygem-redis-activesupport>=4:${PORTSDIR}/devel/rubygem-redis-activesupport \
+		rubygem-redis-store>=1.1.4:${PORTSDIR}/devel/rubygem-redis-store
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+NO_STAGE=	yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-redis-rails/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-redis-rails/distinfo	Thu Oct 24 18:55:56 2013	(r331513)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/redis-rails-4.0.0.gem) = a7224c9a7c9bfc9d6080a0418b3c290b9d27ff88b481022b3958a1b2e0e1fc45
+SIZE (rubygem/redis-rails-4.0.0.gem) = 7168

Added: head/www/rubygem-redis-rails/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-redis-rails/pkg-descr	Thu Oct 24 18:55:56 2013	(r331513)
@@ -0,0 +1,3 @@
+Redis for Ruby on Rails
+
+WWW: http://redis-store.org/redis-rails



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