From owner-svn-ports-head@FreeBSD.ORG Sat Nov 29 21:32:19 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F6273EA; Sat, 29 Nov 2014 21:32:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 67E9F9B7; Sat, 29 Nov 2014 21:32:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sATLWJma024769; Sat, 29 Nov 2014 21:32:19 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sATLWIJi024767; Sat, 29 Nov 2014 21:32:18 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201411292132.sATLWIJi024767@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sat, 29 Nov 2014 21:32:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373654 - head/www/hiawatha X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2014 21:32:19 -0000 Author: xmj Date: Sat Nov 29 21:32:18 2014 New Revision: 373654 URL: https://svnweb.freebsd.org/changeset/ports/373654 QAT: https://qat.redports.org/buildarchive/r373654/ Log: www/hiawatha: upgrade to 9.8 - upgrade to 9.8 Changelog: - Added support for websockets. WebSocket option added. - Added Red Hat package building script (extra/make_redhat_package). Thanks to Paul F. Bernal B. - SSL key and certificate checks added to wigwam. - Small bugfixes and improvements. PR: 195474 Differential Revision: https://reviews.freebsd.org/D1242 Submitted by: Chris Petrik Approved by: swills (mentor) Modified: head/www/hiawatha/Makefile head/www/hiawatha/distinfo Modified: head/www/hiawatha/Makefile ============================================================================== --- head/www/hiawatha/Makefile Sat Nov 29 21:29:18 2014 (r373653) +++ head/www/hiawatha/Makefile Sat Nov 29 21:32:18 2014 (r373654) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hiawatha -PORTVERSION= 9.7 +PORTVERSION= 9.8 CATEGORIES= www MASTER_SITES= SF/fbsdports/hiawatha/ Modified: head/www/hiawatha/distinfo ============================================================================== --- head/www/hiawatha/distinfo Sat Nov 29 21:29:18 2014 (r373653) +++ head/www/hiawatha/distinfo Sat Nov 29 21:32:18 2014 (r373654) @@ -1,2 +1,2 @@ -SHA256 (hiawatha-9.7.tar.gz) = e8581336883b7b963f38572f6396f8c47b43e5bedd3147d052fa3652e6c0ed86 -SIZE (hiawatha-9.7.tar.gz) = 885325 +SHA256 (hiawatha-9.8.tar.gz) = 6fe9bd408361bc07b47fe6eeaf98d6b644e1cd258b3470da3e70aba510e83b64 +SIZE (hiawatha-9.8.tar.gz) = 888977