svn commit: r373371 - head/emulators/linux_base-f10

John Marino marino at FreeBSD.org
Mon Nov 24 20:27:16 UTC 2014


Author: marino
Date: Mon Nov 24 20:27:15 2014
New Revision: 373371
URL: https://svnweb.freebsd.org/changeset/ports/373371
QAT: https://qat.redports.org/buildarchive/r373371/

Log:
  emulators/linux_base-f10: Add fallback mirror
  
  PR:		195087
  Submitted by:	Jan Beich
  Approved by:	Just Fix it

Modified:
  head/emulators/linux_base-f10/Makefile

Modified: head/emulators/linux_base-f10/Makefile
==============================================================================
--- head/emulators/linux_base-f10/Makefile	Mon Nov 24 20:25:50 2014	(r373370)
+++ head/emulators/linux_base-f10/Makefile	Mon Nov 24 20:27:15 2014	(r373371)
@@ -5,7 +5,8 @@ PORTNAME=		f10
 PORTVERSION=		10
 PORTREVISION=		8
 CATEGORIES=		emulators linux
-MASTER_SITES=		CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${PORTVERSION}
+MASTER_SITES=		CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${PORTVERSION} \
+			FEDORA_LINUX/../releases/${PORTVERSION}/Everything/${LINUX_RPM_ARCH}/os/Packages/
 PKGNAMEPREFIX=		linux_base-
 DISTFILES=		${BIN_DISTFILES} ${SRC_DISTFILES}
 DIST_SUBDIR=		rpm/${LINUX_RPM_ARCH}/fedora/${PORTVERSION}


More information about the svn-ports-head mailing list