Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 2009 18:57:21 -0700
From:      Timothy Beyer <beyert@cs.ucr.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Timothy Beyer <beyert@cs.ucr.edu>
Subject:   ports/139166: update port: audio/libmp3splt to version 0.5.7a
Message-ID:  <87d45djgji.wl%beyert@cs.ucr.edu>
Resent-Message-ID: <200909270200.n8R208Pv033594@freefall.freebsd.org>

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

>Number:         139166
>Category:       ports
>Synopsis:       update port: audio/libmp3splt to version 0.5.7a
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 27 02:00:08 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Timothy Beyer
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
no organization
>Environment:
System: FreeBSD aeonserv.aeonnet 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Thu Sep 24 02:00:22 PDT 2009     root@aeonserv.aeonnet:/usr/src/sys/i386/compile/CUSTOM  i386

>Description:
These patches make the following changes:

-Updates audio/libmp3splt to the latest version (this upgrade is important, as it has a lot of bugfixes and is required for the latest versions of mp3splt and mp3splt-gtk)
-Makes according changes to Makefile
-Makes according changes to distinfo
-Makes according changes to files (get rid of it's contents, they are no longer needed)

>How-To-Repeat:
    -Apply the patches
    -I am submitting an update to mp3splt accordingly, (since mp3splt versions are tied directly to the respective version of libmp3splt) as the old mp3splt will not compile on newer versions of libmp3splt

>Fix:
    The included patches

--- Makefile.diff begins here ---
--- Makefile.orig	2009-08-22 03:30:22.000000000 -0700
+++ Makefile	2009-09-05 14:23:06.000000000 -0700
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	libmp3splt
-PORTVERSION=	0.5.4
-PORTREVISION=	3
+PORTVERSION=	0.5.7a
 CATEGORIES=	audio
 MASTER_SITES=	SF/mp3splt/${PORTNAME}/${PORTVERSION}
--- Makefile.diff ends here ---

--- distinfo.diff begins here ---
--- distinfo.orig	2009-03-27 06:56:23.000000000 -0700
+++ distinfo	2009-09-05 14:23:34.000000000 -0700
@@ -1,3 +1,3 @@
-MD5 (libmp3splt-0.5.4.tar.gz) = a65f63dc9c176dabff3c6c85c4c3bf2c
-SHA256 (libmp3splt-0.5.4.tar.gz) = 3c454d5a49316f549bb21f3875a55c2ce37d2510d41f72136fa8cfe6fbaff9f6
-SIZE (libmp3splt-0.5.4.tar.gz) = 462620
+MD5 (libmp3splt-0.5.7a.tar.gz) = 93fd67d55b500735f1c42d260518505d
+SHA256 (libmp3splt-0.5.7a.tar.gz) = e0e945b681315037f960e2929477e3357ba9c76cde1e29a19d8e1d371a9e123e
+SIZE (libmp3splt-0.5.7a.tar.gz) = 535747
--- distinfo.diff ends here ---

--- files.diff begins here ---
diff -urN files.orig/patch-cddb.c files/patch-cddb.c
--- files.orig/patch-cddb.c	2009-03-31 02:46:33.000000000 -0700
+++ files/patch-cddb.c	1969-12-31 16:00:00.000000000 -0800
@@ -1,19 +0,0 @@
---- src/cddb.c.orig
-+++ src/cddb.c
-@@ -393,6 +393,16 @@
-       //we read the file line by line
-       while (fgets(line, 2048, file_input)!=NULL)
-       {
-+        //if windows file with '\r', then pretend is a unix file
-+        if (strlen(line) > 1)
-+        {
-+          if (line[strlen(line)-2] == '\r')
-+          {
-+            line[strlen(line)-2] = '\n';
-+            line[strlen(line)-1] = '\0';
-+          }
-+        }
-+
-         type = SPLT_CUE_NOTHING;
- 
-         //we read strings from file TRACK,TITLE,AUDIO,PERFORMER,INDEX
--- files.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87d45djgji.wl%beyert>