svn commit: r460328 - in head: Mk audio/linux-c6-mikmod audio/linux-c6-nas-libs audio/linux-c6-openal-soft audio/linux-c6-sdl_mixer graphics/linux-c6-sdl_image graphics/linux-c6-sdl_ttf

Tijl Coosemans tijl at FreeBSD.org
Mon Jan 29 19:45:24 UTC 2018


Author: tijl
Date: Mon Jan 29 19:45:22 2018
New Revision: 460328
URL: https://svnweb.freebsd.org/changeset/ports/460328

Log:
  Update EPEL and EPEL7 URL.
  
  PR:		225540
  Reported by:	dbn

Modified:
  head/Mk/bsd.sites.mk
  head/audio/linux-c6-mikmod/Makefile
  head/audio/linux-c6-nas-libs/Makefile
  head/audio/linux-c6-openal-soft/Makefile
  head/audio/linux-c6-sdl_mixer/Makefile
  head/graphics/linux-c6-sdl_image/Makefile
  head/graphics/linux-c6-sdl_ttf/Makefile

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Mon Jan 29 19:39:05 2018	(r460327)
+++ head/Mk/bsd.sites.mk	Mon Jan 29 19:45:22 2018	(r460328)
@@ -223,20 +223,20 @@ MASTER_SITE_CENTOS_LINUX+= \
 
 .if !defined(IGNORE_MASTER_SITE_EPEL)
 MASTER_SITE_EPEL+= \
-	https://dl.fedoraproject.org/pub/epel/6/x86_64/:DEFAULT,amd64 \
-	https://dl.fedoraproject.org/pub/epel/6/i386/:DEFAULT,i386 \
-	https://dl.fedoraproject.org/pub/epel/6/SRPMS/:SOURCE \
-	http://dl.fedoraproject.org/pub/epel/6/x86_64/:DEFAULT,amd64 \
-	http://dl.fedoraproject.org/pub/epel/6/i386/:DEFAULT,i386 \
-	http://dl.fedoraproject.org/pub/epel/6/SRPMS/:SOURCE
+	https://dl.fedoraproject.org/pub/epel/6/x86_64/Packages/%SUBDIR%/:DEFAULT,amd64 \
+	https://dl.fedoraproject.org/pub/epel/6/i386/Packages/%SUBDIR%/:DEFAULT,i386 \
+	https://dl.fedoraproject.org/pub/epel/6/SRPMS/Packages/%SUBDIR%/:SOURCE \
+	http://dl.fedoraproject.org/pub/epel/6/x86_64/Packages/%SUBDIR%/:DEFAULT,amd64 \
+	http://dl.fedoraproject.org/pub/epel/6/i386/Packages/%SUBDIR%/:DEFAULT,i386 \
+	http://dl.fedoraproject.org/pub/epel/6/SRPMS/Packages/%SUBDIR%/:SOURCE
 .endif
 
 .if !defined(IGNORE_MASTER_SITE_EPEL7)
 MASTER_SITE_EPEL7+= \
-	https://dl.fedoraproject.org/pub/epel/7/x86_64/%SUBDIR%/:DEFAULT,amd64 \
-	https://dl.fedoraproject.org/pub/epel/7/SRPMS/%SUBDIR%/:SOURCE \
-	http://dl.fedoraproject.org/pub/epel/7/x86_64/%SUBDIR%/:DEFAULT,amd64 \
-	http://dl.fedoraproject.org/pub/epel/7/SRPMS/%SUBDIR%/:SOURCE
+	https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/%SUBDIR%/:DEFAULT,amd64 \
+	https://dl.fedoraproject.org/pub/epel/7/SRPMS/Packages/%SUBDIR%/:SOURCE \
+	http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/%SUBDIR%/:DEFAULT,amd64 \
+	http://dl.fedoraproject.org/pub/epel/7/SRPMS/Packages/%SUBDIR%/:SOURCE
 .endif
 
 .if !defined(IGNORE_MASTER_SITE_FEDORA_LINUX)

Modified: head/audio/linux-c6-mikmod/Makefile
==============================================================================
--- head/audio/linux-c6-mikmod/Makefile	Mon Jan 29 19:39:05 2018	(r460327)
+++ head/audio/linux-c6-mikmod/Makefile	Mon Jan 29 19:45:22 2018	(r460328)
@@ -5,7 +5,7 @@ PORTNAME=	libmikmod
 PORTVERSION=	3.2.0
 PORTREVISION=	4
 CATEGORIES=	audio linux
