Date: Wed, 27 May 2015 15:04:20 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387613 - in head/net: rubygem-right_http_connection rubygem-righthttpconnection Message-ID: <201505271504.t4RF4KKL041910@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed May 27 15:04:20 2015 New Revision: 387613 URL: https://svnweb.freebsd.org/changeset/ports/387613 Log: - Move net/rubygem-righthttpconnection to net/rubygem-right_http_connection - Move LICENSE upward - Update WWW Added: head/net/rubygem-right_http_connection/ - copied from r387543, head/net/rubygem-righthttpconnection/ Deleted: head/net/rubygem-righthttpconnection/ Modified: head/net/rubygem-right_http_connection/Makefile head/net/rubygem-right_http_connection/pkg-descr Modified: head/net/rubygem-right_http_connection/Makefile ============================================================================== --- head/net/rubygem-righthttpconnection/Makefile Wed May 27 06:50:22 2015 (r387543) +++ head/net/rubygem-right_http_connection/Makefile Wed May 27 15:04:20 2015 (r387613) @@ -1,20 +1,18 @@ # Created by: Greg Larkin <glarkin@FreeBSD.org> # $FreeBSD$ -PORTNAME= righthttpconnection +PORTNAME= right_http_connection PORTVERSION= 1.5.0 CATEGORIES= net rubygems MASTER_SITES= RG -DISTNAME= right_http_connection-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org COMMENT= Persistent HTTP/HTTPS connections with error retries +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes -GEM_NAME= ${DISTNAME} RUBYGEM_AUTOPLIST= yes -LICENSE= MIT - .include <bsd.port.mk> Modified: head/net/rubygem-right_http_connection/pkg-descr ============================================================================== --- head/net/rubygem-righthttpconnection/pkg-descr Wed May 27 06:50:22 2015 (r387543) +++ head/net/rubygem-right_http_connection/pkg-descr Wed May 27 15:04:20 2015 (r387613) @@ -4,4 +4,4 @@ Amazon's REST and query interfaces to pr control. An optional robust HTTP layer retries and clears transient errors. -WWW: http://rubygems.org/gems/righthttpconnection/ +WWW: https://github.com/rightscale/right_http_connection
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505271504.t4RF4KKL041910>