Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  9 May 2002 21:06:02 +0200 (CEST)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37899: Update port: audio/mp32ogg --- bento error
Message-ID:  <20020509190602.AAB1F5A547@nemesis.informatik.unibw-muenchen.de>

next in thread | raw e-mail | index | archive | help

>Number:         37899
>Category:       ports
>Synopsis:       Update port: audio/mp32ogg --- bento error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 09 12:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Braun
>Release:        FreeBSD 4.6-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD nemesis.informatik.unibw-muenchen.de 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Thu May 2 11:59:09 CEST 2002 root@nemesis.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/NEMESIS_OB i386


>Description:

Update audio/mp32ogg from 0.10 to 0.11
-> fixes bento error

Regards,
         Olli
>How-To-Repeat:
>Fix:

diff -ruN mp32ogg.old/Makefile mp32ogg/Makefile
--- mp32ogg.old/Makefile	Thu May  9 20:57:29 2002
+++ mp32ogg/Makefile	Thu May  9 20:57:48 2002
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	mp32ogg
-PORTVERSION=	0.10
+PORTVERSION=	0.11
 CATEGORIES=	audio perl5
 MASTER_SITES=	ftp://ftp.faceprint.com/pub/software/scripts/
 DISTNAME=	${PORTNAME}
diff -ruN mp32ogg.old/distinfo mp32ogg/distinfo
--- mp32ogg.old/distinfo	Sun Nov  4 13:06:36 2001
+++ mp32ogg/distinfo	Thu May  9 20:57:56 2002
@@ -1 +1 @@
-MD5 (mp32ogg) = 5a56d778371392e0a94329501873c36d
+MD5 (mp32ogg) = 7da7d3b125d2d0a6c12bbb0e9cdb93ff
diff -ruN mp32ogg.old/files/patch-mp32ogg mp32ogg/files/patch-mp32ogg
--- mp32ogg.old/files/patch-mp32ogg	Sun Nov  4 13:06:37 2001
+++ mp32ogg/files/patch-mp32ogg	Thu May  9 21:00:18 2002
@@ -1,13 +1,15 @@
---- mp32ogg.orig	Sun Nov  4 20:01:12 2001
-+++ mp32ogg	Sun Nov  4 20:01:42 2001
-@@ -77,8 +77,8 @@
- use Getopt::Long;
- use String::ShellQuote;
+--- mp32ogg.orig	Thu May  9 20:59:03 2002
++++ mp32ogg	Thu May  9 20:59:56 2002
+@@ -89,9 +89,9 @@
  
--$oggenc = "/usr/bin/oggenc";
--$mpg123 = "/usr/bin/mpg123";
-+$oggenc = "%%LOCALBASE%%/bin/oggenc";
-+$mpg123 = "%%LOCALBASE%%/bin/mpg123";
+ use_winamp_genres();
+ 
+-$oggenc  = "/usr/bin/oggenc";
+-$ogginfo = "/usr/bin/ogginfo";
+-$mpg123  = "/usr/bin/mpg123";
++$oggenc  = "%%LOCALBASE%%/bin/oggenc";
++$ogginfo = "%%LOCALBASE%%/bin/ogginfo";
++$mpg123  = "%%LOCALBASE%%/bin/mpg123";
  
  print "mp32ogg $version\n";
- print "(c) 2000-2001 Nathan Walp\n";
+ print "(c) 2000-2002 Nathan Walp\n";

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020509190602.AAB1F5A547>