From b9726d7bfc99b7e51f20a295aa045f029b22cf46 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Mon, 26 Oct 2009 23:02:32 +0000 Subject: [PATCH] Updated Python-2.6.4.bep to url of the released version of 2.6.4 tar ball --- dev-lang/python/python-2.6.4.bep | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-lang/python/python-2.6.4.bep b/dev-lang/python/python-2.6.4.bep index af63e0b5a..2606c43c6 100644 --- a/dev-lang/python/python-2.6.4.bep +++ b/dev-lang/python/python-2.6.4.bep @@ -1,11 +1,11 @@ DESCRIPTION="python - An interpreted, interactive, object-oriented programming language" HOMEPAGE="http://www.python.org" -SRC_URI="http://www.python.org/ftp/python/2.6.4/Python-2.6.4rc1.tgz" +SRC_URI="http://www.python.org/ftp/python/2.6.4/Python-2.6.4.tgz" REVISION="1" STATUS_HAIKU="stable" DEPEND="" BUILD { - cd Python-2.6.4rc1/Modules/_ctypes/libffi + cd Python-2.6.4/Modules/_ctypes/libffi libtoolize --force --copy --install cd ../../.. echo "AC_CONFIG_MACRO_DIR([m4])" >> configure.in @@ -17,6 +17,6 @@ BUILD { } INSTALL { - cd Python-2.6.4rc1 + cd Python-2.6.4 make install -} \ No newline at end of file +}