diff --git a/www/rubygem-rest-client/Makefile b/www/rubygem-rest-client/Makefile index 5dd7f9441870..3b668672bcfc 100644 --- a/www/rubygem-rest-client/Makefile +++ b/www/rubygem-rest-client/Makefile @@ -3,6 +3,7 @@ PORTNAME= rest-client PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -10,7 +11,7 @@ MAINTAINER= renchap@cocoa-x.com COMMENT= Simple Simple HTTP and REST client for Ruby RUN_DEPENDS= rubygem-http-cookie>=1.0.2:www/rubygem-http-cookie \ - rubygem-mime-types>=1.16:misc/rubygem-mime-types \ + rubygem-mime-types29>=2.9:misc/rubygem-mime-types29 \ rubygem-netrc>=0.7:net/rubygem-netrc NO_ARCH= yes diff --git a/www/rubygem-rest-client/pkg-descr b/www/rubygem-rest-client/pkg-descr index 0988acd1f6ee..5e0d43353721 100644 --- a/www/rubygem-rest-client/pkg-descr +++ b/www/rubygem-rest-client/pkg-descr @@ -1,4 +1,4 @@ A simple Simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete. -WWW: https://github.com/archiloque/rest-client +WWW: https://github.com/rest-client/rest-client