Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#38595 closed update (fixed)

Upgrade SBCL to 1.1.6.

Reported by: crossd@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: easye, gwright@…
Port: sbcl

Description

Please find a Portfile diff that upgrades SBCL to the latest, 1.1.6 (released yesterday). Thanks!

Attachments (1)

Portfile.sbcl-1.1.6.diff (803 bytes) - added by crossd@… 11 years ago.

Download all attachments as: .zip

Change History (4)

Changed 11 years ago by crossd@…

Attachment: Portfile.sbcl-1.1.6.diff added

comment:1 Changed 11 years ago by easye

Resolution: fixed
Status: newclosed

comment:2 Changed 11 years ago by cooljeanius (Eric Gallager)

Just something I noticed,

checksums           sbcl-1.1.6-source.tar.bz2 \

could be changed to

checksums           sbcl-${version}-source.tar.bz2 \

to make updates easier

comment:3 Changed 11 years ago by crossd@…

Similarly, the formatting should be adjusted so that:

  1. It lines up with the rest of the lines in that section of the Portfile
  2. There is not a continuation line after the sha256 signature

The patch I submitted had addressed those things (the leading spaces were introduced in https://trac.macports.org/changeset/103483, which upgraded SBCL to 1.1.5).

It appears that one can simply pull the new checksums from a build failure log after adjusting the version number, copying and pasting them into the Portfile; the spacing from such logs is offset from the rest of the lines in the file by four spaces, so it's probably easiest to just adjust the other lines (since the checksums are the most common thing to change).

Note: See TracTickets for help on using tickets.