diff options
author | tijl <tijl@FreeBSD.org> | 2018-01-30 03:45:22 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2018-01-30 03:45:22 +0800 |
commit | 3223a844ba994c619d2e61d8ab73d419eb879a7d (patch) | |
tree | 0bc470b9038330ed5898fe685a300c70c758f34c /audio | |
parent | f40cf488b4692327cfeafd357149cfaa95b23710 (diff) | |
download | freebsd-ports-gnome-3223a844ba994c619d2e61d8ab73d419eb879a7d.tar.gz freebsd-ports-gnome-3223a844ba994c619d2e61d8ab73d419eb879a7d.tar.zst freebsd-ports-gnome-3223a844ba994c619d2e61d8ab73d419eb879a7d.zip |
Update EPEL and EPEL7 URL.
PR: 225540
Reported by: dbn
Diffstat (limited to 'audio')
-rw-r--r-- | audio/linux-c6-mikmod/Makefile | 2 | ||||
-rw-r--r-- | audio/linux-c6-nas-libs/Makefile | 2 | ||||
-rw-r--r-- | audio/linux-c6-openal-soft/Makefile | 2 | ||||
-rw-r--r-- | audio/linux-c6-sdl_mixer/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/audio/linux-c6-mikmod/Makefile b/audio/linux-c6-mikmod/Makefile index f6f270d7fd45..3ec11cf956c4 100644 --- a/audio/linux-c6-mikmod/Makefile +++ b/audio/linux-c6-mikmod/Makefile @@ -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}) diff --git a/audio/linux-c6-nas-libs/Makefile b/audio/linux-c6-nas-libs/Makefile index 13116eb89e84..f12dc6f69b4f 100644 --- a/audio/linux-c6-nas-libs/Makefile +++ b/audio/linux-c6-nas-libs/Makefile @@ -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}) diff --git a/audio/linux-c6-openal-soft/Makefile b/audio/linux-c6-openal-soft/Makefile index 1b5d35d41c26..a5601a8351b3 100644 --- a/audio/linux-c6-openal-soft/Makefile +++ b/audio/linux-c6-openal-soft/Makefile @@ -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}) diff --git a/audio/linux-c6-sdl_mixer/Makefile b/audio/linux-c6-sdl_mixer/Makefile index 4cf989aac359..43e53b3bea19 100644 --- a/audio/linux-c6-sdl_mixer/Makefile +++ b/audio/linux-c6-sdl_mixer/Makefile @@ -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 |