From reinhard.lenninger@web.de  Thu Mar 17 01:21:15 2005
Return-Path: <reinhard.lenninger@web.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id AF42616A4CE; Thu, 17 Mar 2005 01:21:15 +0000 (GMT)
Received: from smtp06.web.de (smtp06.web.de [217.72.192.224])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 516E043D39; Thu, 17 Mar 2005 01:21:15 +0000 (GMT)
	(envelope-from reinhard.lenninger@web.de)
Received: from [82.135.69.9] (helo=[82.135.69.9])
	by smtp06.web.de with asmtp (TLSv1:RC4-MD5:128)
	(WEB.DE 4.104 #268)
	id 1DBjhH-0004wF-00; Thu, 17 Mar 2005 02:21:12 +0100
Message-Id: <4238E9AF.8010101@web.de>
Date: Thu, 17 Mar 2005 02:21:35 +0000
From: Reinhard Lenninger <reinhard.lenninger@web.de>
Sender: reinhard.lenninger@web.de
To: FreeBSD-gnats-submit@freebsd.org
Cc: trevor@FreeBSD.org
Subject: port audio/streamripper, unbreak port

>Number:         78936
>Category:       ports
>Synopsis:       port audio/streamripper, unbreak port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trevor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 17 01:30:01 GMT 2005
>Closed-Date:    Mon Apr 11 20:21:00 GMT 2005
>Last-Modified:  Mon Apr 11 20:21:00 GMT 2005
>Originator:     Reinhard Lenninger
>Release:        FreeBSD 5.3-RELEASE-p5 i386
>Organization:
>Environment:

System: FreeBSD 5.3-RELEASE-p5 #0: Sun Jan 30 15:44:51 UTC 2005
   toor@freebsd.megatron:/usr/obj/usr/src/sys/BEASTIE5_3

>Description:

port audio/streamripper is marked as broken because it doesn`t split
shoutcast-streams into separate tracks anymore. the following patch
fixes this.

>How-To-Repeat:

>Fix:

--- patch-lib_parse.c begins here ---
--- lib/parse.c.orig    Sat Dec 11 20:30:08 2004
+++ lib/parse.c Tue Mar 15 20:01:22 2005
@@ -68,14 +68,14 @@
        PARSERULE_ICASE,
        0, 0, 0, 0,
        0,
-       "[[:space:]]*-?[[:space:]]*mp3pro$",
+       " *-? *mp3pro$",
        ""
     },
     { PARSERULE_CMD_MATCH,
        PARSERULE_ICASE,
        1, 2, 0, 0,
        0,
-       "^[[:space:]]*([^-]*?)[[:space:]]*-[[:space:]]*(.*?)[[:space:]]*$",
+       "^ *([^-]*)? *- *(.*) *$",
        ""
     },
     { 0x00,
--- patch-lib_parse.c ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->flz 
Responsible-Changed-By: flz 
Responsible-Changed-When: Thu Mar 17 09:27:15 GMT 2005 
Responsible-Changed-Why:  
Grab. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78936 
Responsible-Changed-From-To: flz->trevor 
Responsible-Changed-By: flz 
Responsible-Changed-When: Thu Mar 17 09:43:58 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78936 
State-Changed-From-To: open->closed 
State-Changed-By: flz 
State-Changed-When: Mon Apr 11 20:20:45 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78936 
>Unformatted:
