svn commit: r394788 - head/www/rubygem-http

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Aug 19 15:08:45 UTC 2015


Author: sunpoet
Date: Wed Aug 19 15:08:44 2015
New Revision: 394788
URL: https://svnweb.freebsd.org/changeset/ports/394788

Log:
  - Update to 0.9.2
  - Update WWW
  
  Changes:	https://github.com/httprb/http/blob/master/CHANGES.md

Modified:
  head/www/rubygem-http/Makefile
  head/www/rubygem-http/distinfo
  head/www/rubygem-http/pkg-descr

Modified: head/www/rubygem-http/Makefile
==============================================================================
--- head/www/rubygem-http/Makefile	Wed Aug 19 14:43:17 2015	(r394787)
+++ head/www/rubygem-http/Makefile	Wed Aug 19 15:08:44 2015	(r394788)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	http
-PORTVERSION=	0.9.1
+PORTVERSION=	0.9.2
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 

Modified: head/www/rubygem-http/distinfo
==============================================================================
--- head/www/rubygem-http/distinfo	Wed Aug 19 14:43:17 2015	(r394787)
+++ head/www/rubygem-http/distinfo	Wed Aug 19 15:08:44 2015	(r394788)
@@ -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

Modified: head/www/rubygem-http/pkg-descr
==============================================================================
--- head/www/rubygem-http/pkg-descr	Wed Aug 19 14:43:17 2015	(r394787)
+++ head/www/rubygem-http/pkg-descr	Wed Aug 19 15:08:44 2015	(r394788)
@@ -5,4 +5,4 @@ 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


More information about the svn-ports-all mailing list