Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2014 14:52:40 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r371134 - branches/2014Q4/math/py-pymc
Message-ID:  <201410181452.s9IEqeJM084366@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Oct 18 14:52:39 2014
New Revision: 371134
URL: https://svnweb.freebsd.org/changeset/ports/371134
QAT: https://qat.redports.org/buildarchive/r371134/

Log:
  MFH: r371025
  
  - Update to 2.3.3

Modified:
  branches/2014Q4/math/py-pymc/Makefile
  branches/2014Q4/math/py-pymc/distinfo
Directory Properties:
  branches/2014Q4/   (props changed)

Modified: branches/2014Q4/math/py-pymc/Makefile
==============================================================================
--- branches/2014Q4/math/py-pymc/Makefile	Sat Oct 18 14:50:17 2014	(r371133)
+++ branches/2014Q4/math/py-pymc/Makefile	Sat Oct 18 14:52:39 2014	(r371134)
@@ -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: branches/2014Q4/math/py-pymc/distinfo
==============================================================================
--- branches/2014Q4/math/py-pymc/distinfo	Sat Oct 18 14:50:17 2014	(r371133)
+++ branches/2014Q4/math/py-pymc/distinfo	Sat Oct 18 14:52:39 2014	(r371134)
@@ -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?201410181452.s9IEqeJM084366>