Update MASTER_SITES and WWW to new location to fix fetch.

While here, use USES=python
This commit is contained in:
Adam Weinberger 2014-09-02 16:10:31 +00:00
parent de55438340
commit 6dd05dec15
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367045
2 changed files with 4 additions and 5 deletions

View File

@ -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 compressor/decompressor audio codec
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' \

View File

@ -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/