Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Nov 2013 23:35:40 +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: r334037 - in head/www/webmachine: . files
Message-ID:  <201311162335.rAGNZeVt020590@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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