svn commit: r515657 - head/www/rubygem-async-http

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Oct 25 19:11:28 UTC 2019


Author: sunpoet
Date: Fri Oct 25 19:11:27 2019
New Revision: 515657
URL: https://svnweb.freebsd.org/changeset/ports/515657

Log:
  Update to 0.49.0
  
  Changes:	https://github.com/socketry/async-http/commits/master

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

Modified: head/www/rubygem-async-http/Makefile
==============================================================================
--- head/www/rubygem-async-http/Makefile	Fri Oct 25 19:11:22 2019	(r515656)
+++ head/www/rubygem-async-http/Makefile	Fri Oct 25 19:11:27 2019	(r515657)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	async-http
-PORTVERSION=	0.48.2
+PORTVERSION=	0.49.0
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -11,11 +11,11 @@ COMMENT=	HTTP client and server library
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-async>=1.19<2:devel/rubygem-async \
-		rubygem-async-io>=1.25<2:devel/rubygem-async-io \
-		rubygem-protocol-http>=0.12.0<0.13:www/rubygem-protocol-http \
-		rubygem-protocol-http1>=0.9.0<0.10:www/rubygem-protocol-http1 \
-		rubygem-protocol-http2>=0.9.0<0.10:www/rubygem-protocol-http2
+RUN_DEPENDS=	rubygem-async>=1.23<2:devel/rubygem-async \
+		rubygem-async-io>=1.27.0<1.28:devel/rubygem-async-io \
+		rubygem-protocol-http>=0.13.0<0.14:www/rubygem-protocol-http \
+		rubygem-protocol-http1>=0.10.0<0.11:www/rubygem-protocol-http1 \
+		rubygem-protocol-http2>=0.10.0<0.11:www/rubygem-protocol-http2
 
 USES=		gem
 USE_RUBY=	yes

Modified: head/www/rubygem-async-http/distinfo
==============================================================================
--- head/www/rubygem-async-http/distinfo	Fri Oct 25 19:11:22 2019	(r515656)
+++ head/www/rubygem-async-http/distinfo	Fri Oct 25 19:11:27 2019	(r515657)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566229364
-SHA256 (rubygem/async-http-0.48.2.gem) = f3e01393417fee866c425f25d85b58520da4b6b0174c8f048871ad6ec8697f4c
-SIZE (rubygem/async-http-0.48.2.gem) = 33792
+TIMESTAMP = 1572018559
+SHA256 (rubygem/async-http-0.49.0.gem) = 80c5cf3c500b98eaf2a25d230331525af4973be888f15f3c1640d385e37a6988
+SIZE (rubygem/async-http-0.49.0.gem) = 34816


More information about the svn-ports-head mailing list