svn commit: r410925 - in head/devel/erlang-folsom: . files

Jimmy Olgeni olgeni at FreeBSD.org
Sat Mar 12 17:58:27 UTC 2016


Author: olgeni
Date: Sat Mar 12 17:58:25 2016
New Revision: 410925
URL: https://svnweb.freebsd.org/changeset/ports/410925

Log:
  Update devel/erlang-folsom to version 0.8.3.

Modified:
  head/devel/erlang-folsom/Makefile
  head/devel/erlang-folsom/distinfo   (contents, props changed)
  head/devel/erlang-folsom/files/patch-rebar.config   (contents, props changed)
  head/devel/erlang-folsom/pkg-descr   (contents, props changed)

Modified: head/devel/erlang-folsom/Makefile
==============================================================================
--- head/devel/erlang-folsom/Makefile	Sat Mar 12 17:57:17 2016	(r410924)
+++ head/devel/erlang-folsom/Makefile	Sat Mar 12 17:58:25 2016	(r410925)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	folsom
-PORTVERSION=	0.8.2
+PORTVERSION=	0.8.3
 CATEGORIES=	devel
 PKGNAMEPREFIX=	erlang-
 
@@ -12,7 +12,7 @@ LICENSE=	APACHE20
 
 USES=		erlang:rebar
 USE_GITHUB=	yes
-GH_ACCOUNT=	boundary
+GH_ACCOUNT=	puzza007
 
 ERL_BUILD_DEPS=	devel/erlang-bear
 ERL_RUN_DEPS:=	${ERL_BUILD_DEPS}

Modified: head/devel/erlang-folsom/distinfo
==============================================================================
--- head/devel/erlang-folsom/distinfo	Sat Mar 12 17:57:17 2016	(r410924)
+++ head/devel/erlang-folsom/distinfo	Sat Mar 12 17:58:25 2016	(r410925)
@@ -1,2 +1,2 @@
-SHA256 (boundary-folsom-0.8.2_GH0.tar.gz) = 2ed373fce6c5d012a2afc112dc55ad35a06f00a68ba410f7250f6be8ee66aac6
-SIZE (boundary-folsom-0.8.2_GH0.tar.gz) = 174152
+SHA256 (puzza007-folsom-0.8.3_GH0.tar.gz) = ec97d9178a25e6ebd177760f34aa69bc9dbfcedd746b48b395ed0f2e81582a47
+SIZE (puzza007-folsom-0.8.3_GH0.tar.gz) = 951557

Modified: head/devel/erlang-folsom/files/patch-rebar.config
==============================================================================
--- head/devel/erlang-folsom/files/patch-rebar.config	Sat Mar 12 17:57:17 2016	(r410924)
+++ head/devel/erlang-folsom/files/patch-rebar.config	Sat Mar 12 17:58:25 2016	(r410925)
@@ -1,11 +1,10 @@
---- rebar.config.orig	2015-05-20 12:38:09 UTC
+--- rebar.config.orig	2016-03-12 17:55:15 UTC
 +++ rebar.config
-@@ -1,8 +1,6 @@
+@@ -3,7 +3,6 @@
  {sub_dirs, ["deps"]}.
  
  {deps, [
--    {'bear', ".*", {git, "git://github.com/boundary/bear.git", {tag, "0.8.2"}}},
--    {meck, ".*", {git, "git://github.com/eproxus/meck", {tag, "0.8.2"}}}
- ]}.
+-    {bear, "0.8.3"}
+  ]}.
  
- {erl_opts, [debug_info]}.
+ {profiles,

Modified: head/devel/erlang-folsom/pkg-descr
==============================================================================
--- head/devel/erlang-folsom/pkg-descr	Sat Mar 12 17:57:17 2016	(r410924)
+++ head/devel/erlang-folsom/pkg-descr	Sat Mar 12 17:58:25 2016	(r410925)
@@ -5,4 +5,4 @@ output plugins. folsom is not a persiste
 of metrics: counters, gauges, histograms (and timers), histories,
 meter_readers and meters.
 
-WWW: https://github.com/boundary/folsom
+WWW: https://github.com/puzza007/folsom/


More information about the svn-ports-head mailing list