diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-11 11:11:38 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-11 11:11:38 +0000 |
commit | 3a9f28f3a30905834800a15af1915829e20208fd (patch) | |
tree | 55fb6562f2b34bdab5c16a76ac4c9c6e176667f7 | |
parent | eeef61ccb34305b569ff9e3da785ca1c4aac650e (diff) | |
download | freebsd-ports-3a9f28f3a30905834800a15af1915829e20208fd.zip |
MASTER_SITE_LOCAL'ize because www.bekkoame.ne.jp is found to be
problematic - wget and fetch of 3-STABLE get into infinite loop
because the server doesn't reply to HEAD requests correctly.
(although fetch of 4-STABLE and 5-CURRENT are just fine with it)
-rw-r--r-- | japanese/ruby-uconv/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-xmlparser/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/japanese/ruby-uconv/Makefile b/japanese/ruby-uconv/Makefile index 13a3cc94aa6b..b32d6452b1dc 100644 --- a/japanese/ruby-uconv/Makefile +++ b/japanese/ruby-uconv/Makefile @@ -8,7 +8,9 @@ PORTNAME= uconv PORTVERSION= 0.4.4 CATEGORIES= japanese converters # ruby -MASTER_SITES= http://www.bekkoame.ne.jp/~yoshidam/ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://www.bekkoame.ne.jp/~yoshidam/ +MASTER_SITE_SUBDIR= knu DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org diff --git a/textproc/ruby-xmlparser/Makefile b/textproc/ruby-xmlparser/Makefile index cde62029ca7d..cfff8055c43d 100644 --- a/textproc/ruby-xmlparser/Makefile +++ b/textproc/ruby-xmlparser/Makefile @@ -8,7 +8,9 @@ PORTNAME= xmlparser PORTVERSION= 0.5.19 CATEGORIES= textproc # ruby -MASTER_SITES= http://www.bekkoame.ne.jp/~yoshidam/ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://www.bekkoame.ne.jp/~yoshidam/ +MASTER_SITE_SUBDIR= knu PKGNAMEPREFIX= ruby- DIST_SUBDIR= ruby |