Date: Thu, 24 Oct 2013 19:00:02 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: ruby@FreeBSD.org Subject: Re: ports/182734: commit references a PR Message-ID: <201310241900.r9OJ028P050367@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/182734; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182734: commit references a PR Date: Thu, 24 Oct 2013 18:56:03 +0000 (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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310241900.r9OJ028P050367>