Date: Wed, 27 May 2015 15:04:35 +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: r387616 - in head/net: rubygem-right_slicehost rubygem-rightslicehost Message-ID: <201505271504.t4RF4Zhg042392@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed May 27 15:04:35 2015 New Revision: 387616 URL: https://svnweb.freebsd.org/changeset/ports/387616 Log: - Move net/rubygem-rightslicehost to net/rubygem-right_slicehost - Update RUN_DEPENDS - Remove UNIQUENAME - Update WWW - Bump PORTREVISION for dependency change Added: head/net/rubygem-right_slicehost/ - copied from r387543, head/net/rubygem-rightslicehost/ Deleted: head/net/rubygem-rightslicehost/ Modified: head/net/rubygem-right_slicehost/Makefile head/net/rubygem-right_slicehost/pkg-descr Modified: head/net/rubygem-right_slicehost/Makefile ============================================================================== --- head/net/rubygem-rightslicehost/Makefile Wed May 27 06:50:22 2015 (r387543) +++ head/net/rubygem-right_slicehost/Makefile Wed May 27 15:04:35 2015 (r387616) @@ -1,21 +1,19 @@ # Created by: Greg Larkin <glarkin@FreeBSD.org> # $FreeBSD$ -PORTNAME= rightslicehost +PORTNAME= right_slicehost PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG -DISTNAME= right_slicehost-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org COMMENT= Provides Ruby access to the Slicehost API -RUN_DEPENDS= rubygem-righthttpconnection>=1.2.4:${PORTSDIR}/net/rubygem-righthttpconnection +RUN_DEPENDS= rubygem-right_http_connection>=1.2.4:${PORTSDIR}/net/rubygem-right_http_connection USE_RUBY= yes USE_RUBYGEMS= yes -GEM_NAME= ${DISTNAME} RUBYGEM_AUTOPLIST= yes -UNIQUENAME= ${PORTNAME} .include <bsd.port.mk> Modified: head/net/rubygem-right_slicehost/pkg-descr ============================================================================== --- head/net/rubygem-rightslicehost/pkg-descr Wed May 27 06:50:22 2015 (r387543) +++ head/net/rubygem-right_slicehost/pkg-descr Wed May 27 15:04:35 2015 (r387616) @@ -1,4 +1,4 @@ The RightScale Slicehost gem has been designed to provide a robust interface to Slicehost's existing API. -WWW: http://rubygems.org/gems/rightslicehost/ +WWW: https://github.com/rightscale/right_slicehost
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505271504.t4RF4Zhg042392>