diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-18 02:10:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-18 02:10:54 +0800 |
commit | 3c4b999e2ad13ff88f2dd6ef905b409e2d9c3c72 (patch) | |
tree | 11f11d291bf0f91e1ae59b57bb2047f04661b4cd /lang | |
parent | 575f47966fb3c4c1fe65f8b8b2e86a3165e33ba3 (diff) | |
download | freebsd-ports-graphics-3c4b999e2ad13ff88f2dd6ef905b409e2d9c3c72.tar.gz freebsd-ports-graphics-3c4b999e2ad13ff88f2dd6ef905b409e2d9c3c72.tar.zst freebsd-ports-graphics-3c4b999e2ad13ff88f2dd6ef905b409e2d9c3c72.zip |
- Update to 0.23.4
- While I'm here, add LICENSE_FILE
Changes: https://github.com/cython/cython/blob/master/CHANGES.rst
PR: 203785
Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cython/Makefile | 3 | ||||
-rw-r--r-- | lang/cython/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/cython/Makefile b/lang/cython/Makefile index ada01939842..a9598fbbc94 100644 --- a/lang/cython/Makefile +++ b/lang/cython/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cython -PORTVERSION= 0.23 +PORTVERSION= 0.23.4 CATEGORIES= lang python MASTER_SITES= http://www.cython.org/release/ \ CHEESESHOP @@ -12,6 +12,7 @@ MAINTAINER= vmagerya@gmail.com COMMENT= Compiler for Writing C Extensions for the Python Language LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python USE_PYTHON= autoplist distutils diff --git a/lang/cython/distinfo b/lang/cython/distinfo index 7fc9fa724b2..6055c0a6249 100644 --- a/lang/cython/distinfo +++ b/lang/cython/distinfo @@ -1,2 +1,2 @@ -SHA256 (Cython-0.23.tar.gz) = 9fd01e8301c24fb3ba0411ad8eb16f5d9f9f8e66b1281fbe7aba2a9bd9d343dc -SIZE (Cython-0.23.tar.gz) = 1621481 +SHA256 (Cython-0.23.4.tar.gz) = fec42fecee35d6cc02887f1eef4e4952c97402ed2800bfe41bbd9ed1a0730d8e +SIZE (Cython-0.23.4.tar.gz) = 1628326 |