From owner-svn-ports-head@freebsd.org Fri Oct 13 13:09:20 2017 Return-Path: Delivered-To: svn-ports-head@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 26A57E47AB0; Fri, 13 Oct 2017 13:09:20 +0000 (UTC) (envelope-from sunpoet@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 011E2635BF; Fri, 13 Oct 2017 13:09:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9DD9J9E098695; Fri, 13 Oct 2017 13:09:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9DD9IxU098692; Fri, 13 Oct 2017 13:09:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710131309.v9DD9IxU098692@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Oct 2017 13:09:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451990 - in head/math/py-numpy: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/math/py-numpy: . files X-SVN-Commit-Revision: 451990 X-SVN-Commit-Repository: ports 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.23 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: Fri, 13 Oct 2017 13:09:20 -0000 Author: sunpoet Date: Fri Oct 13 13:09:18 2017 New Revision: 451990 URL: https://svnweb.freebsd.org/changeset/ports/451990 Log: Update to 1.13.3 - Simplify MASTER_SITES - Silence patch messages - Fix symbolic link to avoid absolute path Changes: https://github.com/numpy/numpy/releases PR: 222856 Exp-run by: antoine Modified: head/math/py-numpy/Makefile head/math/py-numpy/distinfo head/math/py-numpy/files/patch-numpy_core_src_npymath_npy__math__complex.c.src Modified: head/math/py-numpy/Makefile ============================================================================== --- head/math/py-numpy/Makefile Fri Oct 13 13:05:06 2017 (r451989) +++ head/math/py-numpy/Makefile Fri Oct 13 13:09:18 2017 (r451990) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= numpy -PORTVERSION= 1.13.1 +PORTVERSION= 1.13.3 DISTVERSIONPREFIX= v -PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= math python -MASTER_SITES= http://docs.scipy.org/doc/${PORTNAME}-${PORTVERSION:C/\.[0-9]+$/.0/}/:doc +MASTER_SITES= http://docs.scipy.org/doc/${PORTNAME}-${PORTVERSION:R}.0/:doc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= ${PORTNAME}-ref-${PORTVERSION:C/\.[0-9]+$/.0/}.pdf:doc \ ${PORTNAME}-user-${PORTVERSION:C/\.[0-9]+$/.0/}.pdf:doc @@ -54,8 +53,8 @@ PLIST_FILES+= man/man1/f2py.1.gz .endif post-patch: - ${REINPLACE_CMD} -e "s|%%FC%%|${FC}|" ${WRKSRC}/numpy/distutils/fcompiler/gnu.py - ${CP} ${FILESDIR}/site.cfg ${WRKSRC}/site.cfg + @${REINPLACE_CMD} -e "s|%%FC%%|${FC}|" ${WRKSRC}/numpy/distutils/fcompiler/gnu.py + @${CP} ${FILESDIR}/site.cfg ${WRKSRC}/site.cfg pre-configure: @${REINPLACE_CMD} -e "s|%%GCCLIBDIR%%|$$(${GCCLIBDIR_CMDS})|" \ @@ -91,7 +90,7 @@ pre-configure-SUITESPARSE-off: post-install: ${INSTALL_MAN} ${WRKSRC}/doc/f2py/f2py.1 ${STAGEDIR}${MANPREFIX}/man/man1/f2py-${PYTHON_VER}.1 .if ${PYTHON_VERSION} == ${PYTHON_DEFAULT_VERSION} - ${LN} -sf ${MANPREFIX}/man/man1/f2py-${PYTHON_VER}.1 ${STAGEDIR}${MANPREFIX}/man/man1/f2py.1 + ${LN} -sf f2py-${PYTHON_VER}.1 ${STAGEDIR}${MANPREFIX}/man/man1/f2py.1 .endif ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' | ${XARGS} ${STRIP_CMD} Modified: head/math/py-numpy/distinfo ============================================================================== --- head/math/py-numpy/distinfo Fri Oct 13 13:05:06 2017 (r451989) +++ head/math/py-numpy/distinfo Fri Oct 13 13:09:18 2017 (r451990) @@ -1,7 +1,7 @@ -TIMESTAMP = 1503322433 +TIMESTAMP = 1507191103 SHA256 (numpy-ref-1.13.0.pdf) = 954a70e3724680603d40ad287201b7999aedd3e803033066f11e95a25a7d4028 SIZE (numpy-ref-1.13.0.pdf) = 5047809 SHA256 (numpy-user-1.13.0.pdf) = 9bba988452f0e58c257833df80658509ccb85af5d946c55b19ffb16367f1704f SIZE (numpy-user-1.13.0.pdf) = 580593 -SHA256 (numpy-numpy-v1.13.1_GH0.tar.gz) = cf8652b96582b282a5bb710aa4fe2300dca63bdd678a3cd7820314cb6c97ca89 -SIZE (numpy-numpy-v1.13.1_GH0.tar.gz) = 4336552 +SHA256 (numpy-numpy-v1.13.3_GH0.tar.gz) = 1db97b12ea8f2ae5a8b847505f634dcd8c670ee311057ff5412a126becca45b8 +SIZE (numpy-numpy-v1.13.3_GH0.tar.gz) = 4339878 Modified: head/math/py-numpy/files/patch-numpy_core_src_npymath_npy__math__complex.c.src ============================================================================== --- head/math/py-numpy/files/patch-numpy_core_src_npymath_npy__math__complex.c.src Fri Oct 13 13:05:06 2017 (r451989) +++ head/math/py-numpy/files/patch-numpy_core_src_npymath_npy__math__complex.c.src Fri Oct 13 13:09:18 2017 (r451990) @@ -17,20 +17,3 @@ Revert changes in revision c15f774, "remove a bunch of /**begin repeat -@@ -184,8 +183,6 @@ npy_carg@c@(@ctype@ z) - #define SCALED_CEXP_LOWERL 11357.216553474703895L - #define SCALED_CEXP_UPPERL 22756.021937783004509L - --#ifndef HAVE_CEXP@C@ -- - static - @ctype@ - _npy_scaled_cexp@c@(@type@ x, @type@ y, npy_int expt) -@@ -212,6 +209,7 @@ _npy_scaled_cexp@c@(@type@ x, @type@ y, - npy_ldexp@c@(mant * mantsin, expt + exsin)); - } - -+#ifndef HAVE_CEXP@C@ - @ctype@ - npy_cexp@c@(@ctype@ z) - {