From owner-svn-ports-head@FreeBSD.ORG Tue Feb 18 10:38:23 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DAC32DF0; Tue, 18 Feb 2014 10:38:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC91B15B2; Tue, 18 Feb 2014 10:38:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1IAcNNm071561; Tue, 18 Feb 2014 10:38:23 GMT (envelope-from demon@svn.freebsd.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1IAcN9r071559; Tue, 18 Feb 2014 10:38:23 GMT (envelope-from demon@svn.freebsd.org) Message-Id: <201402181038.s1IAcN9r071559@svn.freebsd.org> From: Dmitry Sivachenko Date: Tue, 18 Feb 2014 10:38:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344863 - head/science/py-scipy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 10:38:23 -0000 Author: demon Date: Tue Feb 18 10:38:22 2014 New Revision: 344863 URL: http://svnweb.freebsd.org/changeset/ports/344863 QAT: https://qat.redports.org/buildarchive/r344863/ Log: Update to version 0.13.3. maintainer timeout. Modified: head/science/py-scipy/Makefile head/science/py-scipy/distinfo Modified: head/science/py-scipy/Makefile ============================================================================== --- head/science/py-scipy/Makefile Tue Feb 18 10:32:28 2014 (r344862) +++ head/science/py-scipy/Makefile Tue Feb 18 10:38:22 2014 (r344863) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scipy -PORTVERSION= 0.13.1 +PORTVERSION= 0.13.3 CATEGORIES= science python MASTER_SITES= http://docs.scipy.org/doc/${DISTNAME}/:doc \ SF:source @@ -18,7 +18,7 @@ LICENSE= BSD BUILD_DEPENDS+= ${PYNUMPY} \ ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft -LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 +LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 RUN_DEPENDS= ${PYNUMPY} \ nosetests:${PORTSDIR}/devel/py-nose @@ -42,18 +42,18 @@ post-patch: .include .if ${PORT_OPTIONS:MATLAS} -LIB_DEPENDS+= atlas:${PORTSDIR}/math/atlas +LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas .if !exists(${LOCALBASE}/lib/libalapack.a) IGNORE= atlas needs to be built with WITH_STATIC for scipy to function properly .endif .else -LIB_DEPENDS+= lapack:${PORTSDIR}/math/lapack \ - blas:${PORTSDIR}/math/blas +LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack \ + libblas.so:${PORTSDIR}/math/blas .endif .if ${PORT_OPTIONS:MSUITESPARSE} BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig13 -LIB_DEPENDS+= umfpack:${PORTSDIR}/math/suitesparse +LIB_DEPENDS+= libumfpack.so:${PORTSDIR}/math/suitesparse .endif PYDISTUTILS_CONFIGUREARGS+= --fcompiler=gnu95 Modified: head/science/py-scipy/distinfo ============================================================================== --- head/science/py-scipy/distinfo Tue Feb 18 10:32:28 2014 (r344862) +++ head/science/py-scipy/distinfo Tue Feb 18 10:38:22 2014 (r344863) @@ -1,4 +1,4 @@ -SHA256 (scipy-0.13.1.tar.gz) = 409f429a85592c8a99afa2fc047b80efdbd7ab0c9aa1f1effdd4692958aef228 -SIZE (scipy-0.13.1.tar.gz) = 10092739 +SHA256 (scipy-0.13.3.tar.gz) = a9e33c7ee060c35cd5c6ee3ac9e5e9bbb99219d7ea8c89537c2e80e581670266 +SIZE (scipy-0.13.3.tar.gz) = 10712509 SHA256 (scipy-ref.pdf) = 04587215578188396723cea2eb7387460fd957706eec61ea1b67326822fdcb68 SIZE (scipy-ref.pdf) = 7382958