diff options
author | wen <wen@FreeBSD.org> | 2013-07-19 16:28:34 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2013-07-19 16:28:34 +0800 |
commit | c7bde8bced51dd83bb8a8b2ff32e086a9c68ddff (patch) | |
tree | 783f9af0793076d43ff38c3ebb9eceab2e1b3d0e /lang/cython | |
parent | 6ade1cea8939dad7fd8dce713cc0bcc713a68318 (diff) | |
download | freebsd-ports-gnome-c7bde8bced51dd83bb8a8b2ff32e086a9c68ddff.tar.gz freebsd-ports-gnome-c7bde8bced51dd83bb8a8b2ff32e086a9c68ddff.tar.zst freebsd-ports-gnome-c7bde8bced51dd83bb8a8b2ff32e086a9c68ddff.zip |
- Update to 0.19.1
Diffstat (limited to 'lang/cython')
-rw-r--r-- | lang/cython/Makefile | 2 | ||||
-rw-r--r-- | lang/cython/distinfo | 4 | ||||
-rw-r--r-- | lang/cython/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lang/cython/Makefile b/lang/cython/Makefile index 014d151721c4..e9549e38589a 100644 --- a/lang/cython/Makefile +++ b/lang/cython/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cython -PORTVERSION= 0.19 +PORTVERSION= 0.19.1 CATEGORIES= lang python MASTER_SITES= http://www.cython.org/release/ \ CHEESESHOP diff --git a/lang/cython/distinfo b/lang/cython/distinfo index 2f65aaf2cd23..292b425bbbf3 100644 --- a/lang/cython/distinfo +++ b/lang/cython/distinfo @@ -1,2 +1,2 @@ -SHA256 (Cython-0.19.tar.gz) = 2f861fbb2aca49a352a5cf00a65d4383b7ca56a60b50ea813e59a7a9ae6cd7db -SIZE (Cython-0.19.tar.gz) = 1382384 +SHA256 (Cython-0.19.1.tar.gz) = 0b90aaa286acdd1bf75a6dd144dfc45192f011f2c2401cf5f80ed6ab5f8bf778 +SIZE (Cython-0.19.1.tar.gz) = 1384406 diff --git a/lang/cython/pkg-descr b/lang/cython/pkg-descr index 78f106ac9e37..3520a89ca80e 100644 --- a/lang/cython/pkg-descr +++ b/lang/cython/pkg-descr @@ -13,4 +13,4 @@ This makes Cython the ideal language for writing glue code for external C libraries, and for fast C modules that speed up the execution of Python code. -WWW: http://www.cython.org/ +WWW: http://www.cython.org/ |