pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python34 Fix typo in previous.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b76cb12b68a
branches:  trunk
changeset: 634163:6b76cb12b68a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat May 10 08:11:02 2014 +0000

description:
Fix typo in previous.

diffstat:

 lang/python34/distinfo         |  4 ++--
 lang/python34/patches/patch-am |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 3301d075bc29 -r 6b76cb12b68a lang/python34/distinfo
--- a/lang/python34/distinfo    Sat May 10 06:52:03 2014 +0000
+++ b/lang/python34/distinfo    Sat May 10 08:11:02 2014 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2014/05/10 04:35:55 obache Exp $
+$NetBSD: distinfo,v 1.6 2014/05/10 08:11:02 wiz Exp $
 
 SHA1 (Python-3.4.0.tar.xz) = f54d7cf6af5dbd9bddbe31cf4772f39711381dbe
 RMD160 (Python-3.4.0.tar.xz) = f6b4664a4333a2010f8e168e252de7c22013e4a8
@@ -7,7 +7,7 @@
 SHA1 (patch-aa) = 14359f8d0527eff08073c0aea60dfe8961d9255d
 SHA1 (patch-ah) = b3a1363f6d210f855f3769650e3891b0df5c531d
 SHA1 (patch-al) = 0944fb5b807985723070ac44358505c3053f9997
-SHA1 (patch-am) = 3ccd51ecd8cae9577c66e4936fda5ac615223da6
+SHA1 (patch-am) = dbce46a877a01ecef01767cdfb0c3a2137431833
 SHA1 (patch-an) = c9b571eb54fdf0b1e93524a6de6780e8c4119221
 SHA1 (patch-ao) = bc7bb76ca7b3b8302dd966fad85171236c1f06e6
 SHA1 (patch-au) = 6e10e6fc484317447bdeaa833db5df073df98c5b
diff -r 3301d075bc29 -r 6b76cb12b68a lang/python34/patches/patch-am
--- a/lang/python34/patches/patch-am    Sat May 10 06:52:03 2014 +0000
+++ b/lang/python34/patches/patch-am    Sat May 10 08:11:02 2014 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-am,v 1.4 2014/05/10 04:35:55 obache Exp $
+$NetBSD: patch-am,v 1.5 2014/05/10 08:11:02 wiz Exp $
 
 --- setup.py.orig      2014-03-17 02:31:31.000000000 +0000
 +++ setup.py
@@ -63,7 +63,7 @@
          # look for the openssl version header on the compiler search path.
          opensslv_h = find_file('openssl/opensslv.h', [],
 -                inc_dirs + search_for_ssl_incs_in)
-+                search_for_ssl_incs_in, + inc_dirs)
++                search_for_ssl_incs_in + inc_dirs)
          if opensslv_h:
              name = os.path.join(opensslv_h[0], 'openssl/opensslv.h')
              if host_platform == 'darwin' and is_macosx_sdk_path(name):



Home | Main Index | Thread Index | Old Index