diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-06-02 22:50:34 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-06-02 22:50:34 +0800 |
commit | e76af20e3a05dc8af48e1b301c9baf8397c245bb (patch) | |
tree | 4cebecd5a34aa29123832135ea3cd923b32d026d /net | |
parent | 55e8449f9b68bddf23b0ebd08e9b2eae6af1c287 (diff) | |
download | freebsd-ports-gnome-e76af20e3a05dc8af48e1b301c9baf8397c245bb.tar.gz freebsd-ports-gnome-e76af20e3a05dc8af48e1b301c9baf8397c245bb.tar.zst freebsd-ports-gnome-e76af20e3a05dc8af48e1b301c9baf8397c245bb.zip |
- Switch MASTER_SITES to use new RG macro
PR: ports/147043
Submitted by: pgollucci
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 |