svn commit: r530348 - head/www/rubygem-async-http
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Apr 2 12:07:53 UTC 2020
Author: sunpoet
Date: Thu Apr 2 12:07:45 2020
New Revision: 530348
URL: https://svnweb.freebsd.org/changeset/ports/530348
Log:
Update to 0.50.9
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 Thu Apr 2 12:07:40 2020 (r530347)
+++ head/www/rubygem-async-http/Makefile Thu Apr 2 12:07:45 2020 (r530348)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= async-http
-PORTVERSION= 0.50.7
+PORTVERSION= 0.50.9
CATEGORIES= www rubygems
MASTER_SITES= RG
@@ -12,11 +12,11 @@ COMMENT= HTTP client and server library
LICENSE= MIT
RUN_DEPENDS= rubygem-async>=1.23<2:devel/rubygem-async \
- rubygem-async-io>=1.27.0<1.28:devel/rubygem-async-io \
+ rubygem-async-io>=1.28<2:devel/rubygem-async-io \
rubygem-async-pool>=0.2<1:www/rubygem-async-pool \
rubygem-protocol-http>=0.15.1<0.16:www/rubygem-protocol-http \
rubygem-protocol-http1>=0.10.0<0.11:www/rubygem-protocol-http1 \
- rubygem-protocol-http2>=0.11.0<0.12:www/rubygem-protocol-http2
+ rubygem-protocol-http2>=0.12.0<0.13:www/rubygem-protocol-http2
USES= gem
USE_RUBY= yes
Modified: head/www/rubygem-async-http/distinfo
==============================================================================
--- head/www/rubygem-async-http/distinfo Thu Apr 2 12:07:40 2020 (r530347)
+++ head/www/rubygem-async-http/distinfo Thu Apr 2 12:07:45 2020 (r530348)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585172172
-SHA256 (rubygem/async-http-0.50.7.gem) = 9f301ed81c1b55198c651d4f9719436b28f5bb08315f22817fb1fcd379f3c8ed
-SIZE (rubygem/async-http-0.50.7.gem) = 35840
+TIMESTAMP = 1585752113
+SHA256 (rubygem/async-http-0.50.9.gem) = e2efe738076320a0542e1120d9cc6add226be1701169bab43a16db2bd7ae5d60
+SIZE (rubygem/async-http-0.50.9.gem) = 36352
More information about the svn-ports-all
mailing list