Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Aug 2018 16:13:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r476366 - in branches/2018Q3/www: rubygem-rack-protection rubygem-sinatra rubygem-sinatra-contrib
Message-ID:  <201808041613.w74GD2iO077065@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Aug  4 16:13:02 2018
New Revision: 476366
URL: https://svnweb.freebsd.org/changeset/ports/476366

Log:
  MFH: r476041 r476127 r476138
  
  Update to 2.0.3
  
  Changes:	https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md
  
  Update to 2.0.3
  
  Changes:	https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md
  		https://github.com/sinatra/sinatra/commits/master/rack-protection
  
  Update to 2.0.3
  
  Changes:	https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md
  		https://github.com/sinatra/sinatra/commits/master
  Security:	ca05d9da-ac1d-4113-8a05-ffe9cd0d6160
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2018Q3/www/rubygem-rack-protection/Makefile
  branches/2018Q3/www/rubygem-rack-protection/distinfo
  branches/2018Q3/www/rubygem-sinatra-contrib/Makefile
  branches/2018Q3/www/rubygem-sinatra-contrib/distinfo
  branches/2018Q3/www/rubygem-sinatra/Makefile
  branches/2018Q3/www/rubygem-sinatra/distinfo
Directory Properties:
  branches/2018Q3/   (props changed)

Modified: branches/2018Q3/www/rubygem-rack-protection/Makefile
==============================================================================
--- branches/2018Q3/www/rubygem-rack-protection/Makefile	Sat Aug  4 15:50:04 2018	(r476365)
+++ branches/2018Q3/www/rubygem-rack-protection/Makefile	Sat Aug  4 16:13:02 2018	(r476366)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rack-protection
-PORTVERSION=	2.0.1
+PORTVERSION=	2.0.3
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 

Modified: branches/2018Q3/www/rubygem-rack-protection/distinfo
==============================================================================
--- branches/2018Q3/www/rubygem-rack-protection/distinfo	Sat Aug  4 15:50:04 2018	(r476365)
+++ branches/2018Q3/www/rubygem-rack-protection/distinfo	Sat Aug  4 16:13:02 2018	(r476366)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1518861234
-SHA256 (rubygem/rack-protection-2.0.1.gem) = e7d9459da7f5f00342dccc8d28151f00b911e77715166c9d3c4e52d40f7c957b
-SIZE (rubygem/rack-protection-2.0.1.gem) = 15872
+TIMESTAMP = 1532976305
+SHA256 (rubygem/rack-protection-2.0.3.gem) = b749d4ee16fb8b92ef644571efed7e79fa6162b712095288b395c61b314aa5fc
+SIZE (rubygem/rack-protection-2.0.3.gem) = 16896

Modified: branches/2018Q3/www/rubygem-sinatra-contrib/Makefile
==============================================================================
--- branches/2018Q3/www/rubygem-sinatra-contrib/Makefile	Sat Aug  4 15:50:04 2018	(r476365)
+++ branches/2018Q3/www/rubygem-sinatra-contrib/Makefile	Sat Aug  4 16:13:02 2018	(r476366)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	sinatra-contrib
-PORTVERSION=	2.0.1
+PORTVERSION=	2.0.3
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +11,8 @@ COMMENT=	Collection of useful Sinatra extensions
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-multi_json>=0:devel/rubygem-multi_json \
+RUN_DEPENDS=	rubygem-activesupport5>=4.0.0:devel/rubygem-activesupport5 \
+		rubygem-multi_json>=0:devel/rubygem-multi_json \
 		rubygem-mustermann>=1.0:devel/rubygem-mustermann \
 		rubygem-rack-protection>=${PORTVERSION}:www/rubygem-rack-protection \
 		rubygem-sinatra>=${PORTVERSION}:www/rubygem-sinatra \

Modified: branches/2018Q3/www/rubygem-sinatra-contrib/distinfo
==============================================================================
--- branches/2018Q3/www/rubygem-sinatra-contrib/distinfo	Sat Aug  4 15:50:04 2018	(r476365)
+++ branches/2018Q3/www/rubygem-sinatra-contrib/distinfo	Sat Aug  4 16:13:02 2018	(r476366)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1518889868
-SHA256 (rubygem/sinatra-contrib-2.0.1.gem) = 4880cc28bca78fcb667491b1d008e46cc74ae2662acccd7e31655492795d6633
-SIZE (rubygem/sinatra-contrib-2.0.1.gem) = 33792
+TIMESTAMP = 1532975219
+SHA256 (rubygem/sinatra-contrib-2.0.3.gem) = cc21312ff8535a0139b2ffbabc7717a59c20a24408b56dbbbd987afab7bd68ba
+SIZE (rubygem/sinatra-contrib-2.0.3.gem) = 33280

Modified: branches/2018Q3/www/rubygem-sinatra/Makefile
==============================================================================
--- branches/2018Q3/www/rubygem-sinatra/Makefile	Sat Aug  4 15:50:04 2018	(r476365)
+++ branches/2018Q3/www/rubygem-sinatra/Makefile	Sat Aug  4 16:13:02 2018	(r476366)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sinatra
-PORTVERSION=	2.0.1
+PORTVERSION=	2.0.3
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 

Modified: branches/2018Q3/www/rubygem-sinatra/distinfo
==============================================================================
--- branches/2018Q3/www/rubygem-sinatra/distinfo	Sat Aug  4 15:50:04 2018	(r476365)
+++ branches/2018Q3/www/rubygem-sinatra/distinfo	Sat Aug  4 16:13:02 2018	(r476366)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1518861244
-SHA256 (rubygem/sinatra-2.0.1.gem) = 9ba7a299d8dcfac158e83a59cca091529f95c7c2cacb48776d9a46f6503bda0e
-SIZE (rubygem/sinatra-2.0.1.gem) = 336384
+TIMESTAMP = 1532976364
+SHA256 (rubygem/sinatra-2.0.3.gem) = 39d5911273c74b516419d5e99c396fa0405b0187a3d003c3d82d92497029d1cf
+SIZE (rubygem/sinatra-2.0.3.gem) = 337920



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