Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2014 14:18:41 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347227 - head/audio/py-speex
Message-ID:  <201403061418.s26EIfkg028756@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Mar  6 14:18:41 2014
New Revision: 347227
URL: http://svnweb.freebsd.org/changeset/ports/347227
QAT: https://qat.redports.org/buildarchive/r347227/

Log:
  - Stage support
  - Convert to autoplist
  - Bump PORTREVISION

Modified:
  head/audio/py-speex/Makefile

Modified: head/audio/py-speex/Makefile
==============================================================================
--- head/audio/py-speex/Makefile	Thu Mar  6 14:17:57 2014	(r347226)
+++ head/audio/py-speex/Makefile	Thu Mar  6 14:18:41 2014	(r347227)
@@ -3,6 +3,7 @@
 
 PORTNAME=	speex
 PORTVERSION=	0.2
+PORTREVISION=	1
 CATEGORIES=	audio python
 MASTER_SITES=	http://www.freenet.org.nz/python/pySpeex/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,11 +16,9 @@ COMMENT=	Python bindings for the Speex c
 BUILD_DEPENDS=	pyrex>=0.9.6.2:${PORTSDIR}/devel/pyrex
 LIB_DEPENDS=	libspeex.so:${PORTSDIR}/audio/speex
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/speex.so
 USE_PYTHON=	yes
-NO_STAGE=	yes
 USE_PYDISTUTILS=yes
-PYDISTUTILS_PKGVERSION=	1.0
+PYDISTUTILS_AUTOPLIST=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403061418.s26EIfkg028756>