maintenance update, lightly tested on amd64. please test on other archs if possible.
Index: Makefile =================================================================== RCS file: /cvs/ports/math/octave/Makefile,v retrieving revision 1.83 diff -u -p -u -r1.83 Makefile --- Makefile 11 Mar 2016 20:28:27 -0000 1.83 +++ Makefile 9 Apr 2016 16:29:02 -0000 @@ -5,8 +5,7 @@ NOT_FOR_ARCHS = sparc COMMENT = high-level language for numerical computations -VERSION = 4.0.0 -REVISION = 3 +VERSION = 4.0.1 DISTNAME = octave-${VERSION} CATEGORIES = math Index: distinfo =================================================================== RCS file: /cvs/ports/math/octave/distinfo,v retrieving revision 1.15 diff -u -p -u -r1.15 distinfo --- distinfo 24 Jul 2015 14:54:01 -0000 1.15 +++ distinfo 9 Apr 2016 16:29:02 -0000 @@ -1,2 +1,2 @@ -SHA256 (octave-4.0.0.tar.gz) = TH7glX9d2Hfj/rnf4HrV85sxH5Nzky8NKiidyXzKMoA= -SIZE (octave-4.0.0.tar.gz) = 22206819 +SHA256 (octave-4.0.1.tar.gz) = DWDrji+50uy2GHL1+VKpg0P1CT/aVnLHxb1KoaYHysc= +SIZE (octave-4.0.1.tar.gz) = 22148725 Index: patches/patch-configure =================================================================== RCS file: /cvs/ports/math/octave/patches/patch-configure,v retrieving revision 1.7 diff -u -p -u -r1.7 patch-configure --- patches/patch-configure 5 Nov 2015 12:49:26 -0000 1.7 +++ patches/patch-configure 9 Apr 2016 16:29:02 -0000 @@ -1,10 +1,10 @@ -$OpenBSD: patch-configure,v 1.7 2015/11/05 12:49:26 pirofti Exp $ +$OpenBSD$ Use GNU readline as our base readline lacks rl_prefer_env_winsize. ---- configure.orig Sun Nov 1 01:33:48 2015 -+++ configure Sun Nov 1 01:36:34 2015 -@@ -39751,13 +39751,13 @@ fi +--- configure.orig Mon Mar 21 20:36:44 2016 ++++ configure Sun Apr 3 11:51:58 2016 +@@ -39741,13 +39741,13 @@ fi ac_octave_save_LIBS="$LIBS" LIBS="$TERM_LIBS" @@ -21,7 +21,7 @@ Use GNU readline as our base readline la cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -@@ -39796,7 +39796,7 @@ fi +@@ -39786,7 +39786,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_readline_rl_set_keyboard_input_timeout" >&5 $as_echo "$ac_cv_lib_readline_rl_set_keyboard_input_timeout" >&6; } if test "x$ac_cv_lib_readline_rl_set_keyboard_input_timeout" = xyes; then : Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/math/octave/pkg/PLIST,v retrieving revision 1.19 diff -u -p -u -r1.19 PLIST --- pkg/PLIST 24 Jul 2015 14:54:01 -0000 1.19 +++ pkg/PLIST 9 Apr 2016 16:29:03 -0000 @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.19 2015/07/24 14:54:01 feinerer Exp $ +@comment $OpenBSD: PLIST,v 1.18 2015/03/16 18:07:50 naddy Exp $ bin/mkoctfile @bin bin/mkoctfile-${VERSION} bin/octave @@ -875,37 +875,15 @@ libexec/octave/site/exec/${GNU_ARCH}/ share/appdata/ share/appdata/www.octave.org-octave.appdata.xml share/applications/www.octave.org-octave.desktop -share/icons/ -share/icons/hicolor/ -share/icons/hicolor/128x128/ -share/icons/hicolor/128x128/apps/ share/icons/hicolor/128x128/apps/octave.png -share/icons/hicolor/16x16/ -share/icons/hicolor/16x16/apps/ share/icons/hicolor/16x16/apps/octave.png -share/icons/hicolor/22x22/ -share/icons/hicolor/22x22/apps/ share/icons/hicolor/22x22/apps/octave.png -share/icons/hicolor/24x24/ -share/icons/hicolor/24x24/apps/ share/icons/hicolor/24x24/apps/octave.png -share/icons/hicolor/256x256/ -share/icons/hicolor/256x256/apps/ share/icons/hicolor/256x256/apps/octave.png -share/icons/hicolor/32x32/ -share/icons/hicolor/32x32/apps/ share/icons/hicolor/32x32/apps/octave.png -share/icons/hicolor/48x48/ -share/icons/hicolor/48x48/apps/ share/icons/hicolor/48x48/apps/octave.png -share/icons/hicolor/512x512/ -share/icons/hicolor/512x512/apps/ share/icons/hicolor/512x512/apps/octave.png -share/icons/hicolor/64x64/ -share/icons/hicolor/64x64/apps/ share/icons/hicolor/64x64/apps/octave.png -share/icons/hicolor/scalable/ -share/icons/hicolor/scalable/apps/ share/icons/hicolor/scalable/apps/octave.svg share/octave/ share/octave/${VERSION}/ @@ -1036,6 +1014,10 @@ share/octave/${VERSION}/etc/tests/fixed/ share/octave/${VERSION}/etc/tests/fixed/classes/@Pork/private/ share/octave/${VERSION}/etc/tests/fixed/classes/@Pork/private/myStash.m share/octave/${VERSION}/etc/tests/fixed/classes/@Pork/set.m +share/octave/${VERSION}/etc/tests/fixed/classes/@SizeTester/ +share/octave/${VERSION}/etc/tests/fixed/classes/@SizeTester/SizeTester.m +share/octave/${VERSION}/etc/tests/fixed/classes/@SizeTester/numel.m +share/octave/${VERSION}/etc/tests/fixed/classes/@SizeTester/size.m share/octave/${VERSION}/etc/tests/fixed/classes/@Sneetch/ share/octave/${VERSION}/etc/tests/fixed/classes/@Sneetch/Sneetch.m share/octave/${VERSION}/etc/tests/fixed/classes/@Sneetch/display.m @@ -1170,6 +1152,7 @@ share/octave/${VERSION}/etc/tests/libint share/octave/${VERSION}/etc/tests/libinterp/corefcn/dot.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/eig.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/ellipj.cc-tst +share/octave/${VERSION}/etc/tests/libinterp/corefcn/error.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/fft.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/fft2.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/file-io.cc-tst