1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

Move devel/rubygem-web-console-rails52 to devel/rubygem-web-console3-rails52

- Add PORTSCOUT

Rename to avoid confusion with rubygem-web-console 4.x
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-02-05 18:43:50 +00:00
parent 14051cfd2e
commit c01babf580
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525341
4 changed files with 5 additions and 2 deletions

View File

@ -6497,11 +6497,11 @@
SUBDIR += rubygem-warbler
SUBDIR += rubygem-warden
SUBDIR += rubygem-wdm
SUBDIR += rubygem-web-console-rails52
SUBDIR += rubygem-web-console-rails60
SUBDIR += rubygem-web-console2
SUBDIR += rubygem-web-console3-rails5
SUBDIR += rubygem-web-console3-rails50
SUBDIR += rubygem-web-console3-rails52
SUBDIR += rubygem-webby
SUBDIR += rubygem-webfinger
SUBDIR += rubygem-webpacker-rails5

View File

@ -4,7 +4,7 @@ PORTNAME= web-console
PORTVERSION= 3.7.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails52
PKGNAMESUFFIX= 3-rails52
MAINTAINER= ruby@FreeBSD.org
COMMENT= Debugging tool for your Ruby on Rails applications
@ -22,4 +22,7 @@ USE_RUBY= yes
NO_ARCH= yes
# web-console 4.0.0+ requires Rails 6.0.0+
PORTSCOUT= limit:^3\.
.include <bsd.port.mk>