svn commit: r317011 - head/lang/cython
Wen Heping
wen at FreeBSD.org
Wed May 1 11:14:07 UTC 2013
Author: wen
Date: Wed May 1 11:14:06 2013
New Revision: 317011
URL: http://svnweb.freebsd.org/changeset/ports/317011
Log:
- Update to 0.19
- Trim Makefile headers
Modified:
head/lang/cython/Makefile
head/lang/cython/distinfo
head/lang/cython/pkg-plist
Modified: head/lang/cython/Makefile
==============================================================================
--- head/lang/cython/Makefile Wed May 1 11:08:14 2013 (r317010)
+++ head/lang/cython/Makefile Wed May 1 11:14:06 2013 (r317011)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: cython
-# Date created: 2008-11-09
-# Whom: Wen Heping <wenhping at gmail.com>
-#
+# Created by: Wen Heping <wenhping at gmail.com>
# $FreeBSD$
-#
PORTNAME= cython
-PORTVERSION= 0.17.1
+PORTVERSION= 0.19
CATEGORIES= lang python
MASTER_SITES= http://www.cython.org/release/ \
CHEESESHOP
Modified: head/lang/cython/distinfo
==============================================================================
--- head/lang/cython/distinfo Wed May 1 11:08:14 2013 (r317010)
+++ head/lang/cython/distinfo Wed May 1 11:14:06 2013 (r317011)
@@ -1,2 +1,2 @@
-SHA256 (Cython-0.17.1.tar.gz) = 0d631b67d73aece33eb98c70257adf946e1e5b31633d701c3fcac2dcf42f0e84
-SIZE (Cython-0.17.1.tar.gz) = 1283146
+SHA256 (Cython-0.19.tar.gz) = 2f861fbb2aca49a352a5cf00a65d4383b7ca56a60b50ea813e59a7a9ae6cd7db
+SIZE (Cython-0.19.tar.gz) = 1382384
Modified: head/lang/cython/pkg-plist
==============================================================================
--- head/lang/cython/pkg-plist Wed May 1 11:08:14 2013 (r317010)
+++ head/lang/cython/pkg-plist Wed May 1 11:14:06 2013 (r317011)
@@ -151,6 +151,9 @@ bin/cygdb
%%PYTHON_SITELIBDIR%%/Cython/Compiler/Tests/TestUtilityLoad.py
%%PYTHON_SITELIBDIR%%/Cython/Compiler/Tests/TestUtilityLoad.pyc
%%PYTHON_SITELIBDIR%%/Cython/Compiler/Tests/TestUtilityLoad.pyo
+%%PYTHON_SITELIBDIR%%/Cython/Compiler/Tests/TestVisitor.py
+%%PYTHON_SITELIBDIR%%/Cython/Compiler/Tests/TestVisitor.pyc
+%%PYTHON_SITELIBDIR%%/Cython/Compiler/Tests/TestVisitor.pyo
%%PYTHON_SITELIBDIR%%/Cython/Compiler/Tests/__init__.py
%%PYTHON_SITELIBDIR%%/Cython/Compiler/Tests/__init__.pyc
%%PYTHON_SITELIBDIR%%/Cython/Compiler/Tests/__init__.pyo
@@ -268,6 +271,7 @@ bin/cygdb
%%PYTHON_SITELIBDIR%%/Cython/Includes/cpython/bytes.pxd
%%PYTHON_SITELIBDIR%%/Cython/Includes/cpython/cobject.pxd
%%PYTHON_SITELIBDIR%%/Cython/Includes/cpython/complex.pxd
+%%PYTHON_SITELIBDIR%%/Cython/Includes/cpython/datetime.pxd
%%PYTHON_SITELIBDIR%%/Cython/Includes/cpython/dict.pxd
%%PYTHON_SITELIBDIR%%/Cython/Includes/cpython/exc.pxd
%%PYTHON_SITELIBDIR%%/Cython/Includes/cpython/float.pxd
@@ -425,6 +429,8 @@ bin/cygdb
%%PYTHON_SITELIBDIR%%/Cython/Utility/__init__.pyc
%%PYTHON_SITELIBDIR%%/Cython/Utility/__init__.pyo
%%PYTHON_SITELIBDIR%%/Cython/Utility/arrayarray.h
+%%PYTHON_SITELIBDIR%%/Cython/Utility/Overflow.c
+%%PYTHON_SITELIBDIR%%/Cython/Utility/Profile.c
%%PYTHON_SITELIBDIR%%/Cython/Utils.py
%%PYTHON_SITELIBDIR%%/Cython/Utils.pyc
%%PYTHON_SITELIBDIR%%/Cython/Utils.pyo
More information about the svn-ports-head
mailing list