[25414] trunk/dports/lang/scala/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Mon May 21 10:13:23 PDT 2007
Revision: 25414
http://trac.macosforge.org/projects/macports/changeset/25414
Author: blair at macports.org
Date: 2007-05-21 10:13:22 -0700 (Mon, 21 May 2007)
Log Message:
-----------
Update Scala to 2.5.0 final. This release also fixes the tarbomb
issue, so remove the code that deals with that.
Modified Paths:
--------------
trunk/dports/lang/scala/Portfile
Modified: trunk/dports/lang/scala/Portfile
===================================================================
--- trunk/dports/lang/scala/Portfile 2007-05-21 16:36:54 UTC (rev 25413)
+++ trunk/dports/lang/scala/Portfile 2007-05-21 17:13:22 UTC (rev 25414)
@@ -2,8 +2,7 @@
PortSystem 1.0
name scala
-version 2.4.99
-revision 1
+version 2.5.0
categories lang java
maintainers blair at orcaware.com openmaintainer at macports.org
description The Scala Programming Language
@@ -18,23 +17,15 @@
platforms darwin
master_sites ${homepage}downloads/distrib/files/
-distname scala-2.5.0-RC2
+distname scala-2.5.0-final
use_bzip2 yes
-checksums md5 3f52af50599fd47e3c9a5eb3a0dbd6cc \
- sha1 c1f6f301b89ffb0ee7f974c432f56439a9ef4636 \
- rmd160 733ff00a40a10c2a42f4e84de8167742f3269d25
+checksums md5 1abd4844e5d5509ed09540ad0ab2dde4 \
+ sha1 75523b8296a0667c7920c0148d2a723f34d8fe95 \
+ rmd160 e5bb209b3797a5484fec93f23c0309172142ad57
use_configure no
build {}
-# The tarball doesn't extract into a subdirectory, i.e. its a tarbomb,
-# so create the expected worksrcpath now so that the tarball can be
-# extracted into it.
-pre-extract {
- xinstall -d -m 755 ${worksrcpath}
-}
-extract.post_args "${extract.post_args} -C ${worksrcpath}"
-
destroot {
set sharedir ${destroot}${prefix}/share
set scaladir ${sharedir}/scala
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070521/6bd50741/attachment.html
More information about the macports-changes
mailing list