diff options
-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/Makefile | 5 |
4 files changed, 4 insertions, 10 deletions
diff --git a/audio/streamtuner-live365/Makefile b/audio/streamtuner-live365/Makefile index 033afd8f575..a5a74eb840c 100644 --- a/audio/streamtuner-live365/Makefile +++ b/audio/streamtuner-live365/Makefile @@ -8,8 +8,7 @@ PORTNAME= live365 PORTVERSION= 0.3.2 CATEGORIES= audio www -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= streamtuner/${PKGNAMEPREFIX}${PORTNAME}.pkg/${PORTVERSION} +MASTER_SITES= http://streamtuner.sourceforge.net/streamtuner/ PKGNAMEPREFIX= streamtuner- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} diff --git a/audio/streamtuner-local/Makefile b/audio/streamtuner-local/Makefile index 376a0ee2624..5593f24d8bc 100644 --- a/audio/streamtuner-local/Makefile +++ b/audio/streamtuner-local/Makefile @@ -8,8 +8,7 @@ PORTNAME= local PORTVERSION= 0.2.1 CATEGORIES= audio www -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= streamtuner/${PKGNAMEPREFIX}${PORTNAME}.pkg/${PORTVERSION} +MASTER_SITES= http://streamtuner.sourceforge.net/streamtuner/ PKGNAMEPREFIX= streamtuner- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} diff --git a/audio/streamtuner-python/Makefile b/audio/streamtuner-python/Makefile index 640022b730d..e4e61de714f 100644 --- a/audio/streamtuner-python/Makefile +++ b/audio/streamtuner-python/Makefile @@ -8,8 +8,7 @@ PORTNAME= python PORTVERSION= 0.0.2 CATEGORIES= audio www -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= streamtuner/${PKGNAMEPREFIX}${PORTNAME}.pkg/${PORTVERSION} +MASTER_SITES= http://streamtuner.sourceforge.net/streamtuner/ PKGNAMEPREFIX= streamtuner- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index 9ad73248d22..83820d46a30 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -8,10 +8,7 @@ PORTNAME= streamtuner PORTVERSION= 0.10.2 CATEGORIES= audio www -MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}.pkg/${PORTVERSION} \ - pav +MASTER_SITES= http://streamtuner.sourceforge.net/streamtuner/ MAINTAINER= jylefort@brutele.be COMMENT= A GTK+ stream directory browser |