Date: Wed, 3 Nov 2021 17:54:47 GMT From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f98aee884fd6 - main - math/octave: Update to 6.4.0. Message-ID: <202111031754.1A3Hslpd029648@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=f98aee884fd688158771aa3d33cb6962ac7fe37c commit f98aee884fd688158771aa3d33cb6962ac7fe37c Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2021-11-03 17:54:21 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2021-11-03 17:54:21 +0000 math/octave: Update to 6.4.0. --- math/octave/Makefile | 1 - math/octave/Makefile.version | 2 +- math/octave/distinfo | 6 +++--- math/octave/pkg-plist | 6 ++++++ 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/math/octave/Makefile b/math/octave/Makefile index da7c7d7f65a9..72e343c7c677 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -2,7 +2,6 @@ PORTNAME= octave PORTVERSION= ${OCTAVE_VERSION} -PORTREVISION= 3 CATEGORIES= math MASTER_SITES= GNU diff --git a/math/octave/Makefile.version b/math/octave/Makefile.version index 6fa196be9fb0..7c3814200b0c 100644 --- a/math/octave/Makefile.version +++ b/math/octave/Makefile.version @@ -1,2 +1,2 @@ # Version to share with ports depending on octave -OCTAVE_VERSION= 6.3.0 +OCTAVE_VERSION= 6.4.0 diff --git a/math/octave/distinfo b/math/octave/distinfo index 16e6896043eb..261cdbe1e83f 100644 --- a/math/octave/distinfo +++ b/math/octave/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626389174 -SHA256 (octave-6.3.0.tar.xz) = fb472cb957c748670391cbc3385ff230cf44832bc314fee359e43c69cf9da5ef -SIZE (octave-6.3.0.tar.xz) = 25330580 +TIMESTAMP = 1635957958 +SHA256 (octave-6.4.0.tar.xz) = 6c1555f5aff0e655b88cad8e8bc2b740ec3a6f3f61898e4997359c2af55e5d20 +SIZE (octave-6.4.0.tar.xz) = 25354780 diff --git a/math/octave/pkg-plist b/math/octave/pkg-plist index 284639a6047f..dc30895aef33 100644 --- a/math/octave/pkg-plist +++ b/math/octave/pkg-plist @@ -955,6 +955,12 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59937/eval_global_script.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-60237/bug-60237.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-60237/bug_60237.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-61105/bug-61105.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-61105/nested_test_1.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-61105/nested_test_2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-61105/nested_test_3.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-61191/bug-61191.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-61191/subdir/bug_61191.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/bug_59989.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/class-concat/@foo/foo.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/class-concat/class-concat.tst
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111031754.1A3Hslpd029648>