Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2019 11:31:14 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513356 - head/devel/rubygem-web-console2
Message-ID:  <201909301131.x8UBVEDg054582@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	sunpoet@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\.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909301131.x8UBVEDg054582>