svn commit: r561042 - in head/devel: . rubygem-web-console-rails61
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 10 08:51:36 UTC 2021
Author: sunpoet
Date: Sun Jan 10 08:51:30 2021
New Revision: 561042
URL: https://svnweb.freebsd.org/changeset/ports/561042
Log:
Add rubygem-web-console-rails61 6.1.0 (copied from rubygem-web-console-rails60)
Added:
head/devel/rubygem-web-console-rails61/
- copied from r559470, head/devel/rubygem-web-console-rails60/
Modified:
head/devel/Makefile
head/devel/rubygem-web-console-rails61/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun Jan 10 08:51:25 2021 (r561041)
+++ head/devel/Makefile Sun Jan 10 08:51:30 2021 (r561042)
@@ -6648,6 +6648,7 @@
SUBDIR += rubygem-warden
SUBDIR += rubygem-wdm
SUBDIR += rubygem-web-console-rails60
+ SUBDIR += rubygem-web-console-rails61
SUBDIR += rubygem-web-console2
SUBDIR += rubygem-web-console3-rails5
SUBDIR += rubygem-web-console3-rails50
Modified: head/devel/rubygem-web-console-rails61/Makefile
==============================================================================
--- head/devel/rubygem-web-console-rails60/Makefile Mon Dec 28 13:40:04 2020 (r559470)
+++ head/devel/rubygem-web-console-rails61/Makefile Sun Jan 10 08:51:30 2021 (r561042)
@@ -4,18 +4,18 @@ PORTNAME= web-console
PORTVERSION= 4.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
-PKGNAMESUFFIX= -rails60
+PKGNAMESUFFIX= -rails61
-MAINTAINER= ruby at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Debugging tool for your Ruby on Rails applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS= rubygem-activemodel60>=6.0.0:databases/rubygem-activemodel60 \
- rubygem-actionview60>=6.0.0:devel/rubygem-actionview60 \
+RUN_DEPENDS= rubygem-activemodel61>=6.0.0:databases/rubygem-activemodel61 \
+ rubygem-actionview61>=6.0.0:devel/rubygem-actionview61 \
rubygem-bindex>=0.4.0:devel/rubygem-bindex \
- rubygem-railties60>=6.0.0:www/rubygem-railties60
+ rubygem-railties61>=6.0.0:www/rubygem-railties61
USES= gem
USE_RUBY= yes
More information about the svn-ports-all
mailing list