svn commit: r513356 - head/devel/rubygem-web-console2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 30 11:31:14 UTC 2019


Author: sunpoet
Date: Mon Sep 30 11:31:13 2019
New Revision: 513356
URL: https://svnweb.freebsd.org/changeset/ports/513356

Log:
  Change RUN_DEPENDS from rubygem-sprockets-rails to rubygem-sprockets-rails-rails4
  
  - Bump PORTREVISION for dependency change
  - Take maintainership

Modified:
  head/devel/rubygem-web-console2/Makefile

Modified: head/devel/rubygem-web-console2/Makefile
==============================================================================
--- head/devel/rubygem-web-console2/Makefile	Mon Sep 30 11:31:08 2019	(r513355)
+++ head/devel/rubygem-web-console2/Makefile	Mon Sep 30 11:31:13 2019	(r513356)
@@ -2,11 +2,12 @@
 
 PORTNAME=	web-console
 PORTVERSION=	2.3.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	2
 
-MAINTAINER=	ruby at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Debugging tool for your Ruby on Rails applications
 
 LICENSE=	MIT
@@ -15,11 +16,12 @@ LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 RUN_DEPENDS=	rubygem-activemodel4>=4.0:databases/rubygem-activemodel4 \
 		rubygem-binding_of_caller>=0.7.2:devel/rubygem-binding_of_caller \
 		rubygem-railties4>=4.0:www/rubygem-railties4 \
-		rubygem-sprockets-rails>=2.0:devel/rubygem-sprockets-rails
+		rubygem-sprockets-rails-rails4>=2.0:devel/rubygem-sprockets-rails-rails4
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 PORTSCOUT=	limit:^2\.
 


More information about the svn-ports-head mailing list