svn commit: r525339 - in head/devel: . rubygem-web-console-rails5 rubygem-web-console3-rails5

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 5 18:43:40 UTC 2020


Author: sunpoet
Date: Wed Feb  5 18:43:39 2020
New Revision: 525339
URL: https://svnweb.freebsd.org/changeset/ports/525339

Log:
  Move devel/rubygem-web-console-rails5 to devel/rubygem-web-console3-rails5
  
  - Add PORTSCOUT
  
  Rename to avoid confusion with rubygem-web-console 4.x

Added:
  head/devel/rubygem-web-console3-rails5/
     - copied from r525338, head/devel/rubygem-web-console-rails5/
Deleted:
  head/devel/rubygem-web-console-rails5/
Modified:
  head/devel/Makefile
  head/devel/rubygem-web-console3-rails5/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Feb  5 18:43:33 2020	(r525338)
+++ head/devel/Makefile	Wed Feb  5 18:43:39 2020	(r525339)
@@ -6497,10 +6497,10 @@
     SUBDIR += rubygem-warbler
     SUBDIR += rubygem-warden
     SUBDIR += rubygem-wdm
-    SUBDIR += rubygem-web-console-rails5
     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-webby
     SUBDIR += rubygem-webfinger

Modified: head/devel/rubygem-web-console3-rails5/Makefile
==============================================================================
--- head/devel/rubygem-web-console-rails5/Makefile	Wed Feb  5 18:43:33 2020	(r525338)
+++ head/devel/rubygem-web-console3-rails5/Makefile	Wed Feb  5 18:43:39 2020	(r525339)
@@ -4,7 +4,7 @@ PORTNAME=	web-console
 PORTVERSION=	3.7.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
-PKGNAMESUFFIX=	-rails5
+PKGNAMESUFFIX=	3-rails5
 
 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