diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-26 10:48:14 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-26 10:48:14 +0000 |
commit | 47eedff504e1bb31a237ba29c57ec59d933b4593 (patch) | |
tree | 4ae69da95b3b1163609d75ba7658646644722816 | |
parent | Update version number of sdl_ttf shared library. (diff) |
Add a mirror site to MASTER_SITES.
Submitted by: Terje Elde <terje@thinksec.no>
Notes
Notes:
svn path=/head/; revision=44449
-rw-r--r-- | security/ruby-blowfish/Makefile | 1 | ||||
-rw-r--r-- | security/ruby-mcrypt/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/security/ruby-blowfish/Makefile b/security/ruby-blowfish/Makefile index 0275ec6ce3fb..6f12719ebd4d 100644 --- a/security/ruby-blowfish/Makefile +++ b/security/ruby-blowfish/Makefile @@ -9,6 +9,7 @@ PORTNAME= blowfish PORTVERSION= 0.2 CATEGORIES= security ruby MASTER_SITES= http://www.rubylinks.de/download/ \ + http://www.no.rubylinks.de/download/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= knu PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/security/ruby-mcrypt/Makefile b/security/ruby-mcrypt/Makefile index e284b92ce20d..57ab138284ff 100644 --- a/security/ruby-mcrypt/Makefile +++ b/security/ruby-mcrypt/Makefile @@ -9,6 +9,7 @@ PORTNAME= mcrypt PORTVERSION= 0.2 CATEGORIES= security ruby MASTER_SITES= http://www.rubylinks.de/download/ \ + http://www.no.rubylinks.de/download/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= knu PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |