diff options
Diffstat (limited to 'www/rubygem-http/Makefile')
-rw-r--r-- | www/rubygem-http/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |