[91909] trunk/dports/lang/python27
jwa at macports.org
jwa at macports.org
Fri Apr 13 00:00:13 PDT 2012
Revision: 91909
https://trac.macports.org/changeset/91909
Author: jwa at macports.org
Date: 2012-04-13 00:00:10 -0700 (Fri, 13 Apr 2012)
Log Message:
-----------
version bump to 2.7.3, the corresponding tkinter and gdbm soon to follow
Modified Paths:
--------------
trunk/dports/lang/python27/Portfile
trunk/dports/lang/python27/files/patch-libedit.diff
Modified: trunk/dports/lang/python27/Portfile
===================================================================
--- trunk/dports/lang/python27/Portfile 2012-04-13 05:29:21 UTC (rev 91908)
+++ trunk/dports/lang/python27/Portfile 2012-04-13 07:00:10 UTC (rev 91909)
@@ -7,8 +7,7 @@
name python27
epoch 2
# Remember to keep py27-tkinter and py27-gdbm's versions sync'd with this
-version 2.7.2
-revision 4
+version 2.7.3
set major [lindex [split $version .] 0]
set branch [join [lrange [split ${version} .] 0 1] .]
@@ -28,11 +27,10 @@
distname Python-${version}
# consider changing to xz with next release
-use_bzip2 yes
+use_xz yes
-checksums md5 ba7b2f11ffdbf195ee0d111b9455a5bd \
- sha1 417bdeea77abfaf1b9257fc6b4a04aaa209f4547 \
- rmd160 c3bf4f09b7c429a4d9f4cc251c795304cd5232c5
+checksums rmd160 a51bb3ed518c897d1cf3c3d237929d385409d9f7 \
+ sha256 61d36be58e9e9c733c49d7b76858d5c08e2c63a84f2066b29d35d3521057c985
# patch-readlinefix.diff comes from
# <http://bugs.python.org/issue5833>
Modified: trunk/dports/lang/python27/files/patch-libedit.diff
===================================================================
--- trunk/dports/lang/python27/files/patch-libedit.diff 2012-04-13 05:29:21 UTC (rev 91908)
+++ trunk/dports/lang/python27/files/patch-libedit.diff 2012-04-13 07:00:10 UTC (rev 91909)
@@ -1,6 +1,6 @@
---- configure.orig 2011-10-31 14:58:43.000000000 +1100
-+++ configure 2011-10-31 15:01:31.000000000 +1100
-@@ -12855,9 +12855,9 @@
+--- configure.orig 2012-04-12 13:22:40.000000000 +0300
++++ configure 2012-04-13 09:43:22.000000000 +0300
+@@ -12879,9 +12879,9 @@
$as_echo_n "checking how to link readline libs... " >&6; }
for py_libtermcap in "" ncursesw ncurses curses termcap; do
if test -z "$py_libtermcap"; then
@@ -12,7 +12,7 @@
fi
LIBS="$READLINE_LIBS $LIBS_no_readline"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-@@ -12901,13 +12901,13 @@
+@@ -12925,13 +12925,13 @@
fi
# check for readline 2.1
@@ -20,7 +20,7 @@
-$as_echo_n "checking for rl_callback_handler_install in -lreadline... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rl_callback_handler_install in -ledit" >&5
+$as_echo_n "checking for rl_callback_handler_install in -ledit... " >&6; }
- if ${ac_cv_lib_readline_rl_callback_handler_install+:} false; then :
+ if test "${ac_cv_lib_readline_rl_callback_handler_install+set}" = set; then :
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
@@ -29,7 +29,7 @@
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-@@ -12947,7 +12947,7 @@
+@@ -12971,7 +12971,7 @@
# check for readline 2.2
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -38,7 +38,7 @@
_ACEOF
if ac_fn_c_try_cpp "$LINENO"; then :
have_readline=yes
-@@ -12960,7 +12960,7 @@
+@@ -12984,7 +12984,7 @@
then
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -47,7 +47,7 @@
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-@@ -12973,7 +12973,7 @@
+@@ -12997,7 +12997,7 @@
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -56,7 +56,7 @@
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-@@ -12987,13 +12987,13 @@
+@@ -13011,13 +13011,13 @@
fi
# check for readline 4.0
@@ -64,7 +64,7 @@
-$as_echo_n "checking for rl_pre_input_hook in -lreadline... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rl_pre_input_hook in -ledit" >&5
+$as_echo_n "checking for rl_pre_input_hook in -ledit... " >&6; }
- if ${ac_cv_lib_readline_rl_pre_input_hook+:} false; then :
+ if test "${ac_cv_lib_readline_rl_pre_input_hook+set}" = set; then :
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
@@ -73,7 +73,7 @@
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-@@ -13031,13 +13031,13 @@
+@@ -13055,13 +13055,13 @@
# also in 4.0
@@ -81,7 +81,7 @@
-$as_echo_n "checking for rl_completion_display_matches_hook in -lreadline... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rl_completion_display_matches_hook in -ledit" >&5
+$as_echo_n "checking for rl_completion_display_matches_hook in -ledit... " >&6; }
- if ${ac_cv_lib_readline_rl_completion_display_matches_hook+:} false; then :
+ if test "${ac_cv_lib_readline_rl_completion_display_matches_hook+set}" = set; then :
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
@@ -90,7 +90,7 @@
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-@@ -13075,13 +13075,13 @@
+@@ -13099,13 +13099,13 @@
# check for readline 4.2
@@ -98,7 +98,7 @@
-$as_echo_n "checking for rl_completion_matches in -lreadline... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rl_completion_matches in -ledit" >&5
+$as_echo_n "checking for rl_completion_matches in -ledit... " >&6; }
- if ${ac_cv_lib_readline_rl_completion_matches+:} false; then :
+ if test "${ac_cv_lib_readline_rl_completion_matches+set}" = set; then :
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
@@ -107,7 +107,7 @@
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-@@ -13121,7 +13121,7 @@
+@@ -13145,7 +13145,7 @@
# also in readline 4.2
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -116,7 +116,7 @@
_ACEOF
if ac_fn_c_try_cpp "$LINENO"; then :
have_readline=yes
-@@ -13134,7 +13134,7 @@
+@@ -13158,7 +13158,7 @@
then
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120413/1375a7f5/attachment.html>
More information about the macports-changes
mailing list