diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-30 02:55:00 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-30 02:55:00 +0800 |
commit | 7420fe19a9632ab7eb9bbd4a6aa136595d2464fd (patch) | |
tree | 03ca2dc12898c3589f7b40120db8711c0012256d /audio | |
parent | 8621a45861181cbb5909d732ae6c9169e8f64a14 (diff) | |
download | freebsd-ports-gnome-7420fe19a9632ab7eb9bbd4a6aa136595d2464fd.tar.gz freebsd-ports-gnome-7420fe19a9632ab7eb9bbd4a6aa136595d2464fd.tar.zst freebsd-ports-gnome-7420fe19a9632ab7eb9bbd4a6aa136595d2464fd.zip |
- Fix MASTER_SITES
PR: ports/62062
Submitted by: maintainer
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/Makefile | 5 |
4 files changed, 4 insertions, 10 deletions
diff --git a/audio/streamtuner-live365/Makefile b/audio/streamtuner-live365/Makefile index 033afd8f5755..a5a74eb840c4 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 376a0ee26244..5593f24d8bc9 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 640022b730d7..e4e61de714fc 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 9ad73248d22c..83820d46a304 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 |