svn commit: r355303 - head/math/py-gsl

Martin Wilke miwi at FreeBSD.org
Mon May 26 11:40:08 UTC 2014


Author: miwi
Date: Mon May 26 11:40:07 2014
New Revision: 355303
URL: http://svnweb.freebsd.org/changeset/ports/355303
QAT: https://qat.redports.org/buildarchive/r355303/

Log:
  - Stage support

Deleted:
  head/math/py-gsl/pkg-plist
Modified:
  head/math/py-gsl/Makefile

Modified: head/math/py-gsl/Makefile
==============================================================================
--- head/math/py-gsl/Makefile	Mon May 26 11:39:32 2014	(r355302)
+++ head/math/py-gsl/Makefile	Mon May 26 11:40:07 2014	(r355303)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gsl
 PORTVERSION=	0.9.5
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	math python
 MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,10 +17,8 @@ BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/nump
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/numpy/__init__.py:${PORTSDIR}/math/py-numpy
 LIB_DEPENDS=	gsl:${PORTSDIR}/math/gsl
 
-PLIST_SUB=	PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g}
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	pygsl
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list