Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Oct 2015 11:25:28 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400517 - head/math/py-numpy
Message-ID:  <201510301125.t9UBPS0B092191@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Oct 30 11:25:28 2015
New Revision: 400517
URL: https://svnweb.freebsd.org/changeset/ports/400517

Log:
  - Update MASTER_SITES
  - Update documentation to 1.10.0
  - Bump PORTREVISION for package change

Modified:
  head/math/py-numpy/Makefile
  head/math/py-numpy/distinfo

Modified: head/math/py-numpy/Makefile
==============================================================================
--- head/math/py-numpy/Makefile	Fri Oct 30 11:25:23 2015	(r400516)
+++ head/math/py-numpy/Makefile	Fri Oct 30 11:25:28 2015	(r400517)
@@ -3,9 +3,10 @@
 
 PORTNAME=	numpy
 PORTVERSION=	1.10.0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	math python
-MASTER_SITES=	http://docs.scipy.org/doc/${PORTNAME}/:doc \
+MASTER_SITES=	http://docs.scipy.org/doc/${DISTNAME}/:doc \
 		CHEESESHOP:source
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTFILES=	numpy-${PORTVERSION:S/r/rc/}${EXTRACT_SUFX}:source \
@@ -34,7 +35,7 @@ TESTS_DESC=		Install test suite requirem
 PLIST_SUB=	PYTHON_VER=${PYTHON_VER}
 PORTDOCS=	*
 WRKSRC=		${WRKDIR}/${DISTNAME:S/r/rc/}
-DOCVERSION=	1.9.1
+DOCVERSION=	${PORTVERSION}
 
 GCCLIBDIR_CMDS=	${FC} -print-file-name=libgfortran.so | ${SED} -e s/libgfortran.so//
 

Modified: head/math/py-numpy/distinfo
==============================================================================
--- head/math/py-numpy/distinfo	Fri Oct 30 11:25:23 2015	(r400516)
+++ head/math/py-numpy/distinfo	Fri Oct 30 11:25:28 2015	(r400517)
@@ -1,6 +1,6 @@
 SHA256 (numpy-1.10.0.tar.gz) = 43b00f5d52b374a731444ba2724bfa1debdbc93312a1b9b28e99700498d169b6
 SIZE (numpy-1.10.0.tar.gz) = 4047636
-SHA256 (numpy-ref-1.9.1.pdf) = 3c8e5881a3460e1cc9da95fe2167044e8f832ab8e980c3606d1f353e7ac6dcee
-SIZE (numpy-ref-1.9.1.pdf) = 5318122
-SHA256 (numpy-user-1.9.1.pdf) = e1f6baed0b73f3d4b106c88924c083f9a519e860c1beb718830bf1aee1892232
-SIZE (numpy-user-1.9.1.pdf) = 418111
+SHA256 (numpy-ref-1.10.0.pdf) = bed24cbaa8892cab40d6b2ad87a6ec7b7c2468d58281b14c9fafd30e3028938e
+SIZE (numpy-ref-1.10.0.pdf) = 5381584
+SHA256 (numpy-user-1.10.0.pdf) = 8b1e99bf17d914ffe849797ed8dd7d30f9c05e4a44c2633279c804c8ca22315e
+SIZE (numpy-user-1.10.0.pdf) = 406081



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510301125.t9UBPS0B092191>