diff options
-rw-r--r-- | audio/mp3splt/Makefile | 5 | ||||
-rw-r--r-- | audio/mp3splt/distinfo | 7 | ||||
-rw-r--r-- | audio/mp3splt/patches/patch-aa | 13 |
3 files changed, 19 insertions, 6 deletions
diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile index ab232ad71d7..8ab686d90f5 100644 --- a/audio/mp3splt/Makefile +++ b/audio/mp3splt/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2004/10/03 00:13:08 tv Exp $ +# $NetBSD: Makefile,v 1.8 2004/11/22 19:50:17 wiz Exp $ # -DISTNAME= mp3splt-2.0-src +DISTNAME= mp3splt-2.1-src PKGNAME= ${DISTNAME:S/-src//} -PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3splt/} diff --git a/audio/mp3splt/distinfo b/audio/mp3splt/distinfo index 6413f7524ec..d5748739c95 100644 --- a/audio/mp3splt/distinfo +++ b/audio/mp3splt/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.2 2004/04/18 23:09:03 wiz Exp $ +$NetBSD: distinfo,v 1.3 2004/11/22 19:50:17 wiz Exp $ -SHA1 (mp3splt-2.0-src.tar.gz) = 31df306237346209db983ccbcae8bba52104e1a0 -Size (mp3splt-2.0-src.tar.gz) = 132921 bytes +SHA1 (mp3splt-2.1-src.tar.gz) = 6293ed4abae31f97a239699743169e5cc302f97d +Size (mp3splt-2.1-src.tar.gz) = 134338 bytes +SHA1 (patch-aa) = 62eb13e7279a93348cd31b1e09ddbfe1d86dbd97 diff --git a/audio/mp3splt/patches/patch-aa b/audio/mp3splt/patches/patch-aa new file mode 100644 index 00000000000..4d7b47f6434 --- /dev/null +++ b/audio/mp3splt/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2004/11/22 19:50:17 wiz Exp $ + +--- ogg.c.orig 2004-07-17 16:28:01.000000000 +0200 ++++ ogg.c +@@ -57,7 +57,7 @@ + #define ftello ftell + #endif + +-#include <values.h> ++#include <limits.h> + + static v_packet *save_packet(ogg_packet *packet) + { |