#12139 closed update (fixed)
Erlang Update to R11B-5
Reported by: | jon.olsson@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.4.40 |
Keywords: | Cc: | ||
Port: | erlang |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
--- Portfile.orig 2007-06-14 18:40:31.000000000 +0200 +++ Portfile 2007-06-14 19:04:11.000000000 +0200 @@ -2,8 +2,7 @@ PortSystem 1.0 name erlang -version R11B-4 -revision 3 +version R11B-5 categories lang erlang maintainers bfulgham@macports.org platforms darwin @@ -32,9 +31,9 @@ otp_doc_man_${version}${extract.suffix} \ otp_doc_html_${version}${extract.suffix} -checksums otp_src_${version}.tar.gz md5 649e6f057e6996f92c8496161d754d8d \ - otp_doc_man_${version}.tar.gz md5 cc041ceebc4a6615073d8d7e88495610 \ - otp_doc_html_${version}.tar.gz md5 187cd55de8866a278ed963664819404d +checksums otp_src_${version}.tar.gz md5 96acec41da87d6ee0ef18e1aab36ffdd \ + otp_doc_man_${version}.tar.gz md5 5c387162ae6d255f525d72a91481d135 \ + otp_doc_html_${version}.tar.gz md5 6a40146d855f98d024682cd24e9bb5bc extract.only otp_src_${version}${extract.suffix} @@ -69,7 +68,7 @@ system "tar -zxvf ${distpath}/otp_doc_html_${version}${extract.suffix}" system "tar -zxvf ${distpath}/otp_doc_man_${version}${extract.suffix}" - set erts_dir erts-5.5.4 + set erts_dir erts-5.5.5 reinplace s|${destroot}|| ${destroot}${prefix}/lib/erlang/bin/erl reinplace s|${destroot}|| ${destroot}${prefix}/lib/erlang/bin/start
Attachments (1)
Change History (8)
Changed 17 years ago by jon.olsson@…
comment:1 Changed 17 years ago by jon.olsson@…
Bah, I pasted the patch in the description... That's why the stuff looks messed up, please se the attached patch file instead. Sorry.
comment:2 Changed 17 years ago by bfulgham@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
This change set was actually part of a larger change I committed (see Rev 26611), which also corrects a bug in the HiPE implementation under the Leopard WWDC Beta.
comment:3 Changed 17 years ago by bfulgham@…
Correction to my prior note. View Changeset:26611 (not Rev 26611).
comment:5 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → update |
---|
comment:7 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | erlang added |
Note: See
TracTickets for help on using
tickets.
Patchfile