pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/icu Add a IBM http download site for ICU and ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa41440035dc
branches:  trunk
changeset: 479047:fa41440035dc
user:      recht <recht%pkgsrc.org@localhost>
date:      Wed Aug 04 08:47:22 2004 +0000

description:
Add a IBM http download site for ICU and set it to the first position.
To avoid problems with IBM's ftp site which requires non-default settings
in ~/.netrc.

diffstat:

 textproc/icu/Makefile |  12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

diffs (23 lines):

diff -r 1ba86c3a81e2 -r fa41440035dc textproc/icu/Makefile
--- a/textproc/icu/Makefile     Wed Aug 04 07:08:41 2004 +0000
+++ b/textproc/icu/Makefile     Wed Aug 04 08:47:22 2004 +0000
@@ -1,16 +1,10 @@
-# $NetBSD: Makefile,v 1.33 2004/06/26 20:18:50 recht Exp $
+# $NetBSD: Makefile,v 1.34 2004/08/04 08:47:22 recht Exp $
 #
 
 DISTNAME=      icu-3.0
 CATEGORIES=    textproc
-#
-# The IBM site has long delays that can cause ftp to timeout.  Use the
-# backup FTP repositories in preference to the IBM one.
-#
-#MASTER_SITES= ${MASTER_SITE_BACKUP} \
-#              ftp://www-126.ibm.com/pub/icu/${PKGVERSION}/
-MASTER_SITES=  ftp://www-126.ibm.com/pub/icu/${PKGVERSION}/
-
+MASTER_SITES=  http://oss.software.ibm.com/pub/icu/${PKGVERSION}/ \
+               ftp://www-126.ibm.com/pub/icu/${PKGVERSION}/
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index