From owner-svn-ports-head@freebsd.org Fri Oct 25 19:11:03 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 31911158F3F; Fri, 25 Oct 2019 19:11:03 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 470DGv0MlKz3xGY; Fri, 25 Oct 2019 19:11: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DA62B2ADFC; Fri, 25 Oct 2019 19:11:02 +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 x9PJB21i058203; Fri, 25 Oct 2019 19:11:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9PJB268058201; Fri, 25 Oct 2019 19:11:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201910251911.x9PJB268058201@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 25 Oct 2019 19:11:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515652 - head/devel/rubygem-stoplight X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-stoplight X-SVN-Commit-Revision: 515652 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: Fri, 25 Oct 2019 19:11:03 -0000 Author: sunpoet Date: Fri Oct 25 19:11:02 2019 New Revision: 515652 URL: https://svnweb.freebsd.org/changeset/ports/515652 Log: Update to 2.2.0 Changes: https://github.com/orgsync/stoplight/releases Modified: head/devel/rubygem-stoplight/Makefile head/devel/rubygem-stoplight/distinfo Modified: head/devel/rubygem-stoplight/Makefile ============================================================================== --- head/devel/rubygem-stoplight/Makefile Fri Oct 25 19:10:56 2019 (r515651) +++ head/devel/rubygem-stoplight/Makefile Fri Oct 25 19:11:02 2019 (r515652) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stoplight -PORTVERSION= 2.1.3 +PORTVERSION= 2.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,8 +12,9 @@ COMMENT= Implementation of the circuit breaker pattern LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/devel/rubygem-stoplight/distinfo ============================================================================== --- head/devel/rubygem-stoplight/distinfo Fri Oct 25 19:10:56 2019 (r515651) +++ head/devel/rubygem-stoplight/distinfo Fri Oct 25 19:11:02 2019 (r515652) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527076370 -SHA256 (rubygem/stoplight-2.1.3.gem) = 2c428f57f651eab4bd67593aecd85960dd07cdc01ece6e2cfa3b7ac84456a5b0 -SIZE (rubygem/stoplight-2.1.3.gem) = 20992 +TIMESTAMP = 1572018549 +SHA256 (rubygem/stoplight-2.2.0.gem) = 78ec4c4a3c9eba85e401739de7bebff64546bdec10ff219593d6039d6901312b +SIZE (rubygem/stoplight-2.2.0.gem) = 21504