-MASTER_SITES=	EPEL
+MASTER_SITES=	EPEL/l
 
 MAINTAINER=	emulation at FreeBSD.org
 COMMENT=	MikMod Sound Library (Linux CentOS ${LINUX_DIST_VER})

Modified: head/audio/linux-c6-nas-libs/Makefile
==============================================================================
--- head/audio/linux-c6-nas-libs/Makefile	Mon Jan 29 19:39:05 2018	(r460327)
+++ head/audio/linux-c6-nas-libs/Makefile	Mon Jan 29 19:45:22 2018	(r460328)
@@ -5,7 +5,7 @@ PORTNAME=	nas
 PORTVERSION=	1.9.1
 PORTREVISION=	3
 CATEGORIES=	audio linux
-MASTER_SITES=	EPEL
+MASTER_SITES=	EPEL/n
 
 MAINTAINER=	emulation at FreeBSD.org
 COMMENT=	Network Audio System (Linux CentOS ${LINUX_DIST_VER})

Modified: head/audio/linux-c6-openal-soft/Makefile
==============================================================================
--- head/audio/linux-c6-openal-soft/Makefile	Mon Jan 29 19:39:05 2018	(r460327)
+++ head/audio/linux-c6-openal-soft/Makefile	Mon Jan 29 19:45:22 2018	(r460328)
@@ -5,7 +5,7 @@ PORTNAME=	openal-soft
 PORTVERSION=	1.12.854
 PORTREVISION=	5
 CATEGORIES=	audio linux
-MASTER_SITES=	EPEL
+MASTER_SITES=	EPEL/o
 
 MAINTAINER=	emulation at FreeBSD.org
 COMMENT=	3D positional spatialized sound library (Linux CentOS ${LINUX_DIST_VER})

Modified: head/audio/linux-c6-sdl_mixer/Makefile
==============================================================================
--- head/audio/linux-c6-sdl_mixer/Makefile	Mon Jan 29 19:39:05 2018	(r460327)
+++ head/audio/linux-c6-sdl_mixer/Makefile	Mon Jan 29 19:45:22 2018	(r460328)
@@ -5,7 +5,7 @@ PORTNAME=	sdl_mixer
 PORTVERSION=	1.2.12
 PORTREVISION=	5
 CATEGORIES=	audio linux
-MASTER_SITES=	EPEL
+MASTER_SITES=	EPEL/s
 DISTNAME=	${LINUXNAME}-${DISTVERSIONFULL}
 
 MAINTAINER=	emulation at FreeBSD.org

Modified: head/graphics/linux-c6-sdl_image/Makefile
==============================================================================
--- head/graphics/linux-c6-sdl_image/Makefile	Mon Jan 29 19:39:05 2018	(r460327)
+++ head/graphics/linux-c6-sdl_image/Makefile	Mon Jan 29 19:45:22 2018	(r460328)
@@ -5,7 +5,7 @@ PORTNAME=	sdl_image
 PORTVERSION=	1.2.12
 PORTREVISION=	5
 CATEGORIES=	graphics linux
-MASTER_SITES=	EPEL
+MASTER_SITES=	EPEL/s
 DISTNAME=	${LINUXNAME}-${DISTVERSIONFULL}
 
 MAINTAINER=	emulation at FreeBSD.org

Modified: head/graphics/linux-c6-sdl_ttf/Makefile
==============================================================================
--- head/graphics/linux-c6-sdl_ttf/Makefile	Mon Jan 29 19:39:05 2018	(r460327)
+++ head/graphics/linux-c6-sdl_ttf/Makefile	Mon Jan 29 19:45:22 2018	(r460328)
@@ -5,7 +5,7 @@ PORTNAME=	sdl_ttf
 PORTVERSION=	2.0.11
 PORTREVISION=	4
 CATEGORIES=	graphics linux
-MASTER_SITES=	EPEL
+MASTER_SITES=	EPEL/s
 DISTNAME=	${LINUXNAME}-${DISTVERSIONFULL}
 
 MAINTAINER=	emulation at FreeBSD.org


More information about the svn-ports-all mailing list