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:           Wed Mar 21 22:50:10 UTC 2018

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

Log Message:
suse131_linux: Switch location of packages to NetBSD's backup

Upstream one is no longer easily accessible and moved to attic.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 pkgsrc/emulators/suse131_linux/Makefile.common:1.20
--- pkgsrc/emulators/suse131_linux/Makefile.common:1.19 Mon Sep  4 18:08:23 2017
+++ pkgsrc/emulators/suse131_linux/Makefile.common      Wed Mar 21 22:50:10 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2017/09/04 18:08:23 wiz Exp $
+# $NetBSD: Makefile.common,v 1.20 2018/03/21 22:50:10 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}= \
-       ftp://mirrors.kernel.org/opensuse/${_SUSE_FTP_SUBDIR}
+       ${MASTER_SITE_BACKUP}
 
 MASTER_SITE_SUSE_${SUSE_VERSION}_UPD= \
-       ftp://mirrors.kernel.org/opensuse/${_SUSE_FTP_SUBDIR}
+       ${MASTER_SITE_BACKUP}
 
 MASTER_SITES?=         ${MASTER_SITE_SUSE_${SUSE_VERSION}}/${SUSE_ARCH}/
 DIST_SUBDIR?=          suse${SUSE_VERSION:S/.//}



Home | Main Index | Thread Index | Old Index