svn commit: r417661 - head/www/rubygem-rest-client

Steve Wills swills at FreeBSD.org
Mon Jun 27 13:58:05 UTC 2016


Author: swills
Date: Mon Jun 27 13:58:03 2016
New Revision: 417661
URL: https://svnweb.freebsd.org/changeset/ports/417661

Log:
  www/rubygem-rest-client: update dependency
  
  Update dependency to use proper version of mime-types. While here, update web
  site.
  
  PR:		209973
  With hat:	ruby@

Modified:
  head/www/rubygem-rest-client/Makefile
  head/www/rubygem-rest-client/pkg-descr

Modified: head/www/rubygem-rest-client/Makefile
==============================================================================
--- head/www/rubygem-rest-client/Makefile	Mon Jun 27 13:56:05 2016	(r417660)
+++ head/www/rubygem-rest-client/Makefile	Mon Jun 27 13:58:03 2016	(r417661)
@@ -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 at 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

Modified: head/www/rubygem-rest-client/pkg-descr
==============================================================================
--- head/www/rubygem-rest-client/pkg-descr	Mon Jun 27 13:56:05 2016	(r417660)
+++ head/www/rubygem-rest-client/pkg-descr	Mon Jun 27 13:58:03 2016	(r417661)
@@ -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


More information about the svn-ports-head mailing list