diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/streamtuner-live365/Makefile | 3 | ||||
-rw-r--r-- | audio/streamtuner-local/Makefile | 3 | ||||
-rw-r--r-- | audio/streamtuner-python/Makefile | 3 | ||||
-rw-r--r-- | audio/streamtuner-xiph/Makefile | 3 | ||||
-rw-r--r-- | audio/streamtuner/Makefile | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/audio/streamtuner-live365/Makefile b/audio/streamtuner-live365/Makefile index b305f2f368c..626eda9de9c 100644 --- a/audio/streamtuner-live365/Makefile +++ b/audio/streamtuner-live365/Makefile @@ -8,7 +8,8 @@ PORTNAME= streamtuner-live365 PORTVERSION= 0.3.3 CATEGORIES= audio www -MASTER_SITES= http://streamtuner.sourceforge.net/streamtuner/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= streamtuner MAINTAINER= jylefort@brutele.be COMMENT= A Live365 plugin for streamtuner diff --git a/audio/streamtuner-local/Makefile b/audio/streamtuner-local/Makefile index 33b7375455f..9dd7d925799 100644 --- a/audio/streamtuner-local/Makefile +++ b/audio/streamtuner-local/Makefile @@ -8,7 +8,8 @@ PORTNAME= streamtuner-local PORTVERSION= 0.3.0 CATEGORIES= audio www -MASTER_SITES= http://streamtuner.sourceforge.net/streamtuner/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= streamtuner MAINTAINER= jylefort@brutele.be COMMENT= A streamtuner plugin for local music access diff --git a/audio/streamtuner-python/Makefile b/audio/streamtuner-python/Makefile index f877fde3626..328183f8415 100644 --- a/audio/streamtuner-python/Makefile +++ b/audio/streamtuner-python/Makefile @@ -8,7 +8,8 @@ PORTNAME= streamtuner-python PORTVERSION= 0.0.3 CATEGORIES= audio www -MASTER_SITES= http://streamtuner.sourceforge.net/streamtuner/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= streamtuner MAINTAINER= jylefort@brutele.be COMMENT= A streamtuner plugin providing a Python interpreter diff --git a/audio/streamtuner-xiph/Makefile b/audio/streamtuner-xiph/Makefile index 1f639a7cbdf..49cf584a93e 100644 --- a/audio/streamtuner-xiph/Makefile +++ b/audio/streamtuner-xiph/Makefile @@ -8,7 +8,8 @@ PORTNAME= streamtuner-xiph PORTVERSION= 0.0.1 CATEGORIES= audio www -MASTER_SITES= http://streamtuner.sourceforge.net/streamtuner/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= streamtuner MAINTAINER= jylefort@brutele.be COMMENT= A dir.xiph.org plugin for streamtuner diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index c350493c475..ccc371e518f 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -8,7 +8,8 @@ PORTNAME= streamtuner PORTVERSION= 0.11.0 CATEGORIES= audio www -MASTER_SITES= http://streamtuner.sourceforge.net/streamtuner/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jylefort@brutele.be COMMENT= A GTK+ stream directory browser |