Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lang/sbcl: update to sbcl-2.5.1 #27569

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions lang/sbcl/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name sbcl
#
# Please bump the revisions of math/maxima, math/fricas and possibly
# math/maxima-devel when this port changes.
version 2.5.0
version 2.5.1
revision 0
epoch 1

Expand Down Expand Up @@ -43,9 +43,9 @@ patchfiles-append \
patchfiles-append \
0004-fix-pthread-macOS.patch

checksums rmd160 5a3919ed26710955e9cfeb57fd872f5b76b6904c \
sha256 2e18afd088e4a2df21b77bae2e170ce570d11da6d27607292265f1cc6a8a19b1 \
size 8204593
checksums rmd160 070807736d16652cc0be55205bfdab0ea6087fa1 \
sha256 4133b36cd16d14d633969c37fd51c2c89a8ea5d6e1611552819d91f71b219f8b \
size 8219307

if {${name} eq ${subport}} {
master_sites \
Expand Down
4 changes: 2 additions & 2 deletions math/maxima/Portfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in math/maxima/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port lint maxima: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in math/maxima/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port lint maxima-devel: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in math/maxima/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port lint maxima: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in math/maxima/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port lint maxima-devel: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in math/maxima/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port lint maxima: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in math/maxima/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port lint maxima-devel: Warning: Unnecessary platforms line as darwin is the default

PortSystem 1.0

Expand Down Expand Up @@ -38,7 +38,7 @@
# Date: Sun Jul 30 06:55:16 2023 -0700
# commit 65e393d796fedd34162d2a510af37c2448f07d74
version 5.47-dev-20230730
revision 10
revision 12
fetch.type git
git.url https://git.code.sf.net/p/maxima/code
git.branch 65e393d796fedd34162d2a510af37c2448f07d74
Expand All @@ -58,7 +58,7 @@
conflicts maxima-devel

version 5.47.0
revision 10
revision 12
# get the source tarball from sourceforge.
master_sites sourceforge:project/maxima/Maxima-source/${version}-source

Expand Down
Loading