[72203] trunk/dports/lang/scala27/Portfile

blair at macports.org blair at macports.org
Wed Oct 6 13:58:16 PDT 2010


Revision: 72203
          http://trac.macports.org/changeset/72203
Author:   blair at macports.org
Date:     2010-10-06 13:58:13 -0700 (Wed, 06 Oct 2010)
Log Message:
-----------
Now that the scala_select port is out, do not install the primary
symbolic links into ${prefix}/bin, instead, let scala_select do that.
Depend upon the scala_select port so that it's clear it is available
to set up the symlinks.

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

Modified: trunk/dports/lang/scala27/Portfile
===================================================================
--- trunk/dports/lang/scala27/Portfile	2010-10-06 20:14:16 UTC (rev 72202)
+++ trunk/dports/lang/scala27/Portfile	2010-10-06 20:58:13 UTC (rev 72203)
@@ -4,6 +4,7 @@
 
 name            scala27
 version         2.7.7
+revision        1
 categories      lang java
 maintainers     blair
 description     The Scala Programming Language
@@ -24,6 +25,8 @@
                 sha1 2197475c8d137cb9f05614807e7d4f18ad8db7e3 \
                 rmd160 ea590b9e25fd0ede59cc6ccd5e9d3bba99885b0f
 
+depends_lib     port:scala_select
+
 use_configure   no
 build           {}
 
@@ -37,7 +40,6 @@
         file copy ${worksrcpath} ${scaladir}
 
         foreach f {fsc sbaz sbaz-setup scala scalac scaladoc scalap} {
-                ln -s ../share/scala-2.7/bin/${f} ${destroot}${prefix}/bin/${f}
                 ln -s ../share/scala-2.7/bin/${f} ${destroot}${prefix}/bin/${f}-2.7
         }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101006/c047dadb/attachment-0001.html>


More information about the macports-changes mailing list