From owner-svn-ports-all@freebsd.org Wed Oct 4 10:56:12 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 D7427E35D7C; Wed, 4 Oct 2017 10:56:12 +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 A6F79809E1; Wed, 4 Oct 2017 10:56:12 +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 v94AuBq3084475; Wed, 4 Oct 2017 10:56:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94AuB1W084472; Wed, 4 Oct 2017 10:56:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710041056.v94AuB1W084472@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Oct 2017 10:56:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451211 - head/www/rubygem-unicorn X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-unicorn X-SVN-Commit-Revision: 451211 X-SVN-Commit-Repository: ports 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: Wed, 04 Oct 2017 10:56:13 -0000 Author: sunpoet Date: Wed Oct 4 10:56:11 2017 New Revision: 451211 URL: https://svnweb.freebsd.org/changeset/ports/451211 Log: Update to 5.3.1 - Update WWW Changes: https://bogomips.org/unicorn/NEWS.html Modified: head/www/rubygem-unicorn/Makefile head/www/rubygem-unicorn/distinfo head/www/rubygem-unicorn/pkg-descr Modified: head/www/rubygem-unicorn/Makefile ============================================================================== --- head/www/rubygem-unicorn/Makefile Wed Oct 4 10:56:06 2017 (r451210) +++ head/www/rubygem-unicorn/Makefile Wed Oct 4 10:56:11 2017 (r451211) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unicorn -PORTVERSION= 5.3.0 +PORTVERSION= 5.3.1 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-unicorn/distinfo ============================================================================== --- head/www/rubygem-unicorn/distinfo Wed Oct 4 10:56:06 2017 (r451210) +++ head/www/rubygem-unicorn/distinfo Wed Oct 4 10:56:11 2017 (r451211) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491126933 -SHA256 (rubygem/unicorn-5.3.0.gem) = 1c1e83d07284d1f17ecf4382f4335b5cf7a5ac1579b0f9f4a3ed89dd9e6651cc -SIZE (rubygem/unicorn-5.3.0.gem) = 216576 +TIMESTAMP = 1507100152 +SHA256 (rubygem/unicorn-5.3.1.gem) = 6b03fd402fff4871929228e0ed8aee01656d59ca7135f3b41e07161828b40d38 +SIZE (rubygem/unicorn-5.3.1.gem) = 217088 Modified: head/www/rubygem-unicorn/pkg-descr ============================================================================== --- head/www/rubygem-unicorn/pkg-descr Wed Oct 4 10:56:06 2017 (r451210) +++ head/www/rubygem-unicorn/pkg-descr Wed Oct 4 10:56:11 2017 (r451211) @@ -4,4 +4,4 @@ features in Unix/Unix-like kernels. Slow clients shoul placing a reverse proxy capable of fully buffering both the request and response in between Unicorn and slow clients. -WWW: http://bogomips.org/unicorn/ +WWW: https://bogomips.org/unicorn/