From nobody Wed Nov 03 17:54:47 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5F12918257C6; Wed, 3 Nov 2021 17:54:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HkvYN0Ftvz3qxh; Wed, 3 Nov 2021 17:54:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A5D441CE6E; Wed, 3 Nov 2021 17:54:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1A3HslgO029649; Wed, 3 Nov 2021 17:54:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A3Hslpd029648; Wed, 3 Nov 2021 17:54:47 GMT (envelope-from git) Date: Wed, 3 Nov 2021 17:54:47 GMT Message-Id: <202111031754.1A3Hslpd029648@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Stephen Montgomery-Smith Subject: git: f98aee884fd6 - main - math/octave: Update to 6.4.0. List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: stephen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f98aee884fd688158771aa3d33cb6962ac7fe37c Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=f98aee884fd688158771aa3d33cb6962ac7fe37c commit f98aee884fd688158771aa3d33cb6962ac7fe37c Author: Stephen Montgomery-Smith AuthorDate: 2021-11-03 17:54:21 +0000 Commit: Stephen Montgomery-Smith 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