Skip to content

Commit

Permalink
python37-devel: update to 3.7.0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Jun 1, 2018
1 parent 4a471ea commit 3399545
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lang/python37-devel/Portfile
Expand Up @@ -6,7 +6,7 @@ PortGroup select 1.0
name python37-devel

# Remember to keep py37-tkinter and py37-gdbm's versions sync'd with this
version 3.7.0b4
version 3.7.0b5

set major [lindex [split $version .] 0]
set branch [join [lrange [split ${version} .] 0 1] .]
Expand All @@ -24,9 +24,9 @@ master_sites ${homepage}ftp/python/3.7.0/

distname Python-${version}
use_xz yes
checksums md5 a9860cd8eeafcf7e36c789fe70857df5 \
rmd160 4e06250edde7392fb246b6325ea0c48e48e65018 \
sha256 b0be714eab2bb5515e0c4f372781a042d37e6c20a9fa908f3302eac04d53e9ae
checksums md5 aed4058e10cf7dbff67510f00f99ff45 \
rmd160 4e6632e8f85c7090f424098d6b7d40937a7f9103 \
sha256 00e4d85ebd5392f75e979b4cf860b1711642d62fbdd38e0874355b0245185313

patchfiles patch-setup.py.diff \
patch-Lib-cgi.py.diff \
Expand Down Expand Up @@ -132,7 +132,7 @@ platform darwin {

# Also make the sysconfig changes in the Makefile
reinplace {s|^\(LINKFORSHARED=\).*$|\1 -L$(LIBPL) -lpython$(VERSION)$(ABIFLAGS) $(LIBS) $(SYSLIBS)|} \
${destroot}${framewdir}/lib/python${branch}/config-${branch}m-darwin/Makefile
${destroot}${framewdir}/lib/python${branch}/${confdir}/Makefile

reinplace -E {s|-arch [a-z0-9_]+||g} \
${destroot}${framewdir}/lib/python${branch}/${confdir}/Makefile
Expand Down

0 comments on commit 3399545

Please sign in to comment.