Upgrade to version 0.8.6.
This commit is contained in:
parent
9b5caf0a88
commit
9a1541ad2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325377
5 changed files with 16 additions and 14 deletions
|
@ -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= *
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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, ".*"}
|
||||
]}.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue