pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/suse_linux SUSE 7.3 has been discontinued --...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/538d4713e841
branches:  trunk
changeset: 471129:538d4713e841
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Mar 19 12:56:27 2004 +0000

description:
SUSE 7.3 has been discontinued -- fix ftp path on master site, and remove
mirrors that don't serve the discontinued releases.

diffstat:

 emulators/suse_linux/Makefile.common |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 273437c69356 -r 538d4713e841 emulators/suse_linux/Makefile.common
--- a/emulators/suse_linux/Makefile.common      Fri Mar 19 10:41:48 2004 +0000
+++ b/emulators/suse_linux/Makefile.common      Fri Mar 19 12:56:27 2004 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile.common,v 1.16 2003/04/17 21:54:37 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.17 2004/03/19 12:56:27 wiz Exp $
 
 SUSE_VERSION=          7.3
 
 .include "../../emulators/suse_linux/arch.mk"
 
-MASTER_SITE_SUSE?=     ftp://ftp.suse.com/pub/suse/${SUSE_ARCH}/${SUSE_VERSION}/suse/ \
-                       ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/${SUSE_ARCH}/${SUSE_VERSION}/suse/ \
-                       ftp://gd.tuwien.ac.at/linux/suse.com/suse/${SUSE_ARCH}/${SUSE_VERSION}/suse/
+MASTER_SITE_SUSE?=     ftp://ftp.suse.com/pub/suse/discontinued/${SUSE_ARCH}/${SUSE_VERSION}/suse/
+#                      ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/discontinued/${SUSE_ARCH}/${SUSE_VERSION}/suse/
+#                      ftp://gd.tuwien.ac.at/linux/suse.com/suse/discontinued/${SUSE_ARCH}/${SUSE_VERSION}/suse/
 
 MASTER_SITE_SUSE_UPD=  ${MASTER_SITE_SUSE:S/${SUSE_VERSION}\/suse/update\/${SUSE_VERSION}/}
 



Home | Main Index | Thread Index | Old Index