From owner-svn-ports-all@freebsd.org Sat May 19 07:26:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92A1BEF1E4C; Sat, 19 May 2018 07:26:19 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2EE5083A80; Sat, 19 May 2018 07:26:19 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 064A023F44; Sat, 19 May 2018 07:26:18 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4J7QIAc025173; Sat, 19 May 2018 07:26:18 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4J7QIpk025170; Sat, 19 May 2018 07:26:18 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201805190726.w4J7QIpk025170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 19 May 2018 07:26:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470361 - in head/www/erlang-webmachine: . files X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: in head/www/erlang-webmachine: . files X-SVN-Commit-Revision: 470361 X-SVN-Commit-Repository: ports 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.26 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: Sat, 19 May 2018 07:26:19 -0000 Author: olgeni Date: Sat May 19 07:26:17 2018 New Revision: 470361 URL: https://svnweb.freebsd.org/changeset/ports/470361 Log: Update www/erlang-webmachine to version 1.10.9. Deleted: head/www/erlang-webmachine/files/patch-Makefile Modified: head/www/erlang-webmachine/Makefile head/www/erlang-webmachine/distinfo head/www/erlang-webmachine/files/patch-rebar.config head/www/erlang-webmachine/pkg-plist Modified: head/www/erlang-webmachine/Makefile ============================================================================== --- head/www/erlang-webmachine/Makefile Sat May 19 07:04:38 2018 (r470360) +++ head/www/erlang-webmachine/Makefile Sat May 19 07:26:17 2018 (r470361) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= webmachine -PORTVERSION= 1.10.8 +PORTVERSION= 1.10.9 CATEGORIES= www devel PKGNAMEPREFIX= erlang- @@ -16,9 +16,5 @@ 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 Modified: head/www/erlang-webmachine/distinfo ============================================================================== --- head/www/erlang-webmachine/distinfo Sat May 19 07:04:38 2018 (r470360) +++ head/www/erlang-webmachine/distinfo Sat May 19 07:26:17 2018 (r470361) @@ -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 Modified: head/www/erlang-webmachine/files/patch-rebar.config ============================================================================== --- head/www/erlang-webmachine/files/patch-rebar.config Sat May 19 07:04:38 2018 (r470360) +++ head/www/erlang-webmachine/files/patch-rebar.config Sat May 19 07:26:17 2018 (r470361) @@ -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, Modified: head/www/erlang-webmachine/pkg-plist ============================================================================== --- head/www/erlang-webmachine/pkg-plist Sat May 19 07:04:38 2018 (r470360) +++ head/www/erlang-webmachine/pkg-plist Sat May 19 07:26:17 2018 (r470361) @@ -8,6 +8,7 @@ lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_ 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/webmachi 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_d 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_s 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