diff options
-rw-r--r-- | www/ruby-http-access/Makefile | 6 | ||||
-rw-r--r-- | www/ruby-http-access/distinfo | 5 | ||||
-rw-r--r-- | www/ruby-http-access/pkg-descr | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/www/ruby-http-access/Makefile b/www/ruby-http-access/Makefile index 795e964531b3..8f2cd2bf7762 100644 --- a/www/ruby-http-access/Makefile +++ b/www/ruby-http-access/Makefile @@ -6,14 +6,14 @@ # PORTNAME= http-access -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.6 CATEGORIES= www ruby -MASTER_SITES= http://rrr.jin.gr.jp/download/ +MASTER_SITES= http://dev.ctor.org/download/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby library to access the Internet via HTTP USE_RUBY= yes diff --git a/www/ruby-http-access/distinfo b/www/ruby-http-access/distinfo index 1a1c63c93735..94697e7f7ef6 100644 --- a/www/ruby-http-access/distinfo +++ b/www/ruby-http-access/distinfo @@ -1,2 +1,3 @@ -MD5 (ruby/http-access-2_0_5.tar.gz) = 08b0ee31024e41b5e907a11c8c6ae9a6 -SIZE (ruby/http-access-2_0_5.tar.gz) = 31244 +MD5 (ruby/http-access-2_0_6.tar.gz) = 488b9821816cd7846f90aee175014a10 +SHA256 (ruby/http-access-2_0_6.tar.gz) = 3a73324cc517484f2009358d3c0a3063c23268af3324899811bf670002a79afc +SIZE (ruby/http-access-2_0_6.tar.gz) = 35325 diff --git a/www/ruby-http-access/pkg-descr b/www/ruby-http-access/pkg-descr index c4e69641a5c5..fcce84857acb 100644 --- a/www/ruby-http-access/pkg-descr +++ b/www/ruby-http-access/pkg-descr @@ -1,3 +1,3 @@ This is a Ruby library to access the Internet via HTTP. -WWW: http://www.ruby-lang.org/raa/list.rhtml?name=http-access2 +WWW: http://dev.ctor.org/http-access2 |