Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jan 2015 13:41:39 +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: r376231 - in head/www/webmachine: . files
Message-ID:  <201501041341.t04Dfdsg040682@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Sun Jan  4 13:41:38 2015
New Revision: 376231
URL: https://svnweb.freebsd.org/changeset/ports/376231
QAT: https://qat.redports.org/buildarchive/r376231/

Log:
  Upgrade to version 1.10.6.

Modified:
  head/www/webmachine/Makefile
  head/www/webmachine/distinfo   (contents, props changed)
  head/www/webmachine/files/patch-rebar.config
  head/www/webmachine/pkg-plist   (contents, props changed)

Modified: head/www/webmachine/Makefile
==============================================================================
--- head/www/webmachine/Makefile	Sun Jan  4 13:21:30 2015	(r376230)
+++ head/www/webmachine/Makefile	Sun Jan  4 13:41:38 2015	(r376231)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	webmachine
-PORTVERSION=	1.10.5
+PORTVERSION=	1.10.6
 CATEGORIES=	www devel
 
 MAINTAINER=	olgeni@FreeBSD.org
@@ -16,10 +16,11 @@ RUN_DEPENDS=	erl:${PORTSDIR}/lang/erlang
 
 PLIST_SUB=      VERSION="${PORTVERSION}"
 
+USES=		gmake
 USE_GITHUB=     yes
 GH_ACCOUNT=     basho
 GH_PROJECT=     webmachine
-GH_COMMIT=      4e2d89c
+GH_COMMIT=      850bf30
 GH_TAGNAME=     ${PORTVERSION}
 
 PORTDOCS=	*

Modified: head/www/webmachine/distinfo
==============================================================================
--- head/www/webmachine/distinfo	Sun Jan  4 13:21:30 2015	(r376230)
+++ head/www/webmachine/distinfo	Sun Jan  4 13:41:38 2015	(r376231)
@@ -1,2 +1,2 @@
-SHA256 (webmachine-1.10.5.tar.gz) = 67db129a78838063b7f528fe080b61fcd630399b46708fc0843db63df995ca37
-SIZE (webmachine-1.10.5.tar.gz) = 1625112
+SHA256 (webmachine-1.10.6.tar.gz) = 53c2e783cb602ddf38c74b5c22e3e2bbbc8142d9a0dfcd1b2e39a8c45595ec71
+SIZE (webmachine-1.10.6.tar.gz) = 1625571

Modified: head/www/webmachine/files/patch-rebar.config
==============================================================================
--- head/www/webmachine/files/patch-rebar.config	Sun Jan  4 13:21:30 2015	(r376230)
+++ head/www/webmachine/files/patch-rebar.config	Sun Jan  4 13:41:38 2015	(r376231)
@@ -3,15 +3,12 @@ $FreeBSD$
 
 --- rebar.config.orig
 +++ rebar.config
-@@ -1,10 +1,6 @@
- %%-*- mode: erlang -*-
--{erl_opts, [warnings_as_errors]}.
- {cover_enabled, true}.
- {edoc_opts, [{preprocess, true}]}.
+@@ -6,7 +6,4 @@
+ {xref_checks, [undefined_function_calls]}.
  
  {deps,
-- [{mochiweb, "1.5.1*", {git, "git://github.com/basho/mochiweb.git", {tag, "1.5.1p6"}}},
--  {meck, "0.8.1", {git, "git://github.com/basho/meck.git", {tag, "0.8.1"}}},
+- [{mochiweb, "1.5.1*", {git, "git://github.com/basho/mochiweb.git", {tag, "1.5.1p7"}}},
+-  {meck, "0.8.2", {git, "git://github.com/basho/meck.git", {tag, "0.8.2"}}},
 -  {ibrowse, "4.0.1", {git, "git://github.com/cmullaparthi/ibrowse.git", {tag, "v4.0.1"}}}
 - ]}.
 + [{mochiweb, "1.5.1*"}]}.

Modified: head/www/webmachine/pkg-plist
==============================================================================
--- head/www/webmachine/pkg-plist	Sun Jan  4 13:21:30 2015	(r376230)
+++ head/www/webmachine/pkg-plist	Sun Jan  4 13:41:38 2015	(r376231)
@@ -75,16 +75,3 @@ lib/erlang/lib/webmachine-%%VERSION%%/sr
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/webmachine_demo_resource.erl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/webmachine_demo_sup.erl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/start.sh
-@dirrm lib/erlang/lib/webmachine-%%VERSION%%/src
-@dirrm lib/erlang/lib/webmachine-%%VERSION%%/priv/www
-@dirrm lib/erlang/lib/webmachine-%%VERSION%%/priv/trace
-@dirrm lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/src
-@dirrm lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/priv
-@dirrm lib/erlang/lib/webmachine-%%VERSION%%/priv/templates
-@dirrm lib/erlang/lib/webmachine-%%VERSION%%/priv
-@dirrm lib/erlang/lib/webmachine-%%VERSION%%/include
-@dirrm lib/erlang/lib/webmachine-%%VERSION%%/ebin
-@dirrm lib/erlang/lib/webmachine-%%VERSION%%
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/src
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/priv
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%



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