[74687] trunk/dports/lang/python32/Portfile
jwa at macports.org
jwa at macports.org
Tue Dec 28 11:01:25 PST 2010
Revision: 74687
http://trac.macports.org/changeset/74687
Author: jwa at macports.org
Date: 2010-12-28 11:01:19 -0800 (Tue, 28 Dec 2010)
Log Message:
-----------
version bump to 3.2b2, change a directory name, fix a couple of typos
Modified Paths:
--------------
trunk/dports/lang/python32/Portfile
Modified: trunk/dports/lang/python32/Portfile
===================================================================
--- trunk/dports/lang/python32/Portfile 2010-12-28 17:32:52 UTC (rev 74686)
+++ trunk/dports/lang/python32/Portfile 2010-12-28 19:01:19 UTC (rev 74687)
@@ -4,7 +4,7 @@
PortGroup select 1.0
name python32
-version 3.2a4
+version 3.2b2
set major [lindex [split $version .] 0]
#set branch [join [lrange [split ${version} .] 0 1] .]
@@ -24,14 +24,15 @@
distname Python-${version}
use_bzip2 yes
-checksums md5 1f94db4c5e56454e3eec26eafae43e6e \
- sha1 c92d934f5129366cb08e465d31f5ae91a7daaedf \
- rmd160 6ed8adcf22c1c2a48afe0247480b2bd11c624c0c
+checksums md5 45ab5ff5edfb73ec277b1c763f3d5a42 \
+ sha1 6fd417837e0af40620afc6e12e22df53640a38b8 \
+ rmd160 a09c67e30771147cdee9af3d32751c4b2d8cde54
patchfiles patch-Makefile.pre.in.diff \
patch-setup.py.diff \
patch-Lib-cgi.py.diff \
patch-Lib-distutils-dist.py.diff
+
if {![variant_isset universal]} {
patchfiles-append patch-configure-arch_only.diff
# -arch ends up getting passed to libtool which doesn't understand it, so we
@@ -101,11 +102,11 @@
# Without this, LINKFORSHARED is set to
# ... $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)
- # (this becomes Python.framework/Versions/3.0/Python) which doesn't
+ # (this becomes Python.framework/Versions/3.2/Python) which doesn't
# quite work (see ticket #15099); instead specifically list the
# full path to the proper Python framework file (which becomes
- # ${prefix}/Library/Frameworks/Python.framework/Versions/3.0/Python)
- reinplace {s|^\(LINKFORSHARED=.*\)$(PYTHONFRAMEWORKDIR).*$|\1 $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)|} ${destroot}${framewdir}/lib/python${branch}/config/Makefile
+ # ${prefix}/Library/Frameworks/Python.framework/Versions/3.2/Python)
+ reinplace {s|^\(LINKFORSHARED=.*\)$(PYTHONFRAMEWORKDIR).*$|\1 $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)|} ${destroot}${framewdir}/lib/python${branch}/config-${branch}m/Makefile
# The framework version.plist isn't currently being installed so
# we'll copy ours for now (see http://trac.macports.org/ticket/18773 and
@@ -115,7 +116,7 @@
# remove -arch flags from the config
reinplace -E {s|-arch [^[:space:]]+||g} \
- ${destroot}${framewdir}/lib/python${branch}/config/Makefile
+ ${destroot}${framewdir}/lib/python${branch}/config-${branch}m/Makefile
}
post-activate {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101228/38f4fad1/attachment.html>
More information about the macports-changes
mailing list