From owner-svn-ports-all@FreeBSD.ORG Sun Jan 4 13:41:40 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 41B65F52; Sun, 4 Jan 2015 13:41:40 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D3163A68; Sun, 4 Jan 2015 13:41:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t04DfeMF040686; Sun, 4 Jan 2015 13:41:40 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t04Dfdsg040682; Sun, 4 Jan 2015 13:41:39 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201501041341.t04Dfdsg040682@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 4 Jan 2015 13:41:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376231 - in head/www/webmachine: . 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.18-1 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: Sun, 04 Jan 2015 13:41:40 -0000 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%%