diff options
author | mjl <mjl@pkgsrc.org> | 2005-01-06 14:43:09 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2005-01-06 14:43:09 +0000 |
commit | 79d3d0e9973146dca48a48137b2db3fbc0661253 (patch) | |
tree | 0af52dfc3c9ca0980950076fda87e9a6eef47ab5 /audio/daapd/Makefile | |
parent | 6c45ee26da52caae512699572d01a440e5e6fd5d (diff) | |
download | pkgsrc-79d3d0e9973146dca48a48137b2db3fbc0661253.tar.gz |
Update to daapd 0.2.4a
- Bugfixes and additions to static playlists.
- Adds static playlists. daapd reads playlists in M3U, M3U extended
and PLS format.
Diffstat (limited to 'audio/daapd/Makefile')
-rw-r--r-- | audio/daapd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/daapd/Makefile b/audio/daapd/Makefile index 97322450f86..85c3350b472 100644 --- a/audio/daapd/Makefile +++ b/audio/daapd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2004/12/28 02:47:41 reed Exp $ +# $NetBSD: Makefile,v 1.6 2005/01/06 14:43:09 mjl Exp $ -DISTNAME= daapd-0.2.3d -PKGREVISION= 1 +DISTNAME= daapd-0.2.4a +#PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${HOMEPAGE} EXTRACT_SUFX= .tgz |