diff options
author | mva <mva@FreeBSD.org> | 2012-06-08 03:26:25 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2012-06-08 03:26:25 +0800 |
commit | 9323c740228737cd3de104cc0d04865c03a1fee7 (patch) | |
tree | 125d8d10b31a1ae89f9f5e879cbf5f433db31458 /audio | |
parent | 57c56e6e3fee6d0b2af7c2910f0f4a63e95ab2e7 (diff) | |
download | freebsd-ports-gnome-9323c740228737cd3de104cc0d04865c03a1fee7.tar.gz freebsd-ports-gnome-9323c740228737cd3de104cc0d04865c03a1fee7.tar.zst freebsd-ports-gnome-9323c740228737cd3de104cc0d04865c03a1fee7.zip |
- Fix MASTER_SITES to make it fetchable again
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-ogg/Makefile | 2 | ||||
-rw-r--r-- | audio/py-vorbis/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-ogg/Makefile b/audio/py-ogg/Makefile index 3017c2c37d4e..5ac4dfbe6a32 100644 --- a/audio/py-ogg/Makefile +++ b/audio/py-ogg/Makefile @@ -9,7 +9,7 @@ PORTNAME= ogg PORTVERSION= 1.3 PORTREVISION= 4 CATEGORIES= audio python -MASTER_SITES= http://www.andrewchatham.com/pyogg/download/ +MASTER_SITES= http://ekyo.nerim.net/software/pyogg/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyogg-${PORTVERSION} diff --git a/audio/py-vorbis/Makefile b/audio/py-vorbis/Makefile index 24c265b4c2bc..95bde370a5cc 100644 --- a/audio/py-vorbis/Makefile +++ b/audio/py-vorbis/Makefile @@ -9,7 +9,7 @@ PORTNAME= vorbis PORTVERSION= 1.4 PORTREVISION= 3 CATEGORIES= audio python -MASTER_SITES= http://www.andrewchatham.com/pyogg/download/ +MASTER_SITES= http://ekyo.nerim.net/software/pyogg/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyvorbis-${PORTVERSION} |