ports/85981: [PATCH] Update audio/py-mad to 0.5.4
Peter Johnson
freebsd at bilogic.org
Sun Sep 11 18:20:10 UTC 2005
>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:
More information about the freebsd-ports-bugs
mailing list