diff options
author | Wen Heping <wen@FreeBSD.org> | 2019-03-11 08:18:00 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2019-03-11 08:18:00 +0000 |
commit | a8ad5de6111764d90f92e3111d573cdd0f2efe63 (patch) | |
tree | 5a9da9f741f09c7b3a954161cc2280eec8ca1c62 /lang/cython | |
parent | 89757275627c24a3613d797d293c3dc133998214 (diff) |
- Update python27 to 2.7.16
PR: 236318
Submitted by: wen@(myself)
Exp-run by: antoine@FreeBSD.org
Notes
Notes:
svn path=/head/; revision=495329
Diffstat (limited to 'lang/cython')
-rw-r--r-- | lang/cython/Makefile | 2 | ||||
-rw-r--r-- | lang/cython/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/cython/Makefile b/lang/cython/Makefile index 6b6f2ab962d8..8d6ca6ac3ec2 100644 --- a/lang/cython/Makefile +++ b/lang/cython/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cython -PORTVERSION= 0.29 +PORTVERSION= 0.29.2 CATEGORIES= lang python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/lang/cython/distinfo b/lang/cython/distinfo index 3e4d26778558..309e0010fd44 100644 --- a/lang/cython/distinfo +++ b/lang/cython/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1540968079 -SHA256 (Cython-0.29.tar.gz) = 94916d1ede67682638d3cc0feb10648ff14dc51fb7a7f147f4fedce78eaaea97 -SIZE (Cython-0.29.tar.gz) = 2037177 +TIMESTAMP = 1547603080 +SHA256 (Cython-0.29.2.tar.gz) = 2ac187ff998a95abb7fae452b5178f91e1a713698c9ced89836c94e6b1d3f41e +SIZE (Cython-0.29.2.tar.gz) = 2041500 |