From owner-svn-ports-all@freebsd.org Mon Jan 29 19:45:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35A9AEDA9C2; Mon, 29 Jan 2018 19:45:24 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DD23F82E54; Mon, 29 Jan 2018 19:45:23 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D7F594CCE; Mon, 29 Jan 2018 19:45:23 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0TJjN2J043182; Mon, 29 Jan 2018 19:45:23 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0TJjNBY043175; Mon, 29 Jan 2018 19:45:23 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201801291945.w0TJjNBY043175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 29 Jan 2018 19:45:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: 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 X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: 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 X-SVN-Commit-Revision: 460328 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jan 2018 19:45:24 -0000 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@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@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@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@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@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@FreeBSD.org