Date: Mon, 26 Aug 2019 08:00:04 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509888 - in head/devel: . rubygem-redis-activesupport-rails52 Message-ID: <201908260800.x7Q804Cd077853@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Mon Aug 26 08:00:04 2019 New Revision: 509888 URL: https://svnweb.freebsd.org/changeset/ports/509888 Log: Add rubygem-redis-activesupport-rails52 5.0.7 (copied from rubygem-redis-activesupport-rails5). Added: head/devel/rubygem-redis-activesupport-rails52/ - copied from r509866, head/devel/rubygem-redis-activesupport-rails5/ Modified: head/devel/Makefile head/devel/rubygem-redis-activesupport-rails52/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Aug 26 07:58:32 2019 (r509887) +++ head/devel/Makefile Mon Aug 26 08:00:04 2019 (r509888) @@ -5881,6 +5881,7 @@ SUBDIR += rubygem-redis-activesupport SUBDIR += rubygem-redis-activesupport-rails5 SUBDIR += rubygem-redis-activesupport-rails50 + SUBDIR += rubygem-redis-activesupport-rails52 SUBDIR += rubygem-redis-store SUBDIR += rubygem-redmine_plugin_support SUBDIR += rubygem-reentrant_flock Modified: head/devel/rubygem-redis-activesupport-rails52/Makefile ============================================================================== --- head/devel/rubygem-redis-activesupport-rails5/Makefile Mon Aug 26 06:37:16 2019 (r509866) +++ head/devel/rubygem-redis-activesupport-rails52/Makefile Mon Aug 26 08:00:04 2019 (r509888) @@ -4,7 +4,7 @@ PORTNAME= redis-activesupport PORTVERSION= 5.0.7 CATEGORIES= devel rubygems MASTER_SITES= RG -PKGNAMESUFFIX= -rails5 +PKGNAMESUFFIX= -rails52 MAINTAINER= ruby@FreeBSD.org COMMENT= Redis store for ActiveSupport::Cache @@ -12,11 +12,12 @@ COMMENT= Redis store for ActiveSupport::Cache LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS?= rubygem-activesupport5>0:devel/rubygem-activesupport5 \ +RUN_DEPENDS?= rubygem-activesupport52>0:devel/rubygem-activesupport52 \ rubygem-redis-store>=1.3.0:devel/rubygem-redis-store -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908260800.x7Q804Cd077853>