diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-01-08 22:56:04 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-01-08 22:56:04 +0000 |
commit | 3652e115f5620107c37f85947e832535d8d4dd7c (patch) | |
tree | 4128f5f9c2a8167e984cc375439341fa142db91e /audio | |
parent | ccb23acb55e2a23d0851169dcbb935ccf2b19e50 (diff) | |
download | pkgsrc-3652e115f5620107c37f85947e832535d8d4dd7c.tar.gz |
Update to 0.4.7. From the changelog:
- Fixed a major bug in id3.c that affected linux users with a file not
found error. Also fixed in main.c. Thanks to Sarah Hitchens for
finding/fixing the bug!
- Cleaned up memory leaks in playlist.c and downloadable.c.
- Fixed typo in filename for song_management.c.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rioutil/Makefile | 5 | ||||
-rw-r--r-- | audio/rioutil/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile index 33a0b827b9a..f56fe4046a0 100644 --- a/audio/rioutil/Makefile +++ b/audio/rioutil/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2004/11/22 23:39:33 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2005/01/08 22:56:04 schmonz Exp $ # -DISTNAME= rioutil-1.4.6 -PKGREVISION= 1 +DISTNAME= rioutil-1.4.7 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rioutil/} diff --git a/audio/rioutil/distinfo b/audio/rioutil/distinfo index 9deca74f805..91469df5a46 100644 --- a/audio/rioutil/distinfo +++ b/audio/rioutil/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2004/08/19 03:33:35 schmonz Exp $ +$NetBSD: distinfo,v 1.7 2005/01/08 22:56:04 schmonz Exp $ -SHA1 (rioutil-1.4.6.tar.gz) = 22322ebcf421c1a7b307485d7a66f7922b900b22 -Size (rioutil-1.4.6.tar.gz) = 406514 bytes +SHA1 (rioutil-1.4.7.tar.gz) = 956a75ce2f23fa0dfd62a4c1facbd1994b88cde6 +Size (rioutil-1.4.7.tar.gz) = 406844 bytes |