Date: Sun, 25 Aug 2019 18:19:39 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509824 - in head/devel: . rubygem-web-console-rails52 Message-ID: <201908251819.x7PIJd9M082972@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Aug 25 18:19:38 2019 New Revision: 509824 URL: https://svnweb.freebsd.org/changeset/ports/509824 Log: Add rubygem-web-console-rails52 3.7.0 (copied from rubygem-web-console-rails5) Added: head/devel/rubygem-web-console-rails52/ - copied from r508635, head/devel/rubygem-web-console-rails5/ Modified: head/devel/Makefile head/devel/rubygem-web-console-rails52/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Aug 25 18:19:18 2019 (r509823) +++ head/devel/Makefile Sun Aug 25 18:19:38 2019 (r509824) @@ -6062,6 +6062,7 @@ SUBDIR += rubygem-wdm SUBDIR += rubygem-web-console-rails5 SUBDIR += rubygem-web-console-rails50 + SUBDIR += rubygem-web-console-rails52 SUBDIR += rubygem-web-console2 SUBDIR += rubygem-webby SUBDIR += rubygem-webfinger Modified: head/devel/rubygem-web-console-rails52/Makefile ============================================================================== --- head/devel/rubygem-web-console-rails5/Makefile Sun Aug 11 16:47:27 2019 (r508635) +++ head/devel/rubygem-web-console-rails52/Makefile Sun Aug 25 18:19:38 2019 (r509824) @@ -4,7 +4,7 @@ PORTNAME= web-console PORTVERSION= 3.7.0 CATEGORIES= devel rubygems MASTER_SITES= RG -PKGNAMESUFFIX= -rails5 +PKGNAMESUFFIX= -rails52 MAINTAINER= ruby@FreeBSD.org COMMENT= Debugging tool for your Ruby on Rails applications @@ -12,10 +12,10 @@ COMMENT= Debugging tool for your Ruby on Rails applica LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activemodel5>=5.0:databases/rubygem-activemodel5 \ - rubygem-actionview5>=5.0:devel/rubygem-actionview5 \ +RUN_DEPENDS= rubygem-activemodel52>=5.0:databases/rubygem-activemodel52 \ + rubygem-actionview52>=5.0:devel/rubygem-actionview52 \ rubygem-bindex>=0.4.0:devel/rubygem-bindex \ - rubygem-railties5>=5.0:www/rubygem-railties5 + rubygem-railties52>=5.0:www/rubygem-railties52 USES= gem USE_RUBY= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908251819.x7PIJd9M082972>