diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-27 23:04:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-27 23:04:20 +0800 |
commit | 4532fe769e0b48439979230117e37ae8ee97dae5 (patch) | |
tree | d617bbaca092042f7f0a0b7f7887c46f0a1e9afd | |
parent | 98b6f754583f2583022e5bdcb9e8cd3d97675f35 (diff) | |
download | freebsd-ports-gnome-4532fe769e0b48439979230117e37ae8ee97dae5.tar.gz freebsd-ports-gnome-4532fe769e0b48439979230117e37ae8ee97dae5.tar.zst freebsd-ports-gnome-4532fe769e0b48439979230117e37ae8ee97dae5.zip |
- Move net/rubygem-righthttpconnection to net/rubygem-right_http_connection
- Move LICENSE upward
- Update WWW
-rw-r--r-- | net/rubygem-right_http_connection/Makefile (renamed from net/rubygem-righthttpconnection/Makefile) | 8 | ||||
-rw-r--r-- | net/rubygem-right_http_connection/distinfo (renamed from net/rubygem-righthttpconnection/distinfo) | 0 | ||||
-rw-r--r-- | net/rubygem-right_http_connection/pkg-descr (renamed from net/rubygem-righthttpconnection/pkg-descr) | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/net/rubygem-righthttpconnection/Makefile b/net/rubygem-right_http_connection/Makefile index d3898bbd0b61..44d4a4aa66bc 100644 --- a/net/rubygem-righthttpconnection/Makefile +++ b/net/rubygem-right_http_connection/Makefile @@ -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> diff --git a/net/rubygem-righthttpconnection/distinfo b/net/rubygem-right_http_connection/distinfo index 9b3eb491091f..9b3eb491091f 100644 --- a/net/rubygem-righthttpconnection/distinfo +++ b/net/rubygem-right_http_connection/distinfo diff --git a/net/rubygem-righthttpconnection/pkg-descr b/net/rubygem-right_http_connection/pkg-descr index c2d562d40bf5..5383049ef65c 100644 --- a/net/rubygem-righthttpconnection/pkg-descr +++ b/net/rubygem-right_http_connection/pkg-descr @@ -4,4 +4,4 @@ Amazon's REST and query interfaces to provide full programmatic 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 |