svn commit: r509824 - in head/devel: . rubygem-web-console-rails52
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Aug 25 18:19:39 UTC 2019
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 at 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
More information about the svn-ports-head
mailing list