pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/py-cairo Make GNU patch happy.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/120a37b1e6d8
branches:  trunk
changeset: 590063:120a37b1e6d8
user:      alnsn <alnsn%pkgsrc.org@localhost>
date:      Thu Jun 30 22:50:21 2011 +0000

description:
Make GNU patch happy.
Ok by wiz@.

diffstat:

 graphics/py-cairo/distinfo         |   4 ++--
 graphics/py-cairo/patches/patch-aa |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r d5a68c7bf808 -r 120a37b1e6d8 graphics/py-cairo/distinfo
--- a/graphics/py-cairo/distinfo        Thu Jun 30 13:20:46 2011 +0000
+++ b/graphics/py-cairo/distinfo        Thu Jun 30 22:50:21 2011 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2010/12/02 13:30:50 wiz Exp $
+$NetBSD: distinfo,v 1.14 2011/06/30 22:50:21 alnsn Exp $
 
 SHA1 (py2cairo-1.8.10.tar.gz) = 6bb0b3e0249bce9fc0480aadad0c602d32f26ec1
 RMD160 (py2cairo-1.8.10.tar.gz) = 932e19f2f582bdf5735bdc92720b76edfb0a0c8e
 Size (py2cairo-1.8.10.tar.gz) = 588459 bytes
-SHA1 (patch-aa) = 54d8e83b0fd23ced64878cad943f1ed1019a283e
+SHA1 (patch-aa) = d999b96f0ece317bf39394734079ec1695d2ea9e
 SHA1 (patch-ab) = fea4d5ff3f03414e2014d32fd4a7fb7b5a379100
 SHA1 (patch-ac) = 9047c33f8bd7cdc1e537d3b083b33601bcbe8954
diff -r d5a68c7bf808 -r 120a37b1e6d8 graphics/py-cairo/patches/patch-aa
--- a/graphics/py-cairo/patches/patch-aa        Thu Jun 30 13:20:46 2011 +0000
+++ b/graphics/py-cairo/patches/patch-aa        Thu Jun 30 22:50:21 2011 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.5 2009/08/31 08:04:32 wiz Exp $
+$NetBSD: patch-aa,v 1.6 2011/06/30 22:50:21 alnsn Exp $
 
---- configure.orig     2009-08-26 11:04:28.000000000 +0000
+--- configure.orig     2010-05-20 11:43:23.000000000 +0000
 +++ configure
-@@ -11107,13 +11107,13 @@ CC="$lt_save_CC"
+@@ -12400,13 +12400,13 @@ fi
  
          if test -n "$PYTHON"; then
        # If the user set $PYTHON, use it and don't search something else.
@@ -19,7 +19,7 @@
  minverhex = 0
  # xrange is not present in Python 3.0 and range returns an iterator
  for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i]
-@@ -11135,8 +11135,8 @@ fi
+@@ -12428,8 +12428,8 @@ fi
      else
        # Otherwise, try each interpreter until we find one that satisfies
        # VERSION.
@@ -30,7 +30,7 @@
  if test "${am_cv_pathless_PYTHON+set}" = set; then
    $as_echo_n "(cached) " >&6
  else
-@@ -11147,7 +11147,7 @@ else
+@@ -12440,7 +12440,7 @@ else
  # split strings by '.' and convert to numeric.  Append some zeros
  # because we need at least 4 digits for the hex conversion.
  # map returns an iterator in Python 3.0 and a list in 2.x



Home | Main Index | Thread Index | Old Index