Bug 177265 - audio/py-mad: Update to version 0.7
Summary: audio/py-mad: Update to version 0.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-22 18:40 UTC by tkato432
Modified: 2013-03-23 18:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.77 KB, patch)
2013-03-22 18:40 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-03-22 18:40:06 UTC
- Update to version 0.7
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-22 18:42:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-03-23 17:58:06 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-03-23 17:58:19 UTC
Author: miwi
Date: Sat Mar 23 17:58:06 2013
New Revision: 315057
URL: http://svnweb.freebsd.org/changeset/ports/315057

Log:
  - Update to 0.7
  
  PR:		177265
  Submitted by:	Ports Fury

Modified:
  head/audio/py-mad/Makefile   (contents, props changed)
  head/audio/py-mad/distinfo   (contents, props changed)

Modified: head/audio/py-mad/Makefile
==============================================================================
--- head/audio/py-mad/Makefile	Sat Mar 23 17:57:04 2013	(r315056)
+++ head/audio/py-mad/Makefile	Sat Mar 23 17:58:06 2013	(r315057)
@@ -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$
 
 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 @@ MAINTAINER=	ports@FreeBSD.org
 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 @@ PYDISTUTILS_PKGNAME=	pymad
 
 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>

Modified: head/audio/py-mad/distinfo
==============================================================================
--- head/audio/py-mad/distinfo	Sat Mar 23 17:57:04 2013	(r315056)
+++ head/audio/py-mad/distinfo	Sat Mar 23 17:58:06 2013	(r315057)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"