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:           Sun Oct 19 17:40:28 UTC 2025

Modified Files:
        pkgsrc/math/octave: Makefile PLIST distinfo

Log Message:
octave: updated to 10.3.0

10.3.0

Many fixes and improvements that have been found since the release of Octave 10.2.0.
A list of important user-visible changes is available by selecting the Release Notes item in the News menu of the GUI or by typing news at the Octave command prompt.


To generate a diff of this commit:
cvs rdiff -u -r1.273 -r1.274 pkgsrc/math/octave/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/math/octave/PLIST
cvs rdiff -u -r1.75 -r1.76 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.273 pkgsrc/math/octave/Makefile:1.274
--- pkgsrc/math/octave/Makefile:1.273   Sun Oct  5 19:26:06 2025
+++ pkgsrc/math/octave/Makefile Sun Oct 19 17:40:28 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.273 2025/10/05 19:26:06 js Exp $
+# $NetBSD: Makefile,v 1.274 2025/10/19 17:40:28 adam Exp $
 
-DISTNAME=      octave-10.2.0
-PKGREVISION=   3
+DISTNAME=      octave-10.3.0
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_GNU:=octave/}
 EXTRACT_SUFX=  .tar.xz
@@ -129,6 +128,6 @@ post-install:
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../textproc/rapidjson/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
-.include "../../x11/fltk13/buildlink3.mk"
+.include "../../x11/fltk/buildlink3.mk"
 .include "../../mk/blas.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/octave/PLIST
diff -u pkgsrc/math/octave/PLIST:1.43 pkgsrc/math/octave/PLIST:1.44
--- pkgsrc/math/octave/PLIST:1.43       Wed May 14 05:24:28 2025
+++ pkgsrc/math/octave/PLIST    Sun Oct 19 17:40:28 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.43 2025/05/14 05:24:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.44 2025/10/19 17:40:28 adam Exp $
 bin/${PKGNAME}
 bin/mkoctfile
 bin/mkoctfile-${PKGVERSION}
@@ -1231,6 +1231,8 @@ share/octave/${PKGVERSION}/etc/tests/fix
 share/octave/${PKGVERSION}/etc/tests/fixed/load-path/in-load-path/load_path_fcn.m
 share/octave/${PKGVERSION}/etc/tests/fixed/load-path/not-in-load-path/load_path_fcn.m
 share/octave/${PKGVERSION}/etc/tests/fixed/load-path/refresh-load-path.tst
+share/octave/${PKGVERSION}/etc/tests/fixed/load-path/shadowed-builtin/quad.m
+share/octave/${PKGVERSION}/etc/tests/fixed/load-path/shadowed-corelib/plot.m
 share/octave/${PKGVERSION}/etc/tests/fixed/local-functions/local-functions.tst
 share/octave/${PKGVERSION}/etc/tests/fixed/local-functions/local_function_eval.m
 share/octave/${PKGVERSION}/etc/tests/fixed/logical-index.tst

Index: pkgsrc/math/octave/distinfo
diff -u pkgsrc/math/octave/distinfo:1.75 pkgsrc/math/octave/distinfo:1.76
--- pkgsrc/math/octave/distinfo:1.75    Thu Jun  5 10:59:35 2025
+++ pkgsrc/math/octave/distinfo Sun Oct 19 17:40:28 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.75 2025/06/05 10:59:35 adam Exp $
+$NetBSD: distinfo,v 1.76 2025/10/19 17:40:28 adam Exp $
 
-BLAKE2s (octave-10.2.0.tar.xz) = daf84dc03f897d7899d3d8a6ab84e31ed84dd581451c4f09f385dfc07ad714c6
-SHA512 (octave-10.2.0.tar.xz) = 4ba4d65e326ab85ffcf8864b073910b8ec5ecaba96d18cffa2b13e8f38e5382e7a200bd9bc8838c47b947edcf8388ad3dd749e2d4f529f1f110946d99adf188f
-Size (octave-10.2.0.tar.xz) = 27794648 bytes
+BLAKE2s (octave-10.3.0.tar.xz) = 147e3c6dd9951fd1a51b2ea95e47c896d2f82cf146c00274264cd2592aec68f9
+SHA512 (octave-10.3.0.tar.xz) = 4ac8cc554b008721e5bfaa814ff6d7d88a4e43690fe828d5e9953732ca535b2528df3a43bc2a81c71ddc1cb7295b49087e102f1566857fb40e8d42631443ce4c
+Size (octave-10.3.0.tar.xz) = 27828832 bytes
 SHA1 (patch-Makefile.in) = 7fe47cf88e4dff2eba360600f086f8361ec11535
 SHA1 (patch-aclocal.m4) = a609efe907bcf4be34b1ffe21a5f6e00f52cb371
 SHA1 (patch-configure.ac) = e39207866da3deaf269f73b4db2a5c3e2f91eadf



Home | Main Index | Thread Index | Old Index