pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/suse131_linux



Module Name:    pkgsrc
Committed By:   kamil
Date:           Thu Apr 27 22:59:54 UTC 2017

Modified Files:
        pkgsrc/emulators/suse131_linux: Makefile.common

Log Message:
Switch suse131 mirror from 404-ing one to mirrors.kernel.org

This site:
http://download.opensuse.org/distribution/

Mirrors currently 13.2/, not 13.1/.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/emulators/suse131_linux/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/suse131_linux/Makefile.common
diff -u pkgsrc/emulators/suse131_linux/Makefile.common:1.16 pkgsrc/emulators/suse131_linux/Makefile.common:1.17
--- pkgsrc/emulators/suse131_linux/Makefile.common:1.16 Mon Mar  6 11:53:54 2017
+++ pkgsrc/emulators/suse131_linux/Makefile.common      Thu Apr 27 22:59:54 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2017/03/06 11:53:54 hauke Exp $
+# $NetBSD: Makefile.common,v 1.17 2017/04/27 22:59:54 kamil Exp $
 #
 # used by emulators/suse131_alsa/Makefile
 # used by emulators/suse131_aspell/Makefile
@@ -77,10 +77,10 @@ _SUSE_FTP_SUBDIR=   distribution/${SUSE_VE
 _SUSE_FTP_SUBDIR_UPD=  update/${SUSE_VERSION}/
 
 MASTER_SITE_SUSE_${SUSE_VERSION}= \
-       http://download.opensuse.org/${_SUSE_FTP_SUBDIR}
+       ftp://mirrors.kernel.org/opensuse/${_SUSE_FTP_SUBDIR}
 
 MASTER_SITE_SUSE_${SUSE_VERSION}_UPD= \
-       http://download.opensuse.org/${_SUSE_FTP_SUBDIR_UPD}
+       ftp://mirrors.kernel.org/opensuse/${_SUSE_FTP_SUBDIR}
 
 MASTER_SITES?=         ${MASTER_SITE_SUSE_${SUSE_VERSION}}/${SUSE_ARCH}/
 DIST_SUBDIR?=          suse${SUSE_VERSION:S/.//}



Home | Main Index | Thread Index | Old Index