Index: head/www/rubygem-rest-client/Makefile =================================================================== --- head/www/rubygem-rest-client/Makefile (revision 417660) +++ head/www/rubygem-rest-client/Makefile (revision 417661) @@ -1,22 +1,23 @@ # Created by: Renaud Chaput # $FreeBSD$ PORTNAME= rest-client PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG 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 USE_RUBY= yes USES= gem PLIST_FILES= bin/restclient .include Index: head/www/rubygem-rest-client/pkg-descr =================================================================== --- head/www/rubygem-rest-client/pkg-descr (revision 417660) +++ head/www/rubygem-rest-client/pkg-descr (revision 417661) @@ -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