aboutsummaryrefslogtreecommitdiffstats
path: root/audio/py-speex
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-09-03 00:10:31 +0800
committeradamw <adamw@FreeBSD.org>2014-09-03 00:10:31 +0800
commit539942b59dae95202fa14521885ad419414faa7a (patch)
tree6ab2cc46ba810a930fc7b457cdaebe43f5dca49c /audio/py-speex
parentfbd60978249b33be250e9e6fb53e5d54f0cc682b (diff)
downloadfreebsd-ports-gnome-539942b59dae95202fa14521885ad419414faa7a.tar.gz
freebsd-ports-gnome-539942b59dae95202fa14521885ad419414faa7a.tar.zst
freebsd-ports-gnome-539942b59dae95202fa14521885ad419414faa7a.zip
Update MASTER_SITES and WWW to new location to fix fetch.
While here, use USES=python
Diffstat (limited to 'audio/py-speex')
-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/