Index: head/www/rubygem-http/Makefile =================================================================== --- head/www/rubygem-http/Makefile (revision 394787) +++ head/www/rubygem-http/Makefile (revision 394788) @@ -1,24 +1,24 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= http -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple Ruby DSL for making HTTP requests LICENSE= MIT RUN_DEPENDS= rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable \ rubygem-http-cookie>=1.0:${PORTSDIR}/www/rubygem-http-cookie \ rubygem-http-form_data>=1.0.1:${PORTSDIR}/www/rubygem-http-form_data \ rubygem-http_parser.rb>=0.6.0:${PORTSDIR}/net/rubygem-http_parser.rb NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/www/rubygem-http/distinfo =================================================================== --- head/www/rubygem-http/distinfo (revision 394787) +++ head/www/rubygem-http/distinfo (revision 394788) @@ -1,2 +1,2 @@ -SHA256 (rubygem/http-0.9.1.gem) = 549e27dcf9fece445ba785dfa108898b46f5d89b3db21afacc08e0ab193b04c2 -SIZE (rubygem/http-0.9.1.gem) = 64512 +SHA256 (rubygem/http-0.9.2.gem) = 5c8c6d2f641ce1a520c698cc43f6da4a7f3a470c6a54db94e405709414744eea +SIZE (rubygem/http-0.9.2.gem) = 64512 Index: head/www/rubygem-http/pkg-descr =================================================================== --- head/www/rubygem-http/pkg-descr (revision 394787) +++ head/www/rubygem-http/pkg-descr (revision 394788) @@ -1,8 +1,8 @@ The HTTP Gem is an easy-to-use client library for making requests from Ruby. It uses a simple method chaining system for building requests, similar to Python's Requests Under the hood, The HTTP Gem uses http_parser.rb, a fast HTTP parsing native extension based on the Node.js parser and a Java port thereof. -WWW: https://github.com/tarcieri/http +WWW: https://github.com/httprb/http