From owner-svn-ports-all@freebsd.org Thu Oct 6 09:52:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AFC5AF6883; Thu, 6 Oct 2016 09:52:40 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A08CEF; Thu, 6 Oct 2016 09:52:40 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u969qdrt011841; Thu, 6 Oct 2016 09:52:39 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u969qdnM011838; Thu, 6 Oct 2016 09:52:39 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610060952.u969qdnM011838@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 6 Oct 2016 09:52:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423402 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 09:52:40 -0000 Author: wen Date: Thu Oct 6 09:52:39 2016 New Revision: 423402 URL: https://svnweb.freebsd.org/changeset/ports/423402 Log: - Update to 0.18.1 Modified: head/science/py-scipy/Makefile head/science/py-scipy/distinfo Modified: head/science/py-scipy/Makefile ============================================================================== --- head/science/py-scipy/Makefile Thu Oct 6 09:23:37 2016 (r423401) +++ head/science/py-scipy/Makefile Thu Oct 6 09:52:39 2016 (r423402) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scipy -PORTVERSION= 0.16.1 +PORTVERSION= 0.18.1 CATEGORIES= science python MASTER_SITES= http://docs.scipy.org/doc/${DISTNAME}/:doc \ CHEESESHOP:source \ @@ -35,6 +35,9 @@ PORTDOCS= scipy-ref-${PORTVERSION}.pdf post-extract: @${CP} ${DISTDIR}/scipy-ref-${PORTVERSION}.pdf ${WRKDIR} +# This line help fix the plist error because autoplist list it as a file but it is a directory + @cd ${WRKSRC}/scipy/stats/tests/data && ${TOUCH} tmp + post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/scipy/ -name '*.so' | ${XARGS} ${STRIP_CMD} Modified: head/science/py-scipy/distinfo ============================================================================== --- head/science/py-scipy/distinfo Thu Oct 6 09:23:37 2016 (r423401) +++ head/science/py-scipy/distinfo Thu Oct 6 09:52:39 2016 (r423402) @@ -1,4 +1,5 @@ -SHA256 (scipy-0.16.1.tar.gz) = ecd1efbb1c038accb0516151d1e6679809c6010288765eb5da6051550bf52260 -SIZE (scipy-0.16.1.tar.gz) = 12221561 -SHA256 (scipy-ref-0.16.1.pdf) = 4fb994f7706142bb519183bbeca665422b68bd7835e074847c81b75e1c3cd755 -SIZE (scipy-ref-0.16.1.pdf) = 33916573 +TIMESTAMP = 1475694057 +SHA256 (scipy-0.18.1.tar.gz) = 8ab6e9c808bf2fb3e8576cd8cf07226d9cdc18b012c06d9708429a821ac6634e +SIZE (scipy-0.18.1.tar.gz) = 13141689 +SHA256 (scipy-ref-0.18.1.pdf) = c5bb8baac66c43450cab24d3fec3a4f626d51568ab311f712446b5946fe7a295 +SIZE (scipy-ref-0.18.1.pdf) = 14824115