[40449] trunk/dports/lang

afb at macports.org afb at macports.org
Thu Oct 2 05:46:28 PDT 2008


Revision: 40449
          http://trac.macports.org/changeset/40449
Author:   afb at macports.org
Date:     2008-10-02 05:46:27 -0700 (Thu, 02 Oct 2008)
Log Message:
-----------
python26: Python 2.6 (final)

Modified Paths:
--------------
    trunk/dports/lang/python26/Portfile

Added Paths:
-----------
    trunk/dports/lang/python26/

Removed Paths:
-------------
    trunk/dports/lang/python26/files/patch-arch-tiger.diff
    trunk/dports/lang/python26-devel/


Property changes on: trunk/dports/lang/python26
___________________________________________________________________
Added: svn:mergeinfo
   + 

Modified: trunk/dports/lang/python26/Portfile
===================================================================
--- trunk/dports/lang/python26-devel/Portfile	2008-10-02 12:19:50 UTC (rev 40448)
+++ trunk/dports/lang/python26/Portfile	2008-10-02 12:46:27 UTC (rev 40449)
@@ -2,8 +2,8 @@
 
 PortSystem 1.0
 
-name                    python26-devel
-version                 2.6b2
+name                    python26
+version                 2.6
 revision                0
 set major               2
 set branch              2.6
@@ -16,7 +16,7 @@
                         programming language.
 
 homepage                http://www.python.org/
-master_sites            ${homepage}/ftp/python/${branch}/ \
+master_sites            ${homepage}/ftp/python/${version}/ \
                         ftp://ftp.python.org/pub/python/${version}/ \
                         ftp://ftp.fastorama.com/mirrors/ftp.python.org/pub/python/${version}/ \
                         ftp://ftp.python.jp/pub/python/${version}/
@@ -24,9 +24,9 @@
 distname                Python-${version}
 extract.suffix          .tgz
 
-checksums               md5     a2c86b37c90f43c337466d70c1bc236a \
-                        sha1    203a72c96b2f273ae1fa8faf9d6b5981352f0747 \
-                        rmd160  d66df1cc5a4a7d04821e7d33c3de992253a41fa4
+checksums               md5     d527a4f3176e253dc821c0376744a428 \
+                        sha1    25a2314f3831b31ea1640e9c4e7362bc94c54ca2 \
+                        rmd160  63e16ec4099948632f278c42d95c7c5356b82330
 
 patchfiles              patch-Makefile.pre.in.diff \
                         patch-setup.py.diff \
@@ -124,7 +124,6 @@
 platform darwin 8 {
         # TODO: would configure.compiler be more appropriate?
         configure.args-append           --with-cxx=/usr/bin/g++-4.0
-        patchfiles-append               patch-arch-tiger.diff
 }
 
 platform darwin 9 {

Deleted: trunk/dports/lang/python26/files/patch-arch-tiger.diff
===================================================================
--- trunk/dports/lang/python26-devel/files/patch-arch-tiger.diff	2008-10-02 12:19:50 UTC (rev 40448)
+++ trunk/dports/lang/python26/files/patch-arch-tiger.diff	2008-10-02 12:46:27 UTC (rev 40449)
@@ -1,32 +0,0 @@
-# arch(1) before Leopard doesn't take any arguments
---- ./Mac/IDLE/Makefile.in.orig	2008-08-10 14:58:29.000000000 +0200
-+++ ./Mac/IDLE/Makefile.in	2008-08-10 15:24:09.000000000 +0200
-@@ -42,7 +42,7 @@ IDLE.app:  \
- 		$(srcdir)/../Icons/PythonSource.icns \
- 		$(srcdir)/../Icons/PythonCompiled.icns Info.plist
- 	rm -fr IDLE.app
--	$(RUNSHARED) arch -ppc -i386 $(BUILDPYTHON) $(BUNDLEBULDER) \
-+	$(RUNSHARED) $(BUILDPYTHON) $(BUNDLEBULDER) \
- 		--builddir=. \
- 		--name=IDLE \
- 		--link-exec \
---- ./Mac/Makefile.in.orig	2008-08-10 14:58:29.000000000 +0200
-+++ ./Mac/Makefile.in	2008-08-10 15:24:52.000000000 +0200
-@@ -217,7 +217,7 @@ install_IDLE:
- 	cd IDLE && make install
- 
- install_BuildApplet:
--	$(RUNSHARED) arch -ppc -i386 $(BUILDPYTHON) $(srcdir)/scripts/BuildApplet.py \
-+	$(RUNSHARED) $(BUILDPYTHON) $(srcdir)/scripts/BuildApplet.py \
- 		--destroot "$(DESTDIR)" \
- 		--python=$(prefix)/Resources/Python.app/Contents/MacOS/$(PYTHONFRAMEWORK)`test -f "$(DESTDIR)$(prefix)/Resources/Python.app/Contents/MacOS/$(PYTHONFRAMEWORK)-32" && echo "-32"`  \
- 		--output "$(DESTDIR)$(PYTHONAPPSDIR)/Build Applet.app" \
-@@ -279,7 +279,7 @@ installmacsubtree:
- 	done
- 
- 
--	$(RUNSHARED) arch -ppc -i386 $(BUILDPYTHON) $(CACHERSRC) -v $(DESTDIR)$(MACLIBDEST) $(DESTDIR)$(MACTOOLSDEST)
-+	$(RUNSHARED) $(BUILDPYTHON) $(CACHERSRC) -v $(DESTDIR)$(MACLIBDEST) $(DESTDIR)$(MACTOOLSDEST)
- 	$(RUNSHARED) $(BUILDPYTHON) -Wi -tt $(compileall) -d $(MACTOOLSDEST) -x badsyntax $(DESTDIR)$(MACTOOLSDEST)
- 	$(RUNSHARED) $(BUILDPYTHON) -O -Wi -tt $(compileall) -d $(MACTOOLSDEST) -x badsyntax $(DESTDIR)$(MACTOOLSDEST)
- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081002/6729e2f1/attachment.html 


More information about the macports-changes mailing list