Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2014 11:40:07 +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: r355303 - head/math/py-gsl
Message-ID:  <201405261140.s4QBe72X059686@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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