aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJean Milanez Melo <jmelo@FreeBSD.org>2006-08-08 11:35:27 +0000
committerJean Milanez Melo <jmelo@FreeBSD.org>2006-08-08 11:35:27 +0000
commit0a9f8dd1df910df5253e31c04ae42c367e97ff2c (patch)
treed7961854bb03af94e55639e85616ef0471cad7b1 /www
parent59769e1795a51354a19a770e5011e7273511dac4 (diff)
downloadports-0a9f8dd1df910df5253e31c04ae42c367e97ff2c.tar.gz
ports-0a9f8dd1df910df5253e31c04ae42c367e97ff2c.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/instiki/Makefile3
-rw-r--r--www/ruby-borges/Makefile3
-rw-r--r--www/rubygem-actionpack/Makefile4
-rw-r--r--www/rubygem-actionwebservice/Makefile3
-rw-r--r--www/rubygem-mongrel/Makefile3
-rw-r--r--www/rubygem-mongrel_cluster/Makefile3
-rw-r--r--www/rubygem-rails/Makefile3
-rw-r--r--www/rubygem-redcloth/Makefile3
-rw-r--r--www/typo/Makefile3
9 files changed, 18 insertions, 10 deletions
diff --git a/www/instiki/Makefile b/www/instiki/Makefile
index 8b7eb7ee33c1..c76884dee153 100644
--- a/www/instiki/Makefile
+++ b/www/instiki/Makefile
@@ -9,7 +9,8 @@ PORTNAME= instiki
PORTVERSION= 0.11.0
PORTREVISION= 1
CATEGORIES= www ruby
-MASTER_SITES= http://rubyforge.rubyuser.de/instiki/
+MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= arsptr@internode.on.net
diff --git a/www/ruby-borges/Makefile b/www/ruby-borges/Makefile
index 15e7d8edc6e1..d56db638114c 100644
--- a/www/ruby-borges/Makefile
+++ b/www/ruby-borges/Makefile
@@ -8,7 +8,8 @@
PORTNAME= borges
PORTVERSION= 1.1.0
CATEGORIES= www ruby
-MASTER_SITES= http://rubyforge.org/frs/download.php/574/
+MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
diff --git a/www/rubygem-actionpack/Makefile b/www/rubygem-actionpack/Makefile
index cd91504921d5..9470c65ef9c3 100644
--- a/www/rubygem-actionpack/Makefile
+++ b/www/rubygem-actionpack/Makefile
@@ -7,8 +7,8 @@
PORTNAME= actionpack
PORTVERSION= 1.12.1
CATEGORIES= www rubygems
-MASTER_SITES= http://rubyforge.org/frs/download.php/9568/ \
- http://rubyforge.rubyuser.de/actionpack/
+MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= jw@innerewut.de
COMMENT= Action Controller and Action View of Rails MVC Framework
diff --git a/www/rubygem-actionwebservice/Makefile b/www/rubygem-actionwebservice/Makefile
index 0e65afe76d77..223392b4e147 100644
--- a/www/rubygem-actionwebservice/Makefile
+++ b/www/rubygem-actionwebservice/Makefile
@@ -7,7 +7,8 @@
PORTNAME= actionwebservice
PORTVERSION= 1.1.2
CATEGORIES= www rubygems
-MASTER_SITES= http://rubyforge.org/frs/download.php/9681/
+MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
+MASTER_SITE_SUBDIR= aws
MAINTAINER= jw@innerewut.de
COMMENT= Simple support for publishing Web Service APIs for Rails applications
diff --git a/www/rubygem-mongrel/Makefile b/www/rubygem-mongrel/Makefile
index 659a8f2a8465..59e1442b1fe2 100644
--- a/www/rubygem-mongrel/Makefile
+++ b/www/rubygem-mongrel/Makefile
@@ -7,7 +7,8 @@
PORTNAME= mongrel
PORTVERSION= 0.3.13.1
CATEGORIES= www rubygems
-MASTER_SITES= http://rubyforge.org/frs/download.php/11186/
+MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= rgl@ruilopes.com
COMMENT= Fast HTTP 1.1 library and server for Ruby web applications
diff --git a/www/rubygem-mongrel_cluster/Makefile b/www/rubygem-mongrel_cluster/Makefile
index fdf03caabefb..d658bddc34a5 100644
--- a/www/rubygem-mongrel_cluster/Makefile
+++ b/www/rubygem-mongrel_cluster/Makefile
@@ -7,7 +7,8 @@
PORTNAME= mongrel_cluster
PORTVERSION= 0.2.0
CATEGORIES= www rubygems
-MASTER_SITES= http://rubyforge.org/frs/download.php/11160/
+MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
+MASTER_SITE_SUBDIR= railsmachine
MAINTAINER= rgl@ruilopes.com
COMMENT= Manages multiple Mongrel processes
diff --git a/www/rubygem-rails/Makefile b/www/rubygem-rails/Makefile
index 1c6d755ca8f4..c31f26689a8f 100644
--- a/www/rubygem-rails/Makefile
+++ b/www/rubygem-rails/Makefile
@@ -7,7 +7,8 @@
PORTNAME= rails
PORTVERSION= 1.1.2
CATEGORIES= www rubygems
-MASTER_SITES= http://rubyforge.org/frs/download.php/9684/
+MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= jw@innerewut.de
COMMENT= MVC web application framework
diff --git a/www/rubygem-redcloth/Makefile b/www/rubygem-redcloth/Makefile
index f0c25fee9ef9..9258667e56c0 100644
--- a/www/rubygem-redcloth/Makefile
+++ b/www/rubygem-redcloth/Makefile
@@ -9,7 +9,8 @@ PORTVERSION= 3.0.3
PORTREVISION= 1
DISTNAME= RedCloth-${PORTVERSION}
CATEGORIES= www rubygems
-MASTER_SITES= http://rubyforge.org/frs/download.php/2898/
+MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= jw@innerewut.de
COMMENT= A module for using Textile in Ruby
diff --git a/www/typo/Makefile b/www/typo/Makefile
index 3d1ed14278ef..76a1495fe6c8 100644
--- a/www/typo/Makefile
+++ b/www/typo/Makefile
@@ -8,7 +8,8 @@
PORTNAME= typo
PORTVERSION= 2.6.0
CATEGORIES= www
-MASTER_SITES= http://rubyforge.org/frs/download.php/7005/
+MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= jw@innerewut.de