diff options
author | lkundrak <lkundrak@pkgsrc.org> | 2007-07-02 13:20:19 +0000 |
---|---|---|
committer | lkundrak <lkundrak@pkgsrc.org> | 2007-07-02 13:20:19 +0000 |
commit | 5be48527713026bcd0790d6f98a334c48f467d0e (patch) | |
tree | 3397b0ec9275e2ac60000b5cd6a2bbf2d21639e5 /audio/flac123/Makefile | |
parent | 66c975189b70c79abe244148dd735f5eb9ef1afe (diff) | |
download | pkgsrc-5be48527713026bcd0790d6f98a334c48f467d0e.tar.gz |
Updating to 0.0.10. Just changes about 5 lines to prevent a stack
overflow by the long comment string.
Diffstat (limited to 'audio/flac123/Makefile')
-rw-r--r-- | audio/flac123/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/flac123/Makefile b/audio/flac123/Makefile index 3c2be1f0e76..eccc891350d 100644 --- a/audio/flac123/Makefile +++ b/audio/flac123/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2007/01/07 12:25:50 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2007/07/02 13:20:19 lkundrak Exp $ -DISTNAME= flac123-0.0.9 -PKGREVISION= 1 +DISTNAME= flac123-0.0.10 +#PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flac-tools/} |