mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
devel/rubygem-redis-activesupport-rails50: Create rails version 5.0 port by
copying devel/rubygem-redis-activesupport-rails5 Approved by: swills (mentor, implicit)
This commit is contained in:
parent
98270b63a2
commit
0c640d1d4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441641
7 changed files with 56 additions and 0 deletions
|
@ -5514,6 +5514,7 @@
|
||||||
SUBDIR += rubygem-recursive-open-struct
|
SUBDIR += rubygem-recursive-open-struct
|
||||||
SUBDIR += rubygem-redis-activesupport
|
SUBDIR += rubygem-redis-activesupport
|
||||||
SUBDIR += rubygem-redis-activesupport-rails5
|
SUBDIR += rubygem-redis-activesupport-rails5
|
||||||
|
SUBDIR += rubygem-redis-activesupport-rails50
|
||||||
SUBDIR += rubygem-redis-store
|
SUBDIR += rubygem-redis-store
|
||||||
SUBDIR += rubygem-redmine_plugin_support
|
SUBDIR += rubygem-redmine_plugin_support
|
||||||
SUBDIR += rubygem-ref
|
SUBDIR += rubygem-ref
|
||||||
|
|
22
devel/rubygem-redis-activesupport-rails50/Makefile
Normal file
22
devel/rubygem-redis-activesupport-rails50/Makefile
Normal file
|
@ -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 <bsd.port.mk>
|
3
devel/rubygem-redis-activesupport-rails50/distinfo
Normal file
3
devel/rubygem-redis-activesupport-rails50/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1489853034
|
||||||
|
SHA256 (rubygem/redis-activesupport-5.0.2.gem) = 1b2477f385b4a82f2efac66438f6b255541cb6fc684ada86e52cd27ef75a3d34
|
||||||
|
SIZE (rubygem/redis-activesupport-5.0.2.gem) = 12800
|
3
devel/rubygem-redis-activesupport-rails50/pkg-descr
Normal file
3
devel/rubygem-redis-activesupport-rails50/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Redis store for ActiveSupport::Cache
|
||||||
|
|
||||||
|
WWW: http://redis-store.org/redis-activesupport
|
|
@ -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 <bsd.port.mk>
|
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1489853034
|
||||||
|
SHA256 (rubygem/redis-activesupport-5.0.2.gem) = 1b2477f385b4a82f2efac66438f6b255541cb6fc684ada86e52cd27ef75a3d34
|
||||||
|
SIZE (rubygem/redis-activesupport-5.0.2.gem) = 12800
|
|
@ -0,0 +1,3 @@
|
||||||
|
Redis store for ActiveSupport::Cache
|
||||||
|
|
||||||
|
WWW: http://redis-store.org/redis-activesupport
|
Loading…
Add table
Reference in a new issue