ports/177265: audio/py-mad: Update to version 0.7
KATO Tsuguru
tkato432 at yahoo.com
Fri Mar 22 18:40:07 UTC 2013
>Number: 177265
>Category: ports
>Synopsis: audio/py-mad: Update to version 0.7
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Mar 22 18:40:06 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update to version 0.7
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/audio/py-mad/Makefile audio/py-mad/Makefile
--- /usr/ports/audio/py-mad/Makefile 2012-11-08 05:45:52.000000000 +0900
+++ audio/py-mad/Makefile 2013-03-17 16:27:58.000000000 +0900
@@ -1,14 +1,11 @@
-# New ports collection makefile for: py-mad
-# Date created: 8 October 2002
-# Whom: Hye-Shik Chang
-#
+# Created by: Hye-Shik Chang
# $FreeBSD: head/audio/py-mad/Makefile 300895 2012-07-14 12:56:14Z beat $
PORTNAME= mad
-PORTVERSION= 0.6
-PORTREVISION= 1
+PORTVERSION= 0.7
CATEGORIES= audio python
MASTER_SITES= GOOGLE_CODE
+PROJECTHOST= pymad
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pymad-${PORTVERSION}
@@ -16,11 +13,9 @@
COMMENT= Python module that provides the MPEG Audio Decoder interface
LICENSE= LGPL20
-LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= mad.2:${PORTSDIR}/audio/mad
+LIB_DEPENDS= mad:${PORTSDIR}/audio/mad
-PROJECTHOST= pymad
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
@@ -28,11 +23,8 @@
PLIST_FILES= %%PYTHON_SITELIBDIR%%/madmodule.so
-post-patch:
- @${REINPLACE_CMD} 's/^\(.*compile.*\)\?\(.*\)\?\(.*\)$$/\1\2\3/' \
- ${WRKSRC}/setup.py
-
do-configure:
- @cd ${WRKSRC} && ${MAKE_ENV} ${PYTHON_CMD} config_unix.py --prefix ${PYTHONBASE}
+ @cd ${WRKSRC} && ${MAKE_ENV} ${PYTHON_CMD} config_unix.py \
+ --prefix ${LOCALBASE}
.include <bsd.port.mk>
diff -urN /usr/ports/audio/py-mad/distinfo audio/py-mad/distinfo
--- /usr/ports/audio/py-mad/distinfo 2012-11-08 05:45:52.000000000 +0900
+++ audio/py-mad/distinfo 2013-03-15 06:06:16.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (pymad-0.6.tar.gz) = 1c9fc529b78de7d26e9e47cf182c9f8bf43838d8f62a9c1773540d57f5ebc522
-SIZE (pymad-0.6.tar.gz) = 22099
+SHA256 (pymad-0.7.tar.gz) = 53ae5d3382074f21431299a3186fc9f778fe106f26d737846cc1ef2c34b2d8a1
+SIZE (pymad-0.7.tar.gz) = 21510
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list