Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2014 08:26:55 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371427 - head/www/mochiweb
Message-ID:  <201410240826.s9O8Qtno081974@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Fri Oct 24 08:26:54 2014
New Revision: 371427
URL: https://svnweb.freebsd.org/changeset/ports/371427
QAT: https://qat.redports.org/buildarchive/r371427/

Log:
  Upgrade to version 2.9.2.

Modified:
  head/www/mochiweb/Makefile
  head/www/mochiweb/distinfo   (contents, props changed)
  head/www/mochiweb/pkg-plist   (contents, props changed)

Modified: head/www/mochiweb/Makefile
==============================================================================
--- head/www/mochiweb/Makefile	Fri Oct 24 08:13:07 2014	(r371426)
+++ head/www/mochiweb/Makefile	Fri Oct 24 08:26:54 2014	(r371427)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	mochiweb
-PORTVERSION=	2.7.0
+PORTVERSION=	2.9.2
 CATEGORIES=	www devel
 MASTER_SITES=	GH
 
@@ -20,7 +20,7 @@ PLIST_SUB=	VERSION="${PORTVERSION}"
 USE_GITHUB=	yes
 GH_ACCOUNT=	mochi
 GH_PROJECT=	mochiweb
-GH_COMMIT=	8c2e78e
+GH_COMMIT=	66a6535
 GH_TAGNAME=	v${PORTVERSION}
 
 PORTDOCS=	*

Modified: head/www/mochiweb/distinfo
==============================================================================
--- head/www/mochiweb/distinfo	Fri Oct 24 08:13:07 2014	(r371426)
+++ head/www/mochiweb/distinfo	Fri Oct 24 08:26:54 2014	(r371427)
@@ -1,2 +1,2 @@
-SHA256 (mochiweb-2.7.0.tar.gz) = 4f76cbc1bb81ed1f99e6993589568bb9711584de48c679d9f967975e0dcd7d7c
-SIZE (mochiweb-2.7.0.tar.gz) = 206576
+SHA256 (mochiweb-2.9.2.tar.gz) = d164e59f3b129898d4db621fe34528c020154bee9c58d216d54ccfa2a143f62e
+SIZE (mochiweb-2.9.2.tar.gz) = 277631

Modified: head/www/mochiweb/pkg-plist
==============================================================================
--- head/www/mochiweb/pkg-plist	Fri Oct 24 08:13:07 2014	(r371426)
+++ head/www/mochiweb/pkg-plist	Fri Oct 24 08:26:54 2014	(r371427)
@@ -25,12 +25,12 @@ lib/erlang/lib/mochiweb-%%VERSION%%/ebin
 lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_mime.beam
 lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_multipart.beam
 lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_request.beam
-lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_request_tests.beam
 lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_response.beam
 lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_session.beam
 lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_socket.beam
 lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_socket_server.beam
 lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_util.beam
+lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_websocket.beam
 lib/erlang/lib/mochiweb-%%VERSION%%/ebin/reloader.beam
 lib/erlang/lib/mochiweb-%%VERSION%%/include/internal.hrl
 lib/erlang/lib/mochiweb-%%VERSION%%/src/mochifmt.erl
@@ -60,12 +60,12 @@ lib/erlang/lib/mochiweb-%%VERSION%%/src/
 lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_mime.erl
 lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_multipart.erl
 lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_request.erl
-lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_request_tests.erl
 lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_response.erl
 lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_session.erl
 lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_socket.erl
 lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_socket_server.erl
 lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_util.erl
+lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_websocket.erl
 lib/erlang/lib/mochiweb-%%VERSION%%/src/reloader.erl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hmac_api/README
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hmac_api/hmac_api.hrl
@@ -75,11 +75,5 @@ lib/erlang/lib/mochiweb-%%VERSION%%/src/
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/https/server_cert.pem
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/https/server_key.pem
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/keepalive/keepalive.erl
-@dirrm lib/erlang/lib/mochiweb-%%VERSION%%/src
-@dirrm lib/erlang/lib/mochiweb-%%VERSION%%/include
-@dirrm lib/erlang/lib/mochiweb-%%VERSION%%/ebin
-@dirrm lib/erlang/lib/mochiweb-%%VERSION%%
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/keepalive
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/https
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/hmac_api
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/websocket/index.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/websocket/websocket.erl



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