Index: head/devel/erlang-folsom/Makefile =================================================================== --- head/devel/erlang-folsom/Makefile (revision 410924) +++ head/devel/erlang-folsom/Makefile (revision 410925) @@ -1,20 +1,20 @@ # $FreeBSD$ PORTNAME= folsom -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.3 CATEGORIES= devel PKGNAMEPREFIX= erlang- MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang based metrics system inspired by Coda Hale's metrics 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} .include Index: head/devel/erlang-folsom/distinfo =================================================================== --- head/devel/erlang-folsom/distinfo (revision 410924) +++ head/devel/erlang-folsom/distinfo (revision 410925) @@ -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 Property changes on: head/devel/erlang-folsom/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -1 \ No newline at end of property +yes \ No newline at end of property Index: head/devel/erlang-folsom/files/patch-rebar.config =================================================================== --- head/devel/erlang-folsom/files/patch-rebar.config (revision 410924) +++ head/devel/erlang-folsom/files/patch-rebar.config (revision 410925) @@ -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, Property changes on: head/devel/erlang-folsom/files/patch-rebar.config ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -1 \ No newline at end of property +yes \ No newline at end of property Index: head/devel/erlang-folsom/pkg-descr =================================================================== --- head/devel/erlang-folsom/pkg-descr (revision 410924) +++ head/devel/erlang-folsom/pkg-descr (revision 410925) @@ -1,8 +1,8 @@ Folsom is an Erlang based metrics system inspired by Coda Hale's metrics. The metrics API's purpose is to collect real-time metrics from your Erlang applications and publish them via Erlang APIs and output plugins. folsom is not a persistent store. There are 6 types of metrics: counters, gauges, histograms (and timers), histories, meter_readers and meters. -WWW: https://github.com/boundary/folsom +WWW: https://github.com/puzza007/folsom/ Property changes on: head/devel/erlang-folsom/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -1 \ No newline at end of property +yes \ No newline at end of property