Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2005 18:14:16 GMT
From:      Peter Johnson <freebsd@bilogic.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/85981: [PATCH] Update audio/py-mad to 0.5.4
Message-ID:  <200509111814.j8BIEGBO072608@www.freebsd.org>
Resent-Message-ID: <200509111820.j8BIK8TW099557@freefall.freebsd.org>

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

>Number:         85981
>Category:       ports
>Synopsis:       [PATCH] Update audio/py-mad to 0.5.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 11 18:20:08 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Peter Johnson
>Release:        5.4
>Organization:
>Environment:
>Description:
py-mad is broken through 0.5.3 because it fails to incref a None before returning it to Python, resulting in Python crashes.  Upgrading to 0.5.4 fixes the problem.
>How-To-Repeat:
      
>Fix:
--- Makefile.orig	Sun Sep 11 11:08:47 2005
+++ Makefile	Sun Sep 11 11:09:09 2005
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/audio/py-mad/Makefile,v 1.10 2005/01/26 09:24:59 perky Exp $
 
 PORTNAME=	mad
-PORTVERSION=	0.5.2
+PORTVERSION=	0.5.4
 CATEGORIES=	audio python
 MASTER_SITES=	http://spacepants.org/src/pymad/download/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
--- distinfo.orig	Wed Jan 26 01:24:59 2005
+++ distinfo	Sun Sep 11 11:09:58 2005
@@ -1,2 +1,2 @@
-MD5 (pymad-0.5.2.tar.gz) = dd966ebbc1e600ee8d971aaf3e5a38c9
-SIZE (pymad-0.5.2.tar.gz) = 21577
+MD5 (pymad-0.5.4.tar.gz) = 5a2b86cf3b3501a620ef8156b49289cb
+SIZE (pymad-0.5.4.tar.gz) = 21626
>Release-Note:
>Audit-Trail:
>Unformatted:



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