diff options
author | nork <nork@FreeBSD.org> | 2003-04-06 21:36:24 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-04-06 21:36:24 +0800 |
commit | ece239bc7ceb308627f3b2ab50b045bdc2eaacc9 (patch) | |
tree | c0765bdf420a613ec8a5f45033c3c3e631dda062 /audio/streamtuner-local | |
parent | 95c38153b3b1b8b80eb485cf7297f03b5db17146 (diff) | |
download | freebsd-ports-gnome-ece239bc7ceb308627f3b2ab50b045bdc2eaacc9.tar.gz freebsd-ports-gnome-ece239bc7ceb308627f3b2ab50b045bdc2eaacc9.tar.zst freebsd-ports-gnome-ece239bc7ceb308627f3b2ab50b045bdc2eaacc9.zip |
Update to 0.2.1.
PR: ports/50546
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
Diffstat (limited to 'audio/streamtuner-local')
-rw-r--r-- | audio/streamtuner-local/Makefile | 7 | ||||
-rw-r--r-- | audio/streamtuner-local/distinfo | 2 | ||||
-rw-r--r-- | audio/streamtuner-local/pkg-descr | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/audio/streamtuner-local/Makefile b/audio/streamtuner-local/Makefile index f9cf32625eed..8ae921ff5ad3 100644 --- a/audio/streamtuner-local/Makefile +++ b/audio/streamtuner-local/Makefile @@ -6,15 +6,14 @@ # PORTNAME= local -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.1 CATEGORIES= audio www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= streamtuner +MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/streamtuner-local.pkg/${PORTVERSION}/ PKGNAMEPREFIX= streamtuner- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= jylefort@brutele.be -COMMENT= A plugin for streamtuner that browses a local MP3 repository +COMMENT= A plugin for streamtuner that browses a local MP3 repository BUILD_DEPENDS= ${X11BASE}/include/streamtuner/streamtuner.h:${PORTSDIR}/audio/streamtuner RUN_DEPENDS= ${X11BASE}/bin/streamtuner:${PORTSDIR}/audio/streamtuner diff --git a/audio/streamtuner-local/distinfo b/audio/streamtuner-local/distinfo index 3e0d4047c11b..95d8650d0ab0 100644 --- a/audio/streamtuner-local/distinfo +++ b/audio/streamtuner-local/distinfo @@ -1 +1 @@ -MD5 (streamtuner-local-0.2.0.tar.gz) = 09d558e18ce4ee68a6e5ed1f9117d0f9 +MD5 (streamtuner-local-0.2.1.tar.gz) = ada99bb7e64aea59ca06c24124291bee diff --git a/audio/streamtuner-local/pkg-descr b/audio/streamtuner-local/pkg-descr index b362bb6ca676..9f5dd566bc9b 100644 --- a/audio/streamtuner-local/pkg-descr +++ b/audio/streamtuner-local/pkg-descr @@ -1,7 +1,7 @@ streamtuner-local is a streamtuner plugin providing access to your local MP3 repository. It can extract ID3 information from your songs. -WWW: http://streamtuner.sourceforge.net#plugins +WWW: http://www.nongnu.org/streamtuner/plugins/ - Jean-Yves Lefort jylefort@brutele.be |