diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-02-09 10:36:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-02-09 10:36:11 +0800 |
commit | a38ece19721c18b3b588296d51c60ba5c18af96c (patch) | |
tree | 6a6ed8ae6d36438778875d9fad50545fe9e4a226 /www | |
parent | b2335ba94336fc4e11ddf0945b012f92448e4144 (diff) | |
download | freebsd-ports-gnome-a38ece19721c18b3b588296d51c60ba5c18af96c.tar.gz freebsd-ports-gnome-a38ece19721c18b3b588296d51c60ba5c18af96c.tar.zst freebsd-ports-gnome-a38ece19721c18b3b588296d51c60ba5c18af96c.zip |
- Update to 2.5
- Add RG link
Changes: https://github.com/drbrain/net-http-persistent/blob/master/History.txt
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-net-http-persistent/Makefile | 2 | ||||
-rw-r--r-- | www/rubygem-net-http-persistent/distinfo | 4 | ||||
-rw-r--r-- | www/rubygem-net-http-persistent/pkg-descr | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/www/rubygem-net-http-persistent/Makefile b/www/rubygem-net-http-persistent/Makefile index 79753cbb8bdd..9dae1f4b3832 100644 --- a/www/rubygem-net-http-persistent/Makefile +++ b/www/rubygem-net-http-persistent/Makefile @@ -6,7 +6,7 @@ # PORTNAME= net-http-persistent -PORTVERSION= 2.3.3 +PORTVERSION= 2.5 CATEGORIES= www net rubygems MASTER_SITES= RG diff --git a/www/rubygem-net-http-persistent/distinfo b/www/rubygem-net-http-persistent/distinfo index 6d3d6bcabf9a..38079263e523 100644 --- a/www/rubygem-net-http-persistent/distinfo +++ b/www/rubygem-net-http-persistent/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/net-http-persistent-2.3.3.gem) = 584a53cdf4ce01c6f641656c32485c0ab2c05933e98900c50291a8f9c6a5b6a3 -SIZE (rubygem/net-http-persistent-2.3.3.gem) = 21504 +SHA256 (rubygem/net-http-persistent-2.5.gem) = fb886b22b76d1f9df9fd31159b821ef3f4ff1acbf4974911ba5bba2f31457418 +SIZE (rubygem/net-http-persistent-2.5.gem) = 24576 diff --git a/www/rubygem-net-http-persistent/pkg-descr b/www/rubygem-net-http-persistent/pkg-descr index 783e5f5c6018..f6d065403f0f 100644 --- a/www/rubygem-net-http-persistent/pkg-descr +++ b/www/rubygem-net-http-persistent/pkg-descr @@ -7,3 +7,4 @@ with some API methods but does not handle reconnection gracefully. Net::HTTP::Persistent supports reconnection and retry according to RFC 2616. WWW: https://github.com/drbrain/net-http-persistent +RG: https://rubygems.org/gems/net-http-persistent |