From owner-svn-ports-head@FreeBSD.ORG Thu Oct 24 18:55:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 78FE5AB4; Thu, 24 Oct 2013 18:55:57 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4C46A230B; Thu, 24 Oct 2013 18:55:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OItvhQ091812; Thu, 24 Oct 2013 18:55:57 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9OItuNw091808; Thu, 24 Oct 2013 18:55:56 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201310241855.r9OItuNw091808@svn.freebsd.org> From: Steve Wills Date: Thu, 24 Oct 2013 18:55:56 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 18:55:57 -0000 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 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 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