Update www/erlang-webmachine to version 1.10.9.

This commit is contained in:
Jimmy Olgeni
2018-05-19 07:26:17 +00:00
parent 4b972df5c4
commit bc2c8d807a
5 changed files with 13 additions and 52 deletions
+1 -5
View File
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= webmachine
PORTVERSION= 1.10.8
PORTVERSION= 1.10.9
CATEGORIES= www devel
PKGNAMEPREFIX= erlang-
@@ -17,8 +17,4 @@ GH_ACCOUNT= webmachine
ERL_BUILD_DEPS= www/erlang-mochiweb-basho
ERL_RUN_DEPS:= ${ERL_BUILD_DEPS}
post-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
cd ${WRKSRC}/demo && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>
+3 -2
View File
@@ -1,2 +1,3 @@
SHA256 (webmachine-webmachine-1.10.8_GH0.tar.gz) = d93c2dacc1786db5c56a2b6536f6254038452d9096483becbaceb6643ecc8dcc
SIZE (webmachine-webmachine-1.10.8_GH0.tar.gz) = 1642596
TIMESTAMP = 1526713504
SHA256 (webmachine-webmachine-1.10.9_GH0.tar.gz) = febf7a29f79763f1ddcc8234ae53780dfb1b707fa5423c6e271d77f8145160f0
SIZE (webmachine-webmachine-1.10.9_GH0.tar.gz) = 1521443
@@ -1,11 +0,0 @@
--- Makefile.orig 2015-02-11 18:40:46 UTC
+++ Makefile
@@ -11,7 +11,7 @@ all: deps compile
compile: deps
./rebar compile
-deps: DEV_MODE
+deps:
@(./rebar get-deps)
clean:
@@ -1,17 +1,15 @@
--- rebar.config.orig 2015-02-11 18:40:46 UTC
--- rebar.config.orig 2018-05-19 07:23:21 UTC
+++ rebar.config
@@ -1,12 +1,12 @@
@@ -1,11 +1,10 @@
%%-*- mode: erlang -*-
-{erl_opts, [warnings_as_errors]}.
+{erl_opts, []}.
{cover_enabled, true}.
{edoc_opts, [{preprocess, true}]}.
{xref_checks, [undefined_function_calls]}.
{deps,
- [{mochiweb, "2.9.0", {git, "git://github.com/basho/mochiweb.git", {tag, "v2.9.0p1"}}}
+ [
]}.
-{deps, [{mochiweb, {git, "https://github.com/mochi/mochiweb", {tag, "v2.17.0"}}}]}.
+{deps, []}.
{dev_only_deps,
{eunit_opts, [
no_tty,
+3 -26
View File
@@ -8,6 +8,7 @@ lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_dispatcher.beam
lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_error.beam
lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_error_handler.beam
lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_error_log_handler.beam
lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_headers.beam
lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_log.beam
lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_logger_watcher.beam
lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_logger_watcher_sup.beam
@@ -26,17 +27,6 @@ lib/erlang/lib/webmachine-%%VERSION%%/include/webmachine_logger.hrl
lib/erlang/lib/webmachine-%%VERSION%%/include/wm_reqdata.hrl
lib/erlang/lib/webmachine-%%VERSION%%/include/wm_reqstate.hrl
lib/erlang/lib/webmachine-%%VERSION%%/include/wm_resource.hrl
lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/Makefile
lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/README
lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/rebar.config
lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/src/wmskel.app.src
lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/src/wmskel.erl
lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/src/wmskel_app.erl
lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/src/wmskel_config.erl
lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/src/wmskel_resource.erl
lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/src/wmskel_sup.erl
lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/start.sh
lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/wmskel.template
lib/erlang/lib/webmachine-%%VERSION%%/priv/trace/http-headers-status-v3.png
lib/erlang/lib/webmachine-%%VERSION%%/priv/trace/wmtrace.css
lib/erlang/lib/webmachine-%%VERSION%%/priv/trace/wmtrace.js
@@ -51,6 +41,7 @@ lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_dispatcher.erl
lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_error.erl
lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_error_handler.erl
lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_error_log_handler.erl
lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_headers.erl
lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_log.erl
lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_logger_watcher.erl
lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_logger_watcher_sup.erl
@@ -64,18 +55,4 @@ lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_sup.erl
lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_util.erl
lib/erlang/lib/webmachine-%%VERSION%%/src/wmtrace_resource.erl
lib/erlang/lib/webmachine-%%VERSION%%/src/wrq.erl
%%PORTDOCS%%%%DOCSDIR%%/README.org
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/priv/dispatch.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rebar.config
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/webmachine_demo.app.src
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/webmachine_demo.erl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/webmachine_demo_app.erl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/webmachine_demo_fs_resource.erl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/webmachine_demo_resource.erl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/webmachine_demo_sup.erl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/webmachine_demo_upload_resource.erl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/start.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/form.dtl
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/priv/www/uploads
%%PORTDOCS%%%%DOCSDIR%%/README.md