pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/suse91_linux append the RPM update URLs to M...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/032cd691ce24
branches:  trunk
changeset: 479203:032cd691ce24
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sat Aug 07 13:05:03 2004 +0000

description:
append the RPM update URLs to MASTER_SITE_SUSE91, for updated versions
of SuSE RPMs

diffstat:

 emulators/suse91_linux/Makefile.common |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r de54acf958ed -r 032cd691ce24 emulators/suse91_linux/Makefile.common
--- a/emulators/suse91_linux/Makefile.common    Sat Aug 07 12:14:40 2004 +0000
+++ b/emulators/suse91_linux/Makefile.common    Sat Aug 07 13:05:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2004/07/13 10:40:59 tron Exp $
+# $NetBSD: Makefile.common,v 1.3 2004/08/07 13:05:03 jdolecek Exp $
 
 SUSE_VERSION=          9.1
 
@@ -6,7 +6,10 @@
 
 MASTER_SITE_SUSE91?=   ftp://ftp.suse.com/pub/suse/${SUSE_ARCH_DIR}/9.1/suse/${SUSE_ARCH}/ \
                        ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/${SUSE_ARCH_DIR}/9.1/suse/${SUSE_ARCH}/ \
-                       ftp://gd.tuwien.ac.at/linux/suse.com/suse/${SUSE_ARCH_DIR}/9.1/suse/${SUSE_ARCH}/
+                       ftp://gd.tuwien.ac.at/linux/suse.com/suse/${SUSE_ARCH_DIR}/9.1/suse/${SUSE_ARCH}/ \
+                       ftp://ftp.suse.com/pub/suse/${SUSE_ARCH_DIR}/update/9.1/rpm/${SUSE_ARCH}/ \
+                       ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/${SUSE_ARCH_DIR}/update/9.1/rpm/${SUSE_ARCH}/ \
+                       ftp://gd.tuwien.ac.at/linux/suse.com/suse/${SUSE_ARCH_DIR}/update/9.1/rpm/${SUSE_ARCH}/
 
 DIST_SUBDIR?=          suse${SUSE_VERSION:S/.//}/${SUSE_ARCH}
 



Home | Main Index | Thread Index | Old Index