Bug 182734 - new port www/rubygem-redis-rails
Summary: new port www/rubygem-redis-rails
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ruby (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-06 09:20 UTC by loic.blot
Modified: 2013-10-24 20:00 UTC (History)
0 users

See Also:


Attachments
rubygem-redis-rails.shar (1.72 KB, text/plain)
2013-10-06 09:20 UTC, loic.blot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description loic.blot 2013-10-06 09:20:00 UTC
	Here is a new port required for gitlab.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-06 09:20:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2013-10-24 19:56:02 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-10-24 19:56:03 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"