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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 15 18:05:43 UTC 2015


Author: sunpoet
Date: Fri May 15 18:05:41 2015
New Revision: 386465
URL: https://svnweb.freebsd.org/changeset/ports/386465

Log:
  - Update to 0.8.10
  
  Changes:	https://github.com/tarcieri/http/blob/master/CHANGES.md

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

Modified: head/www/rubygem-http/Makefile
==============================================================================
--- head/www/rubygem-http/Makefile	Fri May 15 18:05:37 2015	(r386464)
+++ head/www/rubygem-http/Makefile	Fri May 15 18:05:41 2015	(r386465)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	http
-PORTVERSION=	0.8.9
+PORTVERSION=	0.8.10
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -12,6 +12,7 @@ COMMENT=	Simple Ruby DSL for making HTTP
 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
 

Modified: head/www/rubygem-http/distinfo
==============================================================================
--- head/www/rubygem-http/distinfo	Fri May 15 18:05:37 2015	(r386464)
+++ head/www/rubygem-http/distinfo	Fri May 15 18:05:41 2015	(r386465)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/http-0.8.9.gem) = 1809e139eb9aaea3c82d3ba992f1af9eb2123dcef4e6ded2bbb56977b15d96cf
-SIZE (rubygem/http-0.8.9.gem) = 69632
+SHA256 (rubygem/http-0.8.10.gem) = 47a21b7e55d78d973fc03886f9e0657750f9716649e27318b9c63630ffba13af
+SIZE (rubygem/http-0.8.10.gem) = 69632


More information about the svn-ports-head mailing list