Date: Thu, 16 Oct 2014 22:43:57 +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: r371025 - head/math/py-pymc Message-ID: <201410162243.s9GMhvMQ028762@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Thu Oct 16 22:43:56 2014 New Revision: 371025 URL: https://svnweb.freebsd.org/changeset/ports/371025 QAT: https://qat.redports.org/buildarchive/r371025/ Log: - Update to 2.3.3 Modified: head/math/py-pymc/Makefile head/math/py-pymc/distinfo Modified: head/math/py-pymc/Makefile ============================================================================== --- head/math/py-pymc/Makefile Thu Oct 16 22:24:01 2014 (r371024) +++ head/math/py-pymc/Makefile Thu Oct 16 22:43:56 2014 (r371025) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pymc -PORTVERSION= 2.3 -PORTREVISION= 2 +PORTVERSION= 2.3.3 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP @@ -29,9 +28,10 @@ RUN_DEPENDS= ${PYNUMPY} \ OPTIONS_DEFINE= DOCS DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +LDFLAGS+= -shared + +USES= python +USE_PYTHON= distutils autoplist PORTDOCS= * post-install: @@ -43,6 +43,5 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/Container_values.so ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/LazyFunction.so ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/*.rst ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> Modified: head/math/py-pymc/distinfo ============================================================================== --- head/math/py-pymc/distinfo Thu Oct 16 22:24:01 2014 (r371024) +++ head/math/py-pymc/distinfo Thu Oct 16 22:43:56 2014 (r371025) @@ -1,2 +1,2 @@ -SHA256 (pymc-2.3.tar.gz) = db029c59d6a04f0c97d88993151c4ee58c76b9ad5c71ead7ee250088ba4cce0d -SIZE (pymc-2.3.tar.gz) = 13080085 +SHA256 (pymc-2.3.3.tar.gz) = 2b5f442e982fea53c3bed1ab7c648d5a261ca1bed4c6b8a4323ff19fccbc01ca +SIZE (pymc-2.3.3.tar.gz) = 384253
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410162243.s9GMhvMQ028762>