[91085] trunk/dports/devel/sbt/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Mar 23 12:21:58 PDT 2012


Revision: 91085
          https://trac.macports.org/changeset/91085
Author:   ryandesign at macports.org
Date:     2012-03-23 12:21:58 -0700 (Fri, 23 Mar 2012)
Log Message:
-----------
sbt: update to 0.11.2; hosting has moved to github; fix dist_subdir; fix livecheck; see #33460

Modified Paths:
--------------
    trunk/dports/devel/sbt/Portfile

Modified: trunk/dports/devel/sbt/Portfile
===================================================================
--- trunk/dports/devel/sbt/Portfile	2012-03-23 17:59:50 UTC (rev 91084)
+++ trunk/dports/devel/sbt/Portfile	2012-03-23 19:21:58 UTC (rev 91085)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                sbt
-version             0.11.0
+version             0.11.2
 categories          devel java
 maintainers         jon.buffington.name:me
 platforms           darwin
@@ -16,14 +16,13 @@
                     Sbt supports continuous compilation and testing with triggered execution in \
                     mixed Scala/Java projects.
 
-set project_name    simple-build-tool
-homepage            http://code.google.com/p/${project_name}/
+homepage            https://github.com/harrah/xsbt/
 master_sites        http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-tools.sbt/sbt-launch/${version}
 distname            ${name}-launch
-dist_subdir         ${name}-${version}
+dist_subdir         ${name}/${version}
 
-checksums           sha1    5b15ba0fc63e355d47293def4bc2e58da6f03787 \
-                    rmd160  52cfed4f707788496ad32a9f1f3e24a40637828f
+checksums           rmd160  f78c300193a7c8517b4ee2681c530cd8a3ab4519 \
+                    sha256  5618d112a1cea1ddfca2fcb49b62c0191f61ed51c570fbf1badc181dd6fecb91
 
 depends_build       bin:java:kaffe
 
@@ -56,3 +55,7 @@
 
     ln -s ${prefix}/share/${name}/${name} ${destroot}${prefix}/bin
 }
+
+livecheck.type      regex
+livecheck.url       http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-tools.sbt/sbt-launch/
+livecheck.regex     {"([0-9.]+)/"}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120323/25cc81aa/attachment.html>


More information about the macports-changes mailing list