Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2014 12:59:32 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338873 - head/math/py-mpmath
Message-ID:  <201401061259.s06CxWIg046505@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Mon Jan  6 12:59:32 2014
New Revision: 338873
URL: http://svnweb.freebsd.org/changeset/ports/338873

Log:
  - Update to 0.18
  - Stage support

Deleted:
  head/math/py-mpmath/pkg-plist
Modified:
  head/math/py-mpmath/Makefile
  head/math/py-mpmath/distinfo

Modified: head/math/py-mpmath/Makefile
==============================================================================
--- head/math/py-mpmath/Makefile	Mon Jan  6 12:55:03 2014	(r338872)
+++ head/math/py-mpmath/Makefile	Mon Jan  6 12:59:32 2014	(r338873)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mpmath
-PORTVERSION=	0.17
+PORTVERSION=	0.18
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,8 @@ COMMENT=	Python Library for Arbitrary-pr
 
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/gmpy.so:${PORTSDIR}/math/py-gmpy
 
-USE_PYTHON=	yes
+USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/math/py-mpmath/distinfo
==============================================================================
--- head/math/py-mpmath/distinfo	Mon Jan  6 12:55:03 2014	(r338872)
+++ head/math/py-mpmath/distinfo	Mon Jan  6 12:59:32 2014	(r338873)
@@ -1,2 +1,2 @@
-SHA256 (mpmath-0.17.tar.gz) = b07f2cfb5b09ec37b6852e14d77fb2032444b268e093b51472eae74830ff8fae
-SIZE (mpmath-0.17.tar.gz) = 465956
+SHA256 (mpmath-0.18.tar.gz) = 387ce5ec336b9bc53d57384aa122e13cebbb51a7f749342fd8d901566ac6f1fe
+SIZE (mpmath-0.18.tar.gz) = 498631



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