svn commit: r515652 - head/devel/rubygem-stoplight

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Oct 25 19:11:03 UTC 2019


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


More information about the svn-ports-head mailing list