summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-09-02 16:10:31 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-09-02 16:10:31 +0000
commit6dd05dec15a7ec6ee32be3229d1f92abb99616bb (patch)
tree6ab2cc46ba810a930fc7b457cdaebe43f5dca49c
parentDelete call to g_thread_init. It isn't needed with glib 2.32 and up (diff)
Update MASTER_SITES and WWW to new location to fix fetch.
While here, use USES=python
Notes
Notes: svn path=/head/; revision=367045
-rw-r--r--audio/py-speex/Makefile7
-rw-r--r--audio/py-speex/pkg-descr2
2 files changed, 4 insertions, 5 deletions
diff --git a/audio/py-speex/Makefile b/audio/py-speex/Makefile
index a45279e32503..ee732ff59868 100644
--- a/audio/py-speex/Makefile
+++ b/audio/py-speex/Makefile
@@ -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' \
diff --git a/audio/py-speex/pkg-descr b/audio/py-speex/pkg-descr
index 2e57d95014c4..c404a4204538 100644
--- a/audio/py-speex/pkg-descr
+++ b/audio/py-speex/pkg-descr
@@ -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/