diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2005-11-07 20:46:15 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2005-11-07 20:46:15 +0000 |
commit | 0605ccba295f2a67e04d027a669d7a93533acff8 (patch) | |
tree | 9b86ca34f0e8611caa20621aaafea24a6655e1e9 /databases | |
parent | a4156d4fb4c5c8bfc0dd3689b75df2bf48337023 (diff) | |
download | ports-0605ccba295f2a67e04d027a669d7a93533acff8.tar.gz ports-0605ccba295f2a67e04d027a669d7a93533acff8.zip |
The main MASTER_SITE is gone at the moment, but there's a cached copy in
the RAA so add that to the list. Keep the old one around in hopes that
it appears again.
Reported by: fenner's dist survey
Notes
Notes:
svn path=/head/; revision=147523
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-dbdbd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/ruby-dbdbd/Makefile b/databases/ruby-dbdbd/Makefile index e5df8c3949c3..8c22f91d47f3 100644 --- a/databases/ruby-dbdbd/Makefile +++ b/databases/ruby-dbdbd/Makefile @@ -8,7 +8,8 @@ PORTNAME= dbdbd PORTVERSION= 0.2.2 CATEGORIES= databases ruby -MASTER_SITES= http://knossos.shu.edu/dblack/dbdbd/ +MASTER_SITES= http://knossos.shu.edu/dblack/dbdbd/ \ + http://raa.ruby-lang.org/cache/${PORTNAME}/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz |