Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#33460 closed update (fixed)

sbt: update to 0.11.2

Reported by: arya.irani@… Owned by: me@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc: heapifyman@…, flobakk@…, ryandesign (Ryan Carsten Schmidt)
Port: sbt

Description

Patch is attached, thanks!

Attachments (1)

Portfile-sbt.diff (1.1 KB) - added by arya.irani@… 12 years ago.
Update to sbt 0.11.2

Download all attachments as: .zip

Change History (13)

Changed 12 years ago by arya.irani@…

Attachment: Portfile-sbt.diff added

Update to sbt 0.11.2

comment:1 Changed 12 years ago by heapifyman@…

Cc: heapifyman@… added

Cc Me!

comment:2 Changed 12 years ago by heapifyman@…

Is there an ETA when I could expect sbt 0.11.2 to be available in the ports?

comment:3 Changed 12 years ago by arya.irani@…

I pinged macports-dev just now, so someone will probably push it through soon.

comment:4 Changed 12 years ago by jmroot (Joshua Root)

Cc: me@… removed
Keywords: haspatch added; sbt removed
Owner: changed from macports-tickets@… to me@…
Version: 2.0.4

comment:5 Changed 12 years ago by mblund@…

A workaround that worked for me

sudo port install sbt
cd /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/sbt
sudo patch -p0 < ~/Downloads/Portfile-sbt.diff 
sudo port install sbt

comment:6 Changed 12 years ago by arya.irani@…

Of course, but that sort of defeats the point. Another workaround is:

sudo port install sbt wget
cd /opt/local/share/sbt
sudo wget http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-tools.sbt/sbt-launch/0.11.2/sbt-launch.jar

comment:7 Changed 12 years ago by mblund@…

Great! Looks much better, thanks.

comment:8 in reply to:  6 Changed 12 years ago by arya.irani@…

Sorry, I hadn't tested it.

You must either first delete the existing sbt-launch.jar

sudo rm sbt-launch.jar

or use the -N flag to wget to overwrite with newer files

sudo wget -N http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-tools.sbt/sbt-launch/0.11.2/sbt-launch.jar

I'm hoping to get commit access soon to patch the port in vcs.

comment:9 Changed 12 years ago by arya.irani@…

I filed a Port Abandonment ticket, #33721

comment:10 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Summary: update sbt to 0.11.2sbt: update to 0.11.2

This ticket supersedes #29521 which was a request to update sbt to 0.7.7.

comment:11 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: flobakk@… ryandesign@… added
Resolution: fixed
Status: newclosed

Committed in r91085 with these changes:

  • Removed project_name variable since it's no longer used.
  • The dist_subdir should never have been set to ${name}-${version} in the first place; changed it to ${name}/${version}.
  • Updated the checksum types to the modern rmd160/sha256 pair.
  • Fixed the livecheck.

comment:12 Changed 12 years ago by arya.irani@…

Thanks!

Note: See TracTickets for help on using tickets.