git: fc3cfb15ac0a - main - www/rubygem-em-http-request: Update to 1.1.7

Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jul 16 00:07:39 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fc3cfb15ac0a5382ddd867735adad73de655873d

commit fc3cfb15ac0a5382ddd867735adad73de655873d
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-15 23:57:21 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-15 23:57:21 +0000

    www/rubygem-em-http-request: Update to 1.1.7
    
    Changes:        https://github.com/igrigorik/em-http-request/commits/master
---
 www/rubygem-em-http-request/Makefile  |  7 ++++---
 www/rubygem-em-http-request/distinfo  |  6 +++---
 www/rubygem-em-http-request/pkg-descr | 22 +++++++++++-----------
 3 files changed, 18 insertions(+), 17 deletions(-)

diff --git a/www/rubygem-em-http-request/Makefile b/www/rubygem-em-http-request/Makefile
index 09d0492a6402..4eb14a87b8ff 100644
--- a/www/rubygem-em-http-request/Makefile
+++ b/www/rubygem-em-http-request/Makefile
@@ -1,7 +1,7 @@
 # Created by: Scott Sanders <scott at jssjr.com>
 
 PORTNAME=	em-http-request
-PORTVERSION=	1.1.5
+PORTVERSION=	1.1.7
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -16,8 +16,9 @@ RUN_DEPENDS=	rubygem-addressable>=2.3.4:www/rubygem-addressable \
 		rubygem-eventmachine>=1.0.3:devel/rubygem-eventmachine \
 		rubygem-http_parser.rb>=0.6.0:net/rubygem-http_parser.rb
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>
diff --git a/www/rubygem-em-http-request/distinfo b/www/rubygem-em-http-request/distinfo
index e5a75129068a..42d17ee33b97 100644
--- a/www/rubygem-em-http-request/distinfo
+++ b/www/rubygem-em-http-request/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1483055772
-SHA256 (rubygem/em-http-request-1.1.5.gem) = 5dab793a95a3b780ae06ad9b087697a0f118531c1b80f134b1216d07e2aa3d8f
-SIZE (rubygem/em-http-request-1.1.5.gem) = 219648
+TIMESTAMP = 1626383238
+SHA256 (rubygem/em-http-request-1.1.7.gem) = 16fbc72b2a6e20c804c564ac5d12e98668c6fcef8c3b1dd2387dff505f2efdab
+SIZE (rubygem/em-http-request-1.1.7.gem) = 221696
diff --git a/www/rubygem-em-http-request/pkg-descr b/www/rubygem-em-http-request/pkg-descr
index df7ad52e3ceb..7c3e88327c1c 100644
--- a/www/rubygem-em-http-request/pkg-descr
+++ b/www/rubygem-em-http-request/pkg-descr
@@ -1,14 +1,14 @@
 Async (EventMachine) HTTP client, with support for:
-o   Asynchronous HTTP API for single & parallel request execution
-o   Keep-Alive and HTTP pipelining support
-o   Auto-follow 3xx redirects with max depth
-o   Automatic gzip & deflate decoding
-o   Streaming response processing
-o   Streaming file uploads
-o   HTTP proxy and SOCKS5 support
-o   Basic Auth & OAuth
-o   Connection-level & Global middleware support
-o   HTTP parser via http_parser.rb
-o   Works wherever EventMachine runs: Rubinius, JRuby, MRI
+- Asynchronous HTTP API for single & parallel request execution
+- Keep-Alive and HTTP pipelining support
+- Auto-follow 3xx redirects with max depth
+- Automatic gzip & deflate decoding
+- Streaming response processing
+- Streaming file uploads
+- HTTP proxy and SOCKS5 support
+- Basic Auth & OAuth
+- Connection-level & Global middleware support
+- HTTP parser via http_parser.rb
+- Works wherever EventMachine runs: Rubinius, JRuby, MRI
 
 WWW: https://github.com/igrigorik/em-http-request


More information about the dev-commits-ports-all mailing list