Date: Sat, 15 Feb 2014 10:26:11 +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: r344356 - head/math/py-gmpy Message-ID: <201402151026.s1FAQBBG049273@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402151026.s1FAQBBG049273>