svn commit: r525337 - in head/devel: . rubygem-web-console-rails50 rubygem-web-console3-rails50
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Feb 5 18:43:29 UTC 2020
Author: sunpoet
Date: Wed Feb 5 18:43:28 2020
New Revision: 525337
URL: https://svnweb.freebsd.org/changeset/ports/525337
Log:
Move devel/rubygem-web-console-rails50 to devel/rubygem-web-console3-rails50
- Add PORTSCOUT
Rename to avoid confusion with rubygem-web-console 4.x
Added:
head/devel/rubygem-web-console3-rails50/
- copied from r525336, head/devel/rubygem-web-console-rails50/
Deleted:
head/devel/rubygem-web-console-rails50/
Modified:
head/devel/Makefile
head/devel/rubygem-web-console3-rails50/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Wed Feb 5 18:42:35 2020 (r525336)
+++ head/devel/Makefile Wed Feb 5 18:43:28 2020 (r525337)
@@ -6498,10 +6498,10 @@
SUBDIR += rubygem-warden
SUBDIR += rubygem-wdm
SUBDIR += rubygem-web-console-rails5
- SUBDIR += rubygem-web-console-rails50
SUBDIR += rubygem-web-console-rails52
SUBDIR += rubygem-web-console-rails60
SUBDIR += rubygem-web-console2
+ SUBDIR += rubygem-web-console3-rails50
SUBDIR += rubygem-webby
SUBDIR += rubygem-webfinger
SUBDIR += rubygem-webpacker-rails5
Modified: head/devel/rubygem-web-console3-rails50/Makefile
==============================================================================
--- head/devel/rubygem-web-console-rails50/Makefile Wed Feb 5 18:42:35 2020 (r525336)
+++ head/devel/rubygem-web-console3-rails50/Makefile Wed Feb 5 18:43:28 2020 (r525337)
@@ -4,7 +4,7 @@ PORTNAME= web-console
PORTVERSION= 3.7.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
-PKGNAMESUFFIX= -rails50
+PKGNAMESUFFIX= 3-rails50
MAINTAINER= ruby at FreeBSD.org
COMMENT= Debugging tool for your Ruby on Rails applications
@@ -21,5 +21,8 @@ USES= gem
USE_RUBY= yes
NO_ARCH= yes
+
+# web-console 4.0.0+ requires Rails 6.0.0+
+PORTSCOUT= limit:^3\.
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list