svn commit: r344356 - head/math/py-gmpy

Martin Wilke miwi at FreeBSD.org
Sat Feb 15 10:26:11 UTC 2014


Author: miwi
Date: Sat Feb 15 10:26:11 2014
New Revision: 344356
URL: http://svnweb.freebsd.org/changeset/ports/344356
QAT: https://qat.redports.org/buildarchive/r344356/

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

Modified:
  head/math/py-gmpy/Makefile

Modified: head/math/py-gmpy/Makefile
==============================================================================
--- head/math/py-gmpy/Makefile	Sat Feb 15 10:25:16 2014	(r344355)
+++ head/math/py-gmpy/Makefile	Sat Feb 15 10:26:11 2014	(r344356)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gmpy
 PORTVERSION=	1.17
+PORTREVISION=	1
 CATEGORIES=	math python
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,10 +16,8 @@ LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp
 USE_ZIP=	yes
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/gmpy.so
-
-NO_STAGE=	yes
 post-extract:
 	${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \
 		${WRKSRC}/setup.py


More information about the svn-ports-all mailing list