From owner-svn-ports-all@FreeBSD.ORG Mon Aug 26 08:30:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B443AD4B; Mon, 26 Aug 2013 08:30:30 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A1A3B2325; Mon, 26 Aug 2013 08:30:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7Q8UUU6014569; Mon, 26 Aug 2013 08:30:30 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7Q8UT9Z014563; Mon, 26 Aug 2013 08:30:29 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201308260830.r7Q8UT9Z014563@svn.freebsd.org> From: Jimmy Olgeni Date: Mon, 26 Aug 2013 08:30:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325377 - in head/www/cowboy: . files 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.14 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: Mon, 26 Aug 2013 08:30:30 -0000 Author: olgeni Date: Mon Aug 26 08:30:29 2013 New Revision: 325377 URL: http://svnweb.freebsd.org/changeset/ports/325377 Log: Upgrade to version 0.8.6. Modified: head/www/cowboy/Makefile head/www/cowboy/distinfo head/www/cowboy/files/patch-Makefile head/www/cowboy/files/patch-rebar.config head/www/cowboy/pkg-plist Modified: head/www/cowboy/Makefile ============================================================================== --- head/www/cowboy/Makefile Mon Aug 26 08:29:46 2013 (r325376) +++ head/www/cowboy/Makefile Mon Aug 26 08:30:29 2013 (r325377) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cowboy -PORTVERSION= 0.8.4 +PORTVERSION= 0.8.6 CATEGORIES= www MASTER_SITES= GH @@ -18,7 +18,7 @@ USE_GMAKE= yes USE_GITHUB= yes GH_ACCOUNT= extend GH_PROJECT= cowboy -GH_COMMIT= 46b2ea0 +GH_COMMIT= 9eaee45 GH_TAGNAME= ${PORTVERSION} PORTDOCS= * Modified: head/www/cowboy/distinfo ============================================================================== --- head/www/cowboy/distinfo Mon Aug 26 08:29:46 2013 (r325376) +++ head/www/cowboy/distinfo Mon Aug 26 08:30:29 2013 (r325377) @@ -1,2 +1,2 @@ -SHA256 (cowboy-0.8.4.tar.gz) = 536c81783b1cf73cf62b1ea594f1f7c2a3041055e475b312275750673449c8f7 -SIZE (cowboy-0.8.4.tar.gz) = 3908260 +SHA256 (cowboy-0.8.6.tar.gz) = bc89daa585f370b85a4c5ada7d8ea457fe2dca03469b10004f82fb9d802137be +SIZE (cowboy-0.8.6.tar.gz) = 3931343 Modified: head/www/cowboy/files/patch-Makefile ============================================================================== --- head/www/cowboy/files/patch-Makefile Mon Aug 26 08:29:46 2013 (r325376) +++ head/www/cowboy/files/patch-Makefile Mon Aug 26 08:30:29 2013 (r325377) @@ -3,13 +3,12 @@ $FreeBSD$ --- Makefile.orig +++ Makefile -@@ -55,8 +55,7 @@ - git clone -n -- https://github.com/extend/ranch.git $(DEPS_DIR)/ranch - cd $(DEPS_DIR)/ranch ; git checkout -q $(RANCH_VSN) +@@ -10,7 +10,7 @@ --deps: $(DEPS_DIR)/ranch -- @$(MAKE) -C $(DEPS_DIR)/ranch -+deps: + # Dependencies. - clean-deps: - -@$(MAKE) -C $(DEPS_DIR)/ranch clean +-DEPS = ranch ++DEPS = + TEST_DEPS = ct_helper + dep_ranch = https://github.com/extend/ranch.git 0.8.4 + dep_ct_helper = https://github.com/extend/ct_helper.git master Modified: head/www/cowboy/files/patch-rebar.config ============================================================================== --- head/www/cowboy/files/patch-rebar.config Mon Aug 26 08:29:46 2013 (r325376) +++ head/www/cowboy/files/patch-rebar.config Mon Aug 26 08:30:29 2013 (r325377) @@ -5,6 +5,6 @@ $FreeBSD$ +++ rebar.config @@ -1,3 +1,3 @@ {deps, [ -- {ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.8.1"}} +- {ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.8.4"}} + {ranch, ".*"} ]}. Modified: head/www/cowboy/pkg-plist ============================================================================== --- head/www/cowboy/pkg-plist Mon Aug 26 08:29:46 2013 (r325376) +++ head/www/cowboy/pkg-plist Mon Aug 26 08:30:29 2013 (r325377) @@ -14,6 +14,7 @@ %%LIB32DIR%%/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_req.beam %%LIB32DIR%%/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_rest.beam %%LIB32DIR%%/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_router.beam +%%LIB32DIR%%/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_spdy.beam %%LIB32DIR%%/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_static.beam %%LIB32DIR%%/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_sub_protocol.beam %%LIB32DIR%%/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_sup.beam @@ -35,9 +36,11 @@ %%LIB32DIR%%/erlang/lib/cowboy-%%VERSION%%/src/cowboy_req.erl %%LIB32DIR%%/erlang/lib/cowboy-%%VERSION%%/src/cowboy_rest.erl %%LIB32DIR%%/erlang/lib/cowboy-%%VERSION%%/src/cowboy_router.erl +%%LIB32DIR%%/erlang/lib/cowboy-%%VERSION%%/src/cowboy_spdy.erl +%%LIB32DIR%%/erlang/lib/cowboy-%%VERSION%%/src/cowboy_spdy.hrl %%LIB32DIR%%/erlang/lib/cowboy-%%VERSION%%/src/cowboy_static.erl -%%LIB32DIR%%/erlang/lib/cowboy-%%VERSION%%/src/cowboy_sup.erl %%LIB32DIR%%/erlang/lib/cowboy-%%VERSION%%/src/cowboy_sub_protocol.erl +%%LIB32DIR%%/erlang/lib/cowboy-%%VERSION%%/src/cowboy_sup.erl %%LIB32DIR%%/erlang/lib/cowboy-%%VERSION%%/src/cowboy_websocket.erl %%LIB32DIR%%/erlang/lib/cowboy-%%VERSION%%/src/cowboy_websocket_handler.erl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.md