diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-27 15:04:35 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-27 15:04:35 +0000 |
commit | 089685e9969ebd69282988cccf08486e9916f256 (patch) | |
tree | 0bbff836172fb919b46c0a91d9a20b41fbff3712 /net | |
parent | 83ebc4dc9984a4efe8010c07b0ab704d720a4c84 (diff) | |
download | freebsd-ports-089685e9969ebd69282988cccf08486e9916f256.zip |
- Move net/rubygem-rightslicehost to net/rubygem-right_slicehost
- Update RUN_DEPENDS
- Remove UNIQUENAME
- Update WWW
- Bump PORTREVISION for dependency change
Diffstat (limited to 'net')
-rw-r--r-- | net/rubygem-right_slicehost/Makefile (renamed from net/rubygem-rightslicehost/Makefile) | 8 | ||||
-rw-r--r-- | net/rubygem-right_slicehost/distinfo (renamed from net/rubygem-rightslicehost/distinfo) | 0 | ||||
-rw-r--r-- | net/rubygem-right_slicehost/pkg-descr (renamed from net/rubygem-rightslicehost/pkg-descr) | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/net/rubygem-rightslicehost/Makefile b/net/rubygem-right_slicehost/Makefile index 4c95f836bcc1..d1c5cb7dd376 100644 --- a/net/rubygem-rightslicehost/Makefile +++ b/net/rubygem-right_slicehost/Makefile @@ -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> diff --git a/net/rubygem-rightslicehost/distinfo b/net/rubygem-right_slicehost/distinfo index 8f2d1ceaf67f..8f2d1ceaf67f 100644 --- a/net/rubygem-rightslicehost/distinfo +++ b/net/rubygem-right_slicehost/distinfo diff --git a/net/rubygem-rightslicehost/pkg-descr b/net/rubygem-right_slicehost/pkg-descr index 3abe4c8bf0e7..483169a255bd 100644 --- a/net/rubygem-rightslicehost/pkg-descr +++ b/net/rubygem-right_slicehost/pkg-descr @@ -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 |