diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-03 19:04:59 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-03 19:04:59 +0800 |
commit | 628a3aafebd1c34aceb4ee2a5c76e34e26a8a16d (patch) | |
tree | bc82b4f5fa75abb7ed58df361f5f61550267bd3b /audio | |
parent | 3218135cb5cd35f287be7ae024776637e1bf714f (diff) | |
download | freebsd-ports-graphics-628a3aafebd1c34aceb4ee2a5c76e34e26a8a16d.tar.gz freebsd-ports-graphics-628a3aafebd1c34aceb4ee2a5c76e34e26a8a16d.tar.zst freebsd-ports-graphics-628a3aafebd1c34aceb4ee2a5c76e34e26a8a16d.zip |
Chase up new MASTER_SITE_SAVANNAH.
PR: ports/56970
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/muse/Makefile | 3 | ||||
-rw-r--r-- | audio/streamtuner-local/Makefile | 3 | ||||
-rw-r--r-- | audio/streamtuner-python/Makefile | 3 | ||||
-rw-r--r-- | audio/streamtuner/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/audio/muse/Makefile b/audio/muse/Makefile index 95f106574ca..0706c413826 100644 --- a/audio/muse/Makefile +++ b/audio/muse/Makefile @@ -10,8 +10,9 @@ PORTNAME= MuSE PORTVERSION= 0.8.1 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://savannah.nongnu.org/download/muse/ \ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ http://muse.dyne.org/releases/ +MASTER_SITE_SUBDIR= muse DISTNAME= MuSE-${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff --git a/audio/streamtuner-local/Makefile b/audio/streamtuner-local/Makefile index 8ae921ff5ad..376a0ee2624 100644 --- a/audio/streamtuner-local/Makefile +++ b/audio/streamtuner-local/Makefile @@ -8,7 +8,8 @@ PORTNAME= local PORTVERSION= 0.2.1 CATEGORIES= audio www -MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/streamtuner-local.pkg/${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= streamtuner/${PKGNAMEPREFIX}${PORTNAME}.pkg/${PORTVERSION} PKGNAMEPREFIX= streamtuner- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} diff --git a/audio/streamtuner-python/Makefile b/audio/streamtuner-python/Makefile index 4408124d0b0..640022b730d 100644 --- a/audio/streamtuner-python/Makefile +++ b/audio/streamtuner-python/Makefile @@ -8,7 +8,8 @@ PORTNAME= python PORTVERSION= 0.0.2 CATEGORIES= audio www -MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/streamtuner-python.pkg/${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= streamtuner/${PKGNAMEPREFIX}${PORTNAME}.pkg/${PORTVERSION} PKGNAMEPREFIX= streamtuner- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index 9632dba2813..8775505702a 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -8,7 +8,8 @@ PORTNAME= streamtuner PORTVERSION= 0.10.1 CATEGORIES= audio www -MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/streamtuner.pkg/${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}.pkg/${PORTVERSION} MAINTAINER= jylefort@brutele.be COMMENT= A GTK+ stream directory browser |