diff options
author | pav <pav@FreeBSD.org> | 2009-01-11 22:45:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-11 22:45:13 +0800 |
commit | 50255869032d66e3235a7e2f9eabd016b587dfd4 (patch) | |
tree | 5508210c8ff0400e65fc5aba19b0f60ff9476319 | |
parent | 6b4a2df7fee7e813058a5affca69e16048ec58ca (diff) | |
download | freebsd-ports-gnome-50255869032d66e3235a7e2f9eabd016b587dfd4.tar.gz freebsd-ports-gnome-50255869032d66e3235a7e2f9eabd016b587dfd4.tar.zst freebsd-ports-gnome-50255869032d66e3235a7e2f9eabd016b587dfd4.zip |
- Update to 1.2.1
PR: ports/129581
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: Li-Lun "Leland" Wang" <llwang@infor.org> (maintainer)
-rw-r--r-- | math/py-numpy/Makefile | 3 | ||||
-rw-r--r-- | math/py-numpy/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index 3e5eba7dfda4..87262becfd95 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -6,8 +6,7 @@ # PORTNAME= numpy -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.2.1 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= http://numpy.scipy.org/:doc \ diff --git a/math/py-numpy/distinfo b/math/py-numpy/distinfo index 76ec6798debd..077c73be3f34 100644 --- a/math/py-numpy/distinfo +++ b/math/py-numpy/distinfo @@ -1,6 +1,6 @@ -MD5 (numpy-1.2.0.tar.gz) = 1e760a8bca54f6116c42cd1b124673af -SHA256 (numpy-1.2.0.tar.gz) = 13cfa68706a698dd8497755fe2154f406399a6a6d9828a253b3c767c04806d55 -SIZE (numpy-1.2.0.tar.gz) = 1425633 +MD5 (numpy-1.2.1.tar.gz) = 1bc6dbddaf4b48ded8a619c6438fff37 +SHA256 (numpy-1.2.1.tar.gz) = 4392b4b78eb503b187a6004468d2dd14d976c4b30a327e51f2277730c415003e +SIZE (numpy-1.2.1.tar.gz) = 1448933 MD5 (numpy.pdf) = 258b3758645568724ab1a3ead67db78a SHA256 (numpy.pdf) = 1005b55ee84265be490d8270b4e464e11f59455c220da822f6901342f5fe804f SIZE (numpy.pdf) = 1234555 |