svn commit: r399596 - head/lang/cython

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 17 18:10:56 UTC 2015


Author: sunpoet
Date: Sat Oct 17 18:10:54 2015
New Revision: 399596
URL: https://svnweb.freebsd.org/changeset/ports/399596

Log:
  - 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 at gmail.com> (maintainer)

Modified:
  head/lang/cython/Makefile
  head/lang/cython/distinfo

Modified: head/lang/cython/Makefile
==============================================================================
--- head/lang/cython/Makefile	Sat Oct 17 18:10:49 2015	(r399595)
+++ head/lang/cython/Makefile	Sat Oct 17 18:10:54 2015	(r399596)
@@ -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 at 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

Modified: head/lang/cython/distinfo
==============================================================================
--- head/lang/cython/distinfo	Sat Oct 17 18:10:49 2015	(r399595)
+++ head/lang/cython/distinfo	Sat Oct 17 18:10:54 2015	(r399596)
@@ -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


More information about the svn-ports-all mailing list