pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

squeak6: Update to 6.1.23976



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Thu Aug 6 18:51:28 2026 +0900
Changeset:	706aed00534674a67d5e713e6e77f8fad5643582

Modified Files:
	squeak6/Makefile
	squeak6/distinfo

Log Message:
squeak6: Update to 6.1.23976

As Squeak approaches its 30th anniversary, we are proud to announce
the next version of the system, Squeak 6.1. Some highlights of this
release are:

- A new tree browser, which enables navigation through classes and
  categories using refurbished hierarchical morphs,
- The return of Objectland (also known as the "Worlds of Squeak"),
- Several changes and fixes for the kernel infrastructure for
  simulating, unwinding, and scheduling processes and reshaping classes,
- Miscellaneous improvements and additions to the toolset and user
  interface for inspecting, debugging, profiling, and versioning code.

Please find below a detailed listing of all the changes, which
includes notes on Major Deprecations, Known Issues, and Compatibility
Notes at the bottom.

About these release notes. Phew, what a release! Since the last
release 4 years ago, we have merged 1700+ patches with 9000+ method
changes. Beyond documenting technical changes in detail, these notes
highlight the bigger picture and the overall impact of major
developments. Along the way, you will find plenty of links to code
pointers and interactive examples. Thus, these release notes serve not
only as a changelog but also as a hands-on guide to exploring new
features and mechanisms in Squeak. Click here to view an outline of
this document.

In memory of Vanessa Freudenberg (1972-2025).

https://squeak.org/release_notes/6.1/

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=706aed00534674a67d5e713e6e77f8fad5643582

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 squeak6/Makefile | 8 ++++----
 squeak6/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/squeak6/Makefile b/squeak6/Makefile
index 3b23fa291b..04a61282d7 100644
--- a/squeak6/Makefile
+++ b/squeak6/Makefile
@@ -1,15 +1,15 @@
 # $NetBSD$
 
-SQUEAK_VERSION=	6.0
-IMAGE_VERSION=	22148
+SQUEAK_VERSION=	6.1
+IMAGE_VERSION=	23976
 IMAGE_ARCH=	64bit
 SQUEAK_SOURCES=	SqueakV60.sources
 
 DISTNAME=	Squeak${SQUEAK_VERSION}-${IMAGE_VERSION}-${IMAGE_ARCH}
 PKGNAME=	squeak6-${SQUEAK_VERSION}.${IMAGE_VERSION}
 CATEGORIES=	lang
-MASTER_SITES=	http://sourceforge.net/projects/squeak6/
-### EXTRACT_SUFX=	.zip
+MASTER_SITES=	http://files.squeak.org/${SQUEAK_VERSION}/${DISTNAME}/
+EXTRACT_SUFX=	.zip
 DISTFILES=	${DEFAULT_DISTFILES} ${SQUEAK_SOURCES}.gz
 
 SITES.${SQUEAK_SOURCES}.gz=	http://files.squeak.org/sources_files/
diff --git a/squeak6/distinfo b/squeak6/distinfo
index c976a040a6..39ad8e2845 100644
--- a/squeak6/distinfo
+++ b/squeak6/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-BLAKE2s (Squeak6.0-22148-64bit.zip) = ee442e589097bb6c351e510c8acf8689327db77ad022ae16c0be6b8688ca235e
-SHA512 (Squeak6.0-22148-64bit.zip) = f99fde50729bf2bd5ab65b8b7648d6bb5e171199da9f4aa0bd91b6fced5b34f8ab8fe61a56dbfff954275dee7ce61dd4ae9052ba80946cbe80c0f2e6b63ed26c
-Size (Squeak6.0-22148-64bit.zip) = 25274715 bytes
+BLAKE2s (Squeak6.1-23976-64bit.zip) = 7793e81abfdacb59112fbc676735c8ada6f067ba5b5441f8690f4424d1d0e32a
+SHA512 (Squeak6.1-23976-64bit.zip) = 5688a534d7cdc119906243363a20b9833de78d6dcbc069e3e9543e1a954a1ad4b0260032f7db0d6b93350a2276a806c843f5d3bf850349189339b0d933f46236
+Size (Squeak6.1-23976-64bit.zip) = 27477987 bytes
 BLAKE2s (SqueakV60.sources.gz) = 6877f1acc3e87c2b9dde03bec8e984e4e14e2777952c7bd39537504b0c692df3
 SHA512 (SqueakV60.sources.gz) = 22272ca74c1a7021b5f49614046e1ca779ddea7cff84ca64c752163ffbdf9c7d5870eb56b7cfb208dc41a3e7ed75ac0623f07cab8054de3ff622885739a0e2c8
 Size (SqueakV60.sources.gz) = 9990180 bytes


Home | Main Index | Thread Index | Old Index