From owner-svn-ports-all@freebsd.org Thu Mar 30 15:14:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9370D260AF; Thu, 30 Mar 2017 15:14:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C321E35; Thu, 30 Mar 2017 15:14:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UFE2Jm028324; Thu, 30 Mar 2017 15:14:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UFE23J028322; Thu, 30 Mar 2017 15:14:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703301514.v2UFE23J028322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 15:14:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437316 - head/devel/rubygem-web-console X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:14:04 -0000 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