svn commit: r387613 - in head/net: rubygem-right_http_connection rubygem-righthttpconnection
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 27 15:04:22 UTC 2015
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 at 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 at 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
More information about the svn-ports-all
mailing list