Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2019 19:11:02 +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: r515652 - head/devel/rubygem-stoplight
Message-ID:  <201910251911.x9PJB268058201@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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