svn commit: r437316 - head/devel/rubygem-web-console

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 30 15:14:04 UTC 2017


Author: sunpoet
Date: Thu Mar 30 15:14:02 2017
New Revision: 437316
URL: https://svnweb.freebsd.org/changeset/ports/437316

Log:
  Update to 3.5.0
  
  Changes:	https://github.com/rails/web-console/blob/master/CHANGELOG.markdown

Modified:
  head/devel/rubygem-web-console/Makefile
  head/devel/rubygem-web-console/distinfo

Modified: head/devel/rubygem-web-console/Makefile
==============================================================================
--- head/devel/rubygem-web-console/Makefile	Thu Mar 30 15:13:57 2017	(r437315)
+++ head/devel/rubygem-web-console/Makefile	Thu Mar 30 15:14:02 2017	(r437316)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	web-console
-PORTVERSION=	3.4.0
+PORTVERSION=	3.5.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,9 +11,10 @@ COMMENT=	Debugging tool for your Ruby on
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-activemodel4>=4.2:databases/rubygem-activemodel4 \
-		rubygem-debug_inspector>=0:devel/rubygem-debug_inspector \
-		rubygem-railties4>=4.2:www/rubygem-railties4
+RUN_DEPENDS=	rubygem-activemodel5>=5.0:databases/rubygem-activemodel5 \
+		rubygem-actionview5>=5.0:devel/rubygem-actionview5 \
+		rubygem-bindex>=0:devel/rubygem-bindex \
+		rubygem-railties5>=5.0:www/rubygem-railties5
 
 NO_ARCH=	yes
 USE_RUBY=	yes

Modified: head/devel/rubygem-web-console/distinfo
==============================================================================
--- head/devel/rubygem-web-console/distinfo	Thu Mar 30 15:13:57 2017	(r437315)
+++ head/devel/rubygem-web-console/distinfo	Thu Mar 30 15:14:02 2017	(r437316)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1483346789
-SHA256 (rubygem/web-console-3.4.0.gem) = 16527bd9116aecf2c3ac7fcf40e220b06c8ae6122ab45edb4397e2a60437dbf1
-SIZE (rubygem/web-console-3.4.0.gem) = 28160
+TIMESTAMP = 1490877125
+SHA256 (rubygem/web-console-3.5.0.gem) = 99b10137a9da73bdd1da1c66471021ebd67e7772c1b13f2ac7eacdea7ab18e0c
+SIZE (rubygem/web-console-3.5.0.gem) = 27136


More information about the svn-ports-all mailing list