From owner-svn-ports-head@freebsd.org Thu Nov 1 19:17:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63AAB10D2BF8; Thu, 1 Nov 2018 19:17:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 15CC788596; Thu, 1 Nov 2018 19:17:21 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EA9811FF8F; Thu, 1 Nov 2018 19:17:20 +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 wA1JHK3e039379; Thu, 1 Nov 2018 19:17:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA1JHKcg039376; Thu, 1 Nov 2018 19:17:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201811011917.wA1JHKcg039376@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, 1 Nov 2018 19:17:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483725 - head/devel/rubygem-rabl X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-rabl X-SVN-Commit-Revision: 483725 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2018 19:17:21 -0000 Author: sunpoet Date: Thu Nov 1 19:17:19 2018 New Revision: 483725 URL: https://svnweb.freebsd.org/changeset/ports/483725 Log: Update to 0.14.0 - Fix version requirement of RUN_DEPENDS - Update WWW Changes: https://github.com/nesquena/rabl/releases https://github.com/nesquena/rabl/blob/master/CHANGELOG.md Modified: head/devel/rubygem-rabl/Makefile head/devel/rubygem-rabl/distinfo head/devel/rubygem-rabl/pkg-descr head/devel/rubygem-rabl/pkg-plist Modified: head/devel/rubygem-rabl/Makefile ============================================================================== --- head/devel/rubygem-rabl/Makefile Thu Nov 1 19:16:24 2018 (r483724) +++ head/devel/rubygem-rabl/Makefile Thu Nov 1 19:17:19 2018 (r483725) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= rabl -PORTVERSION= 0.13.1 -PORTREVISION= 1 +PORTVERSION= 0.14.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,11 +11,11 @@ COMMENT= General ruby templating with json, bson, xml LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport5>0:devel/rubygem-activesupport5 +RUN_DEPENDS= rubygem-activesupport5>=2.3.14:devel/rubygem-activesupport5 -NO_ARCH= yes - USE_RUBY= yes USES= gem + +NO_ARCH= yes .include Modified: head/devel/rubygem-rabl/distinfo ============================================================================== --- head/devel/rubygem-rabl/distinfo Thu Nov 1 19:16:24 2018 (r483724) +++ head/devel/rubygem-rabl/distinfo Thu Nov 1 19:17:19 2018 (r483725) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492169247 -SHA256 (rubygem/rabl-0.13.1.gem) = 988c4ff58aa3fe2adcc46c14cf4a751f03e274bbda780bc6801e973c52bad80a -SIZE (rubygem/rabl-0.13.1.gem) = 133120 +TIMESTAMP = 1541081927 +SHA256 (rubygem/rabl-0.14.0.gem) = b22c75c8d393b152a213d93f3b3e7b4b18059c0afaf3bdce6e6e4bc23f80146e +SIZE (rubygem/rabl-0.14.0.gem) = 146944 Modified: head/devel/rubygem-rabl/pkg-descr ============================================================================== --- head/devel/rubygem-rabl/pkg-descr Thu Nov 1 19:16:24 2018 (r483724) +++ head/devel/rubygem-rabl/pkg-descr Thu Nov 1 19:17:19 2018 (r483725) @@ -13,4 +13,4 @@ With it, one can easily: - Append attributes from a child into a parent node - Include nodes only if a certain condition has been met -WWW: https://github.com/nesquena/rabl/ +WWW: https://github.com/nesquena/rabl Modified: head/devel/rubygem-rabl/pkg-plist ============================================================================== --- head/devel/rubygem-rabl/pkg-plist Thu Nov 1 19:16:24 2018 (r483724) +++ head/devel/rubygem-rabl/pkg-plist Thu Nov 1 19:17:19 2018 (r483725) @@ -24,9 +24,22 @@ %%GEM_LIB_DIR%%/fixtures/rails4/db/migrate %%GEM_LIB_DIR%%/fixtures/rails4/test/functional/posts_controller_test.rb %%GEM_LIB_DIR%%/fixtures/rails4/test/functional/users_controller_test.rb +%%GEM_LIB_DIR%%/fixtures/rails5/app/controllers/posts_controller.rb +%%GEM_LIB_DIR%%/fixtures/rails5/app/controllers/users_controller.rb +%%GEM_LIB_DIR%%/fixtures/rails5/app/helpers %%GEM_LIB_DIR%%/fixtures/rails5/app/models %%GEM_LIB_DIR%%/fixtures/rails5/app/views %%GEM_LIB_DIR%%/fixtures/rails5/db/migrate +%%GEM_LIB_DIR%%/fixtures/rails5/test/functional/posts_controller_test.rb +%%GEM_LIB_DIR%%/fixtures/rails5/test/functional/users_controller_test.rb +%%GEM_LIB_DIR%%/fixtures/rails5_api/app/controllers/posts_controller.rb +%%GEM_LIB_DIR%%/fixtures/rails5_api/app/controllers/users_controller.rb +%%GEM_LIB_DIR%%/fixtures/rails5_api/app/helpers +%%GEM_LIB_DIR%%/fixtures/rails5_api/app/models +%%GEM_LIB_DIR%%/fixtures/rails5_api/app/views +%%GEM_LIB_DIR%%/fixtures/rails5_api/db/migrate +%%GEM_LIB_DIR%%/fixtures/rails5_api/test/functional/posts_controller_test.rb +%%GEM_LIB_DIR%%/fixtures/rails5_api/test/functional/users_controller_test.rb %%GEM_LIB_DIR%%/fixtures/sinatra_test/db/migrate %%GEM_LIB_DIR%%/fixtures/sinatra_test/models %%GEM_LIB_DIR%%/fixtures/sinatra_test/test/functional/posts_controller_test.rb