pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/octave



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb  7 14:27:52 UTC 2025

Modified Files:
        pkgsrc/math/octave: Makefile distinfo

Log Message:
octave: updated to 9.4.0

Summary of bugs fixed for version 9.4.0 (2025-02-05):

Improvements and fixes
- Fix error in calculation of file timestamp on Windows.

GUI
- Update Spanish translation file.
- Update Brazilian Portuguese translation file.

Build system / Tests
- `cellfun`: Add test for function failing to return requested output
- `arrayfun`:  Add test for function failing to return requested output

Documentation
- Clarify default editor difference between CLI and GUI.


To generate a diff of this commit:
cvs rdiff -u -r1.262 -r1.263 pkgsrc/math/octave/Makefile
cvs rdiff -u -r1.72 -r1.73 pkgsrc/math/octave/distinfo

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

Modified files:

Index: pkgsrc/math/octave/Makefile
diff -u pkgsrc/math/octave/Makefile:1.262 pkgsrc/math/octave/Makefile:1.263
--- pkgsrc/math/octave/Makefile:1.262   Sun Jan  5 20:47:57 2025
+++ pkgsrc/math/octave/Makefile Fri Feb  7 14:27:52 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.262 2025/01/05 20:47:57 adam Exp $
+# $NetBSD: Makefile,v 1.263 2025/02/07 14:27:52 adam Exp $
 
-DISTNAME=      octave-9.3.0
+DISTNAME=      octave-9.4.0
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_GNU:=octave/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/math/octave/distinfo
diff -u pkgsrc/math/octave/distinfo:1.72 pkgsrc/math/octave/distinfo:1.73
--- pkgsrc/math/octave/distinfo:1.72    Sun Jan  5 20:47:57 2025
+++ pkgsrc/math/octave/distinfo Fri Feb  7 14:27:52 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.72 2025/01/05 20:47:57 adam Exp $
+$NetBSD: distinfo,v 1.73 2025/02/07 14:27:52 adam Exp $
 
-BLAKE2s (octave-9.3.0.tar.xz) = c112b893a26520e4a09549785301c1c7371b9d83c655d78e5bf625ae07f87802
-SHA512 (octave-9.3.0.tar.xz) = 9550162681aee88b4bcb94c5081ed0470df0d3f7c5307b25878b94b19f1282002ba69f0c4c79877e81f61122bfba1b2671ed5007a28fbb2d755bda466a3c46d8
-Size (octave-9.3.0.tar.xz) = 27667832 bytes
+BLAKE2s (octave-9.4.0.tar.xz) = 9d2eaa16edfc86b088ae2cbdbfca00427bbce1761cbb40c0fd30c1bb47a9b154
+SHA512 (octave-9.4.0.tar.xz) = f0a5ec7d3a14ee18c9a48bab240004ed67ce475b7d5f67037a102d20585b2a78475f260efac33396697dac12c3c49cbabdb2c1370e608ca9ae8ef7954a4e2d92
+Size (octave-9.4.0.tar.xz) = 27658760 bytes
 SHA1 (patch-Makefile.in) = 7fe47cf88e4dff2eba360600f086f8361ec11535
 SHA1 (patch-configure.ac) = e39207866da3deaf269f73b4db2a5c3e2f91eadf
 SHA1 (patch-doc_interpreter_module.mk) = 66389cceddbe71fca0c8197275a839170d64ad5b



Home | Main Index | Thread Index | Old Index