[106074] trunk/dports/python/py-cython

stromnov at macports.org stromnov at macports.org
Tue May 14 04:18:26 PDT 2013


Revision: 106074
          https://trac.macports.org/changeset/106074
Author:   stromnov at macports.org
Date:     2013-05-14 04:18:26 -0700 (Tue, 14 May 2013)
Log Message:
-----------
py-cython: update to version 0.19.1

Modified Paths:
--------------
    trunk/dports/python/py-cython/Portfile

Removed Paths:
-------------
    trunk/dports/python/py-cython/files/patch-Cython.Utility.CythonFunction.c.diff

Modified: trunk/dports/python/py-cython/Portfile
===================================================================
--- trunk/dports/python/py-cython/Portfile	2013-05-14 11:15:20 UTC (rev 106073)
+++ trunk/dports/python/py-cython/Portfile	2013-05-14 11:18:26 UTC (rev 106074)
@@ -6,8 +6,8 @@
 PortGroup           select 1.0
 
 name                py-cython
-version             0.18
-revision            1
+version             0.19.1
+revision            0
 categories-append   devel
 license             Apache-2
 platforms           darwin
@@ -29,12 +29,9 @@
 
 distname            Cython-${version}
 
-checksums           rmd160  79b994498cd0ec327793615ed7be8c8af9e08997 \
-                    sha256  cf4ad7faed6bcfdb76da42492ce26ebf927129da3d4849d6982dd2e843d7de8c
+checksums           rmd160  f2e0a8443f452dd3c7c83315b717b1542cae3830 \
+                    sha256  0b90aaa286acdd1bf75a6dd144dfc45192f011f2c2401cf5f80ed6ab5f8bf778
 
-patchfiles          patch-Cython.Utility.CythonFunction.c.diff
-patch.pre_args      -p1
-
 if {$subport != $name} {
 
     post-destroot {

Deleted: trunk/dports/python/py-cython/files/patch-Cython.Utility.CythonFunction.c.diff
===================================================================
--- trunk/dports/python/py-cython/files/patch-Cython.Utility.CythonFunction.c.diff	2013-05-14 11:15:20 UTC (rev 106073)
+++ trunk/dports/python/py-cython/files/patch-Cython.Utility.CythonFunction.c.diff	2013-05-14 11:18:26 UTC (rev 106074)
@@ -1,14 +0,0 @@
-# http://mail.python.org/pipermail/cython-devel/2013-February/003333.html
-
-diff -rNu Cython-0.18/Cython/Utility/CythonFunction.c Cython-0.18-jrray/Cython/Utility/CythonFunction.c
---- Cython-0.18/Cython/Utility/CythonFunction.c	2013-01-28 13:32:47.000000000 -0800
-+++ Cython-0.18-jrray/Cython/Utility/CythonFunction.c	2013-02-05 11:39:13.021087177 -0800
-@@ -554,7 +554,7 @@
-     m->defaults = PyMem_Malloc(size);
-     if (!m->defaults)
-         return PyErr_NoMemory();
--    memset(m->defaults, 0, sizeof(size));
-+    memset(m->defaults, 0, size);
-     m->defaults_pyobjects = pyobjects;
-     return m->defaults;
- }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130514/75be080e/attachment.html>


More information about the macports-changes mailing list