diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-21 03:26:57 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-21 03:47:17 +0000 |
commit | f411c89a1164721b77f4d92ad2c46d28e94f9fc8 (patch) | |
tree | e2080bb88cbb6f17eb0be20a79a804202e8e8510 | |
parent | 07a58b15b376e8552fa071d5ecd6486737286f37 (diff) | |
download | ports-f411c89a1164721b77f4d92ad2c46d28e94f9fc8.tar.gz ports-f411c89a1164721b77f4d92ad2c46d28e94f9fc8.zip |
www/rubygem-http: Update to 5.0.2
-rw-r--r-- | www/rubygem-http/Makefile | 6 | ||||
-rw-r--r-- | www/rubygem-http/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/rubygem-http/Makefile b/www/rubygem-http/Makefile index 5a7ccabb82db..c5fd91e21fa1 100644 --- a/www/rubygem-http/Makefile +++ b/www/rubygem-http/Makefile @@ -1,7 +1,7 @@ # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= http -PORTVERSION= 5.0.1 +PORTVERSION= 5.0.2 CATEGORIES= www rubygems MASTER_SITES= RG @@ -11,10 +11,10 @@ COMMENT= Simple Ruby DSL for making HTTP requests LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-addressable>=2.3<3:www/rubygem-addressable \ +RUN_DEPENDS= rubygem-addressable>=2.8<3:www/rubygem-addressable \ rubygem-http-cookie>=1.0<2:www/rubygem-http-cookie \ rubygem-http-form_data>=2.2<3:www/rubygem-http-form_data \ - rubygem-llhttp-ffi>=0.3.0<0.4:www/rubygem-llhttp-ffi + rubygem-llhttp-ffi>=0.4.0<0.5:www/rubygem-llhttp-ffi USES= gem USE_RUBY= yes diff --git a/www/rubygem-http/distinfo b/www/rubygem-http/distinfo index dc4726e8b669..4e11cf71e9d5 100644 --- a/www/rubygem-http/distinfo +++ b/www/rubygem-http/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625323693 -SHA256 (rubygem/http-5.0.1.gem) = cc905ea3652d6e63856c29b9e77a98fb3558cf1c4ef472f52df639748eadf095 -SIZE (rubygem/http-5.0.1.gem) = 80384 +TIMESTAMP = 1632038010 +SHA256 (rubygem/http-5.0.2.gem) = 10506484166217f5abd164625d9760b10b52f68dee8dc74026567095a94a67e7 +SIZE (rubygem/http-5.0.2.gem) = 81408 |