svn commit: r328627 - head/math/py-numexpr

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 28 19:47:46 UTC 2013


Author: sunpoet
Date: Sat Sep 28 19:47:45 2013
New Revision: 328627
URL: http://svnweb.freebsd.org/changeset/ports/328627

Log:
  - Update to 2.2.2
  - Support STAGEDIR
  
  Changes:	http://code.google.com/p/numexpr/wiki/ReleaseNotes

Modified:
  head/math/py-numexpr/Makefile
  head/math/py-numexpr/distinfo

Modified: head/math/py-numexpr/Makefile
==============================================================================
--- head/math/py-numexpr/Makefile	Sat Sep 28 19:46:53 2013	(r328626)
+++ head/math/py-numexpr/Makefile	Sat Sep 28 19:47:45 2013	(r328627)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	numexpr
-PORTVERSION=	2.2.1
+PORTVERSION=	2.2.2
 CATEGORIES=	math python
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|\(import\) \(setuptools\)|\1 do_not_use_\2|' ${WRKSRC}/${PYSETUP}
 

Modified: head/math/py-numexpr/distinfo
==============================================================================
--- head/math/py-numexpr/distinfo	Sat Sep 28 19:46:53 2013	(r328626)
+++ head/math/py-numexpr/distinfo	Sat Sep 28 19:47:45 2013	(r328627)
@@ -1,2 +1,2 @@
-SHA256 (numexpr-2.2.1.tar.gz) = 7f263f3aa70d5b873d23df23c05764a246321381155514041e8b9481b2eabd4a
-SIZE (numexpr-2.2.1.tar.gz) = 72249
+SHA256 (numexpr-2.2.2.tar.gz) = 47d3435785f59a72dc06a1c0257b83f0f656d4974e804c30a6ef8c0de293d9ee
+SIZE (numexpr-2.2.2.tar.gz) = 75680


More information about the svn-ports-all mailing list