diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2010-06-02 14:50:34 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2010-06-02 14:50:34 +0000 |
commit | a9f6ebcfee0382429073721a7ebc89b4cc1b4497 (patch) | |
tree | 9ee958ce7707da3a2ec42eed06465e1ad14d7d5c /net | |
parent | ed11b5835c2d5113a6a5fc619fa7393ab3b45741 (diff) |
- Switch MASTER_SITES to use new RG macro
PR: ports/147043
Submitted by: pgollucci
Notes
Notes:
svn path=/head/; revision=255534
Diffstat (limited to 'net')
-rw-r--r-- | net/rubygem-rightaws/Makefile | 3 | ||||
-rw-r--r-- | net/rubygem-rightflexiscale/Makefile | 3 | ||||
-rw-r--r-- | net/rubygem-rightgogrid/Makefile | 3 | ||||
-rw-r--r-- | net/rubygem-righthttpconnection/Makefile | 3 | ||||
-rw-r--r-- | net/rubygem-rightslicehost/Makefile | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/net/rubygem-rightaws/Makefile b/net/rubygem-rightaws/Makefile index c2a3bcd4825e..40ebdf718119 100644 --- a/net/rubygem-rightaws/Makefile +++ b/net/rubygem-rightaws/Makefile @@ -8,8 +8,7 @@ PORTNAME= rightaws PORTVERSION= 1.10.0 CATEGORIES= net rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= rightscale +MASTER_SITES= RG DISTNAME= right_aws-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org diff --git a/net/rubygem-rightflexiscale/Makefile b/net/rubygem-rightflexiscale/Makefile index e80609cbf335..cec9c3159450 100644 --- a/net/rubygem-rightflexiscale/Makefile +++ b/net/rubygem-rightflexiscale/Makefile @@ -8,8 +8,7 @@ PORTNAME= rightflexiscale PORTVERSION= 0.1.0 CATEGORIES= net rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= rightscale +MASTER_SITES= RG DISTNAME= right_flexiscale-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org diff --git a/net/rubygem-rightgogrid/Makefile b/net/rubygem-rightgogrid/Makefile index 0d3bd9045570..d417613576f3 100644 --- a/net/rubygem-rightgogrid/Makefile +++ b/net/rubygem-rightgogrid/Makefile @@ -8,8 +8,7 @@ PORTNAME= rightgogrid PORTVERSION= 0.1.0 CATEGORIES= net rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= rightscale +MASTER_SITES= RG DISTNAME= right_gogrid-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org diff --git a/net/rubygem-righthttpconnection/Makefile b/net/rubygem-righthttpconnection/Makefile index 1a47ef00b285..5bdf080934f3 100644 --- a/net/rubygem-righthttpconnection/Makefile +++ b/net/rubygem-righthttpconnection/Makefile @@ -8,8 +8,7 @@ PORTNAME= righthttpconnection PORTVERSION= 1.2.4 CATEGORIES= net rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= rightaws +MASTER_SITES= RG DISTNAME= right_http_connection-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org diff --git a/net/rubygem-rightslicehost/Makefile b/net/rubygem-rightslicehost/Makefile index 5817887e4849..871ca2f28f6c 100644 --- a/net/rubygem-rightslicehost/Makefile +++ b/net/rubygem-rightslicehost/Makefile @@ -8,8 +8,7 @@ PORTNAME= rightslicehost PORTVERSION= 0.1.0 CATEGORIES= net rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= rightscale +MASTER_SITES= RG DISTNAME= right_slicehost-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org |