From owner-svn-ports-all@FreeBSD.ORG Sat Nov 16 23:35:41 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38B17354; Sat, 16 Nov 2013 23:35:41 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 184202B22; Sat, 16 Nov 2013 23:35:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAGNZe7u020594; Sat, 16 Nov 2013 23:35:40 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAGNZeVt020590; Sat, 16 Nov 2013 23:35:40 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201311162335.rAGNZeVt020590@svn.freebsd.org> From: Jimmy Olgeni Date: Sat, 16 Nov 2013 23:35:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334037 - 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.16 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, 16 Nov 2013 23:35:41 -0000 Author: olgeni Date: Sat Nov 16 23:35:39 2013 New Revision: 334037 URL: http://svnweb.freebsd.org/changeset/ports/334037 Log: - Upgrade to version 1.10.5. - Remove redundant MASTER_SITES. - Disable "warnings_as_errors" for R16 compatibility. Modified: head/www/webmachine/Makefile head/www/webmachine/distinfo head/www/webmachine/files/patch-rebar.config head/www/webmachine/pkg-plist Modified: head/www/webmachine/Makefile ============================================================================== --- head/www/webmachine/Makefile Sat Nov 16 23:22:22 2013 (r334036) +++ head/www/webmachine/Makefile Sat Nov 16 23:35:39 2013 (r334037) @@ -1,10 +1,8 @@ # $FreeBSD$ PORTNAME= webmachine -PORTVERSION= 1.10.1 -PORTREVISION= 1 +PORTVERSION= 1.10.5 CATEGORIES= www devel -MASTER_SITES= GH MAINTAINER= olgeni@FreeBSD.org COMMENT= HTTP semantic awareness on top mochiweb @@ -21,11 +19,15 @@ PLIST_SUB= VERSION="${PORTVERSION}" USE_GITHUB= yes GH_ACCOUNT= basho GH_PROJECT= webmachine -GH_COMMIT= d600c0e +GH_COMMIT= 4e2d89c GH_TAGNAME= ${PORTVERSION} PORTDOCS= * +post-patch: + @${REINPLACE_CMD} -e "s/{vsn, git}/{vsn,\"${PORTVERSION}\"}/" ${WRKSRC}/src/webmachine.app.src + @${RM} ${WRKSRC}/src/*.bak + do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} for FILE in README.org; do \ Modified: head/www/webmachine/distinfo ============================================================================== --- head/www/webmachine/distinfo Sat Nov 16 23:22:22 2013 (r334036) +++ head/www/webmachine/distinfo Sat Nov 16 23:35:39 2013 (r334037) @@ -1,2 +1,2 @@ -SHA256 (webmachine-1.10.1.tar.gz) = cb0ce4822dfc4cb2d03c933d6c731a8dcc5d265054240a10b2a3a718bfd3cd3d -SIZE (webmachine-1.10.1.tar.gz) = 1582684 +SHA256 (webmachine-1.10.5.tar.gz) = 67db129a78838063b7f528fe080b61fcd630399b46708fc0843db63df995ca37 +SIZE (webmachine-1.10.5.tar.gz) = 1625112 Modified: head/www/webmachine/files/patch-rebar.config ============================================================================== --- head/www/webmachine/files/patch-rebar.config Sat Nov 16 23:22:22 2013 (r334036) +++ head/www/webmachine/files/patch-rebar.config Sat Nov 16 23:35:39 2013 (r334037) @@ -3,11 +3,15 @@ $FreeBSD$ --- rebar.config.orig +++ rebar.config -@@ -4,6 +4,5 @@ +@@ -1,10 +1,6 @@ + %%-*- mode: erlang -*- +-{erl_opts, [warnings_as_errors]}. + {cover_enabled, true}. {edoc_opts, [{preprocess, true}]}. - {deps, [ -- {mochiweb, "1.5.1*", {git, "git://github.com/basho/mochiweb", -- {tag, "1.5.1p5"}}} -+ {mochiweb, "1.5.1*"} - ]}. + {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"}}}, +- {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 Sat Nov 16 23:22:22 2013 (r334036) +++ head/www/webmachine/pkg-plist Sat Nov 16 23:35:39 2013 (r334037) @@ -1,12 +1,14 @@ lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine.app lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine.beam +lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_access_log_handler.beam lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_app.beam lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_decision_core.beam lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_deps.beam 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_log.beam -lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_log_handler.beam lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_logger_watcher.beam lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_logger_watcher_sup.beam lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_mochiweb.beam @@ -41,13 +43,15 @@ lib/erlang/lib/webmachine-%%VERSION%%/pr lib/erlang/lib/webmachine-%%VERSION%%/priv/www/index.html lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine.app.src lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine.erl +lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_access_log_handler.erl lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_app.erl lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_decision_core.erl lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_deps.erl 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_log.erl -lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_log_handler.erl lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_logger_watcher.erl lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_logger_watcher_sup.erl lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_mochiweb.erl