[86874] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Sun Nov 6 08:37:58 PST 2011


Revision: 86874
          http://trac.macports.org/changeset/86874
Author:   ryandesign at macports.org
Date:     2011-11-06 08:37:57 -0800 (Sun, 06 Nov 2011)
Log Message:
-----------
py26-dulwich, py27-dulwich: maintainer update to 0.8.1; see #31929

Modified Paths:
--------------
    trunk/dports/python/py26-dulwich/Portfile
    trunk/dports/python/py26-dulwich/files/patch-strnlen-lion.diff
    trunk/dports/python/py27-dulwich/Portfile
    trunk/dports/python/py27-dulwich/files/patch-strnlen-lion.diff

Modified: trunk/dports/python/py26-dulwich/Portfile
===================================================================
--- trunk/dports/python/py26-dulwich/Portfile	2011-11-06 16:34:02 UTC (rev 86873)
+++ trunk/dports/python/py26-dulwich/Portfile	2011-11-06 16:37:57 UTC (rev 86874)
@@ -5,7 +5,7 @@
 PortGroup           python26 1.0
 
 name                py26-dulwich
-version             0.7.1
+version             0.8.1
 categories          python devel
 maintainers         yahoo.com.au:mail_ben_schmidt \
                     openmaintainer
@@ -20,8 +20,8 @@
 license             GPL-2+
 distname            dulwich-${version}
 
-checksums           sha1    cfbeb7e83c4258f489ed2736a684190004c1733f \
-                    rmd160  569a628854c2c29d14735acb15615a23fba14417
+checksums           sha1    b98ad0bd668464767e0605b0ef50443ad54488f1 \
+                    rmd160  c67e97225f7bbe5f7562acdaf4bb466fde912a9c
 
 patchfiles          patch-strnlen-lion.diff
 

Modified: trunk/dports/python/py26-dulwich/files/patch-strnlen-lion.diff
===================================================================
--- trunk/dports/python/py26-dulwich/files/patch-strnlen-lion.diff	2011-11-06 16:34:02 UTC (rev 86873)
+++ trunk/dports/python/py26-dulwich/files/patch-strnlen-lion.diff	2011-11-06 16:37:57 UTC (rev 86874)
@@ -1,11 +1,11 @@
---- dulwich/_objects.c	2011-04-12 16:03:58.000000000 -0400
-+++ dulwich/_objects.c	2011-07-15 17:04:29.000000000 -0400
+--- dulwich/_objects.c~	2011-11-06 13:52:35.000000000 +1100
++++ dulwich/_objects.c	2011-11-06 13:52:41.000000000 +1100
 @@ -25,7 +25,7 @@
  typedef int Py_ssize_t;
  #endif
  
 -#if defined(__MINGW32_VERSION) || defined(__APPLE__)
 +#if defined(__MINGW32_VERSION) || (defined(__APPLE__) && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1070)
- size_t strnlen(char *text, size_t maxlen)
+ size_t rep_strnlen(char *text, size_t maxlen);
+ size_t rep_strnlen(char *text, size_t maxlen)
  {
- 	const char *last = memchr(text, '\0', maxlen);

Modified: trunk/dports/python/py27-dulwich/Portfile
===================================================================
--- trunk/dports/python/py27-dulwich/Portfile	2011-11-06 16:34:02 UTC (rev 86873)
+++ trunk/dports/python/py27-dulwich/Portfile	2011-11-06 16:37:57 UTC (rev 86874)
@@ -5,7 +5,7 @@
 PortGroup           python27 1.0
 
 name                py27-dulwich
-version             0.7.1
+version             0.8.1
 categories          python devel
 maintainers         nomaintainer
 description         Pure-Python Git Library
@@ -18,8 +18,8 @@
 license             GPL-2+
 distname            dulwich-${version}
 
-checksums           sha1    cfbeb7e83c4258f489ed2736a684190004c1733f \
-                    rmd160  569a628854c2c29d14735acb15615a23fba14417
+checksums           sha1    b98ad0bd668464767e0605b0ef50443ad54488f1 \
+                    rmd160  c67e97225f7bbe5f7562acdaf4bb466fde912a9c
 
 patchfiles          patch-strnlen-lion.diff
 

Modified: trunk/dports/python/py27-dulwich/files/patch-strnlen-lion.diff
===================================================================
--- trunk/dports/python/py27-dulwich/files/patch-strnlen-lion.diff	2011-11-06 16:34:02 UTC (rev 86873)
+++ trunk/dports/python/py27-dulwich/files/patch-strnlen-lion.diff	2011-11-06 16:37:57 UTC (rev 86874)
@@ -1,11 +1,11 @@
---- dulwich/_objects.c	2011-04-12 16:03:58.000000000 -0400
-+++ dulwich/_objects.c	2011-07-15 17:04:29.000000000 -0400
+--- dulwich/_objects.c~	2011-11-06 13:52:35.000000000 +1100
++++ dulwich/_objects.c	2011-11-06 13:52:41.000000000 +1100
 @@ -25,7 +25,7 @@
  typedef int Py_ssize_t;
  #endif
  
 -#if defined(__MINGW32_VERSION) || defined(__APPLE__)
 +#if defined(__MINGW32_VERSION) || (defined(__APPLE__) && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1070)
- size_t strnlen(char *text, size_t maxlen)
+ size_t rep_strnlen(char *text, size_t maxlen);
+ size_t rep_strnlen(char *text, size_t maxlen)
  {
- 	const char *last = memchr(text, '\0', maxlen);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111106/e9e64552/attachment.html>


More information about the macports-changes mailing list