Index: head/devel/rubygem-statsd-instrument/Makefile =================================================================== --- head/devel/rubygem-statsd-instrument/Makefile (revision 470395) +++ head/devel/rubygem-statsd-instrument/Makefile (revision 470396) @@ -1,19 +1,19 @@ # $FreeBSD$ PORTNAME= statsd-instrument -PORTVERSION= 2.1.4 +PORTVERSION= 2.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= StatsD client for Ruby applications LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem USE_RUBY= yes NO_ARCH= yes .include Index: head/devel/rubygem-statsd-instrument/distinfo =================================================================== --- head/devel/rubygem-statsd-instrument/distinfo (revision 470395) +++ head/devel/rubygem-statsd-instrument/distinfo (revision 470396) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501153982 -SHA256 (rubygem/statsd-instrument-2.1.4.gem) = e06c2144f94d76daa468220a9d77de236d738a7d0256576b85fd254a536b6c94 -SIZE (rubygem/statsd-instrument-2.1.4.gem) = 26624 +TIMESTAMP = 1526716314 +SHA256 (rubygem/statsd-instrument-2.2.0.gem) = 77405cbf475d9c816d3e90d51816b5a4dc10453aedd78a1749a0d485f39b2153 +SIZE (rubygem/statsd-instrument-2.2.0.gem) = 28160 Index: head/devel/rubygem-statsd-instrument/pkg-descr =================================================================== --- head/devel/rubygem-statsd-instrument/pkg-descr (revision 470395) +++ head/devel/rubygem-statsd-instrument/pkg-descr (revision 470396) @@ -1,9 +1,9 @@ This is a ruby client for statsd. It provides a lightweight way to track and measure metrics in your application. It calls out to statsd by sending data over a UDP socket. UDP sockets are fast, but unreliable. There is no guarantee that your data will ever arrive at its location. In other words, fire and forget. This is perfect for this use case because it means your code does not get bogged down trying to log statistics. -WWW: https://github.com/Shopify/statsd-instrument/ +WWW: https://github.com/Shopify/statsd-instrument