From owner-svn-ports-all@freebsd.org Tue May 16 18:19:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A9B8D70066; Tue, 16 May 2017 18:19:34 +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 mx1.freebsd.org (Postfix) with ESMTPS id 03F14145A; Tue, 16 May 2017 18:19:33 +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 v4GIJXSG057737; Tue, 16 May 2017 18:19:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4GIJWwd057734; Tue, 16 May 2017 18:19:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705161819.v4GIJWwd057734@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 16 May 2017 18:19:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441028 - head/www/rubygem-rack-protection X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2017 18:19:34 -0000 Author: sunpoet Date: Tue May 16 18:19:32 2017 New Revision: 441028 URL: https://svnweb.freebsd.org/changeset/ports/441028 Log: Update to 2.0.0 - Update WWW Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md https://github.com/sinatra/sinatra/commits/master/rack-protection Modified: head/www/rubygem-rack-protection/Makefile head/www/rubygem-rack-protection/distinfo head/www/rubygem-rack-protection/pkg-descr Modified: head/www/rubygem-rack-protection/Makefile ============================================================================== --- head/www/rubygem-rack-protection/Makefile Tue May 16 18:19:27 2017 (r441027) +++ head/www/rubygem-rack-protection/Makefile Tue May 16 18:19:32 2017 (r441028) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rack-protection -PORTVERSION= 1.5.3 -PORTREVISION= 2 +PORTVERSION= 2.0.0 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-rack-protection/distinfo ============================================================================== --- head/www/rubygem-rack-protection/distinfo Tue May 16 18:19:27 2017 (r441027) +++ head/www/rubygem-rack-protection/distinfo Tue May 16 18:19:32 2017 (r441028) @@ -1,2 +1,3 @@ -SHA256 (rubygem/rack-protection-1.5.3.gem) = b9c08cb17b13c6672ef642cc4855b4c4ba8fcb1f66abc687f03cddf37f106b33 -SIZE (rubygem/rack-protection-1.5.3.gem) = 18432 +TIMESTAMP = 1494940370 +SHA256 (rubygem/rack-protection-2.0.0.gem) = 5574f10cb3fcfe736389f121b868cd3320207aef777a34afb8f2d1226368aa11 +SIZE (rubygem/rack-protection-2.0.0.gem) = 15872 Modified: head/www/rubygem-rack-protection/pkg-descr ============================================================================== --- head/www/rubygem-rack-protection/pkg-descr Tue May 16 18:19:27 2017 (r441027) +++ head/www/rubygem-rack-protection/pkg-descr Tue May 16 18:19:32 2017 (r441028) @@ -1,3 +1,3 @@ Collection of Rack middleware to protect you against common, opportunistic attack. -WWW: https://github.com/sinatra/rack-protection +WWW: https://github.com/sinatra/sinatra/tree/master/rack-protection