Date: Tue, 2 Sep 2014 16:10:32 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367045 - head/audio/py-speex Message-ID: <201409021610.s82GAWf1016498@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409021610.s82GAWf1016498>