From 0c640d1d4e8953c29a5233f97bf4eb17355ecfc8 Mon Sep 17 00:00:00 2001 From: Joseph Mingrone Date: Thu, 25 May 2017 01:54:39 +0000 Subject: [PATCH] devel/rubygem-redis-activesupport-rails50: Create rails version 5.0 port by copying devel/rubygem-redis-activesupport-rails5 Approved by: swills (mentor, implicit) --- devel/Makefile | 1 + .../Makefile | 22 +++++++++++++++++++ .../distinfo | 3 +++ .../pkg-descr | 3 +++ .../rubygem-redis-activesupport/Makefile | 21 ++++++++++++++++++ .../rubygem-redis-activesupport/distinfo | 3 +++ .../rubygem-redis-activesupport/pkg-descr | 3 +++ 7 files changed, 56 insertions(+) create mode 100644 devel/rubygem-redis-activesupport-rails50/Makefile create mode 100644 devel/rubygem-redis-activesupport-rails50/distinfo create mode 100644 devel/rubygem-redis-activesupport-rails50/pkg-descr create mode 100644 devel/rubygem-redis-activesupport-rails50/rubygem-redis-activesupport/Makefile create mode 100644 devel/rubygem-redis-activesupport-rails50/rubygem-redis-activesupport/distinfo create mode 100644 devel/rubygem-redis-activesupport-rails50/rubygem-redis-activesupport/pkg-descr diff --git a/devel/Makefile b/devel/Makefile index d396957c17df..c0750b4d3558 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5514,6 +5514,7 @@ SUBDIR += rubygem-recursive-open-struct SUBDIR += rubygem-redis-activesupport SUBDIR += rubygem-redis-activesupport-rails5 + SUBDIR += rubygem-redis-activesupport-rails50 SUBDIR += rubygem-redis-store SUBDIR += rubygem-redmine_plugin_support SUBDIR += rubygem-ref diff --git a/devel/rubygem-redis-activesupport-rails50/Makefile b/devel/rubygem-redis-activesupport-rails50/Makefile new file mode 100644 index 000000000000..ec21803f2430 --- /dev/null +++ b/devel/rubygem-redis-activesupport-rails50/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= redis-activesupport +PORTVERSION= 5.0.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails50 + +MAINTAINER= jrm@FreeBSD.org +COMMENT= Redis store for ActiveSupport::Cache + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS?= rubygem-activesupport50>0:devel/rubygem-activesupport50 \ + rubygem-redis-store>=1.3.0:devel/rubygem-redis-store + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include diff --git a/devel/rubygem-redis-activesupport-rails50/distinfo b/devel/rubygem-redis-activesupport-rails50/distinfo new file mode 100644 index 000000000000..9409cb4bc221 --- /dev/null +++ b/devel/rubygem-redis-activesupport-rails50/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1489853034 +SHA256 (rubygem/redis-activesupport-5.0.2.gem) = 1b2477f385b4a82f2efac66438f6b255541cb6fc684ada86e52cd27ef75a3d34 +SIZE (rubygem/redis-activesupport-5.0.2.gem) = 12800 diff --git a/devel/rubygem-redis-activesupport-rails50/pkg-descr b/devel/rubygem-redis-activesupport-rails50/pkg-descr new file mode 100644 index 000000000000..e0b7432f4d69 --- /dev/null +++ b/devel/rubygem-redis-activesupport-rails50/pkg-descr @@ -0,0 +1,3 @@ +Redis store for ActiveSupport::Cache + +WWW: http://redis-store.org/redis-activesupport diff --git a/devel/rubygem-redis-activesupport-rails50/rubygem-redis-activesupport/Makefile b/devel/rubygem-redis-activesupport-rails50/rubygem-redis-activesupport/Makefile new file mode 100644 index 000000000000..46a69d63209d --- /dev/null +++ b/devel/rubygem-redis-activesupport-rails50/rubygem-redis-activesupport/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= redis-activesupport +PORTVERSION= 5.0.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Redis store for ActiveSupport::Cache + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS?= rubygem-activesupport4>=4:devel/rubygem-activesupport4 \ + rubygem-redis-store>=1.3.0:devel/rubygem-redis-store + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include diff --git a/devel/rubygem-redis-activesupport-rails50/rubygem-redis-activesupport/distinfo b/devel/rubygem-redis-activesupport-rails50/rubygem-redis-activesupport/distinfo new file mode 100644 index 000000000000..9409cb4bc221 --- /dev/null +++ b/devel/rubygem-redis-activesupport-rails50/rubygem-redis-activesupport/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1489853034 +SHA256 (rubygem/redis-activesupport-5.0.2.gem) = 1b2477f385b4a82f2efac66438f6b255541cb6fc684ada86e52cd27ef75a3d34 +SIZE (rubygem/redis-activesupport-5.0.2.gem) = 12800 diff --git a/devel/rubygem-redis-activesupport-rails50/rubygem-redis-activesupport/pkg-descr b/devel/rubygem-redis-activesupport-rails50/rubygem-redis-activesupport/pkg-descr new file mode 100644 index 000000000000..e0b7432f4d69 --- /dev/null +++ b/devel/rubygem-redis-activesupport-rails50/rubygem-redis-activesupport/pkg-descr @@ -0,0 +1,3 @@ +Redis store for ActiveSupport::Cache + +WWW: http://redis-store.org/redis-activesupport