svn commit: r367045 - head/audio/py-speex

Adam Weinberger adamw at FreeBSD.org
Tue Sep 2 16:10:32 UTC 2014


Author: adamw
Date: Tue Sep  2 16:10:31 2014
New Revision: 367045
URL: http://svnweb.freebsd.org/changeset/ports/367045
QAT: https://qat.redports.org/buildarchive/r367045/

Log:
  Update MASTER_SITES and WWW to new location to fix fetch.
  
  While here, use USES=python

Modified:
  head/audio/py-speex/Makefile
  head/audio/py-speex/pkg-descr

Modified: head/audio/py-speex/Makefile
==============================================================================
--- head/audio/py-speex/Makefile	Tue Sep  2 15:54:33 2014	(r367044)
+++ head/audio/py-speex/Makefile	Tue Sep  2 16:10:31 2014	(r367045)
@@ -5,7 +5,7 @@ PORTNAME=	speex
 PORTVERSION=	0.2
 PORTREVISION=	1
 CATEGORIES=	audio python
-MASTER_SITES=	http://www.freenet.org.nz/python/pySpeex/
+MASTER_SITES=	http://freenet.mcnabhosting.com/python/pySpeex/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	pySpeex-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
 DIST_SUBDIR=	python
@@ -16,9 +16,8 @@ COMMENT=	Python bindings for the Speex c
 BUILD_DEPENDS=	pyrex>=0.9.6.2:${PORTSDIR}/devel/pyrex
 LIB_DEPENDS=	libspeex.so:${PORTSDIR}/audio/speex
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \

Modified: head/audio/py-speex/pkg-descr
==============================================================================
--- head/audio/py-speex/pkg-descr	Tue Sep  2 15:54:33 2014	(r367044)
+++ head/audio/py-speex/pkg-descr	Tue Sep  2 16:10:31 2014	(r367045)
@@ -1,4 +1,4 @@
 py-speex is a Python module that provides bindings for the Speex audio
 compressor/decompressor codec.
 
-WWW: http://www.freenet.org.nz/python/pySpeex/
+WWW: http://freenet.mcnabhosting.com/python/pySpeex/


More information about the svn-ports-head mailing list