From owner-svn-ports-all@freebsd.org Wed Dec 16 23:30:29 2015 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 2D50CA4A3B2; Wed, 16 Dec 2015 23:30:29 +0000 (UTC) (envelope-from junovitch@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 D0B311252; Wed, 16 Dec 2015 23:30:28 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBGNURmC016861; Wed, 16 Dec 2015 23:30:27 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBGNUREJ016858; Wed, 16 Dec 2015 23:30:27 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512162330.tBGNUREJ016858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Wed, 16 Dec 2015 23:30:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403880 - head/www/h2o 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.20 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, 16 Dec 2015 23:30:29 -0000 Author: junovitch Date: Wed Dec 16 23:30:27 2015 New Revision: 403880 URL: https://svnweb.freebsd.org/changeset/ports/403880 Log: www/h2o: update 1.5.3 -> 1.6.0 Changes: https://github.com/h2o/h2o/releases/tag/v1.6.0 PR: 205337 Submitted by: Dave Cottlehuber (maintainer) Modified: head/www/h2o/Makefile head/www/h2o/distinfo head/www/h2o/pkg-plist Modified: head/www/h2o/Makefile ============================================================================== --- head/www/h2o/Makefile Wed Dec 16 23:22:15 2015 (r403879) +++ head/www/h2o/Makefile Wed Dec 16 23:30:27 2015 (r403880) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= h2o -PORTVERSION= 1.5.3 +PORTVERSION= 1.6.0 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/h2o/distinfo ============================================================================== --- head/www/h2o/distinfo Wed Dec 16 23:22:15 2015 (r403879) +++ head/www/h2o/distinfo Wed Dec 16 23:30:27 2015 (r403880) @@ -1,2 +1,2 @@ -SHA256 (h2o-h2o-v1.5.3_GH0.tar.gz) = 93bbfac7f781b82a276a69b2bc331782c4020f8c877ec6c8ca6a4f9addb42922 -SIZE (h2o-h2o-v1.5.3_GH0.tar.gz) = 6264687 +SHA256 (h2o-h2o-v1.6.0_GH0.tar.gz) = 5c8b96ac9e930fbd563359323413e3e08057fe850e515eb41c3bfff896a78593 +SIZE (h2o-h2o-v1.6.0_GH0.tar.gz) = 6279605 Modified: head/www/h2o/pkg-plist ============================================================================== --- head/www/h2o/pkg-plist Wed Dec 16 23:22:15 2015 (r403879) +++ head/www/h2o/pkg-plist Wed Dec 16 23:30:27 2015 (r403880) @@ -15,6 +15,7 @@ share/h2o/start_server %%PORTDOCS%%%%DOCSDIR%%/configure/access_log_directives.html %%PORTDOCS%%%%DOCSDIR%%/configure/base_directives.html %%PORTDOCS%%%%DOCSDIR%%/configure/command_options.html +%%PORTDOCS%%%%DOCSDIR%%/configure/errordoc_directives.html %%PORTDOCS%%%%DOCSDIR%%/configure/expires_directives.html %%PORTDOCS%%%%DOCSDIR%%/configure/fastcgi_directives.html %%PORTDOCS%%%%DOCSDIR%%/configure/file_directives.html