[121448] trunk/dports/lang/erlang/Portfile

ciserlohn at macports.org ciserlohn at macports.org
Wed Jun 25 14:30:19 PDT 2014


Revision: 121448
          https://trac.macports.org/changeset/121448
Author:   ciserlohn at macports.org
Date:     2014-06-25 14:30:19 -0700 (Wed, 25 Jun 2014)
Log Message:
-----------
erlang: update to version 17.1; make epmd binary available in PATH (see #44060)

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

Modified: trunk/dports/lang/erlang/Portfile
===================================================================
--- trunk/dports/lang/erlang/Portfile	2014-06-25 19:26:00 UTC (rev 121447)
+++ trunk/dports/lang/erlang/Portfile	2014-06-25 21:30:19 UTC (rev 121448)
@@ -6,8 +6,7 @@
 PortGroup           compiler_blacklist_versions 1.0
 
 name                erlang
-version             17.0
-revision            1
+version             17.1
 categories          lang erlang
 maintainers         ciserlohn
 platforms           darwin
@@ -43,14 +42,14 @@
                     otp_doc_html_${version}${extract.suffix}
 
 checksums           otp_src_${version}.tar.gz \
-                    rmd160  7a882f67a9ba262f80c09187f25f50a1c438eadd \
-                    sha256  297f2baaa65e5ed1c2492c500fe191bff852217ad57af5da2470a3218c9acadb \
+                    rmd160  ad212aff93b2dea5c4d0c245cc9182bdd77cceb8 \
+                    sha256  b806f5b2b5cc2d0c0d5dd1a65657c21c10dc3a0535ef60adecdac9cd73b9c356 \
                     otp_doc_man_${version}.tar.gz \
-                    rmd160  5cf756bdf8f8b2eb158497eedd1f65c98dbe7f27 \
-                    sha256  acf72b5876c6f505191a3fb57b7e672733f911141929c4cef050111cf8f8b399 \
+                    rmd160  4b6afff0c858751138874c8f168cce23d68d2022 \
+                    sha256  4a230277f135e3730593e7bffdd5ca92596568340f02a5b3134f1d083b34eaab \
                     otp_doc_html_${version}.tar.gz \
-                    rmd160  77fa4efbbce256db9d2fd8bfd1486b1885011a59 \
-                    sha256  4a9edba2e5b8ca2e35e5080c1c30a2674aafa39b51d7268383b6e326d397f8dd
+                    rmd160  1e0d8f334c686001fa5cfd929bbabac3291da2f8 \
+                    sha256  1f73751e32c63c86d11e0de9f8525b84287284970a73dcb9581f51e8770735be
 
 pre-patch           { file rename ${workpath}/otp_src_${version} ${workpath}/${name}-${version} }
 
@@ -80,9 +79,9 @@
     system "tar -C ${destroot}${prefix}/lib/erlang -zxvf ${distpath}/otp_doc_html_${version}${extract.suffix}"
     system "tar -C ${destroot}${prefix}/lib/erlang -zxvf ${distpath}/otp_doc_man_${version}${extract.suffix}"
  
-    set erts_dir            erts-6.0
-    set erl_interface_dir   erl_interface-3.7.16
-    set wx_dir              wx-1.2
+    set erts_dir            erts-6.1
+    set erl_interface_dir   erl_interface-3.7.17
+    set wx_dir              wx-1.3
 
     reinplace s|${destroot}|| ${destroot}${prefix}/lib/erlang/bin/erl
     reinplace s|${destroot}|| ${destroot}${prefix}/lib/erlang/bin/start
@@ -94,6 +93,7 @@
 
     file delete -force ${destroot}${prefix}/lib/erlang/bin/epmd
     system "ln -s ../${erts_dir}/bin/epmd ${destroot}${prefix}/lib/erlang/bin/epmd"
+    system "ln -s ../lib/erlang/${erts_dir}/bin/epmd ${destroot}${prefix}/bin/epmd"
     system "ln -s ../lib/erlang/lib/${erl_interface_dir}/bin/erl_call ${destroot}${prefix}/bin/erl_call"
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140625/cb752201/attachment.html>


More information about the macports-changes mailing list