aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorstephen <stephen@FreeBSD.org>2012-04-16 21:37:57 +0800
committerstephen <stephen@FreeBSD.org>2012-04-16 21:37:57 +0800
commit9d9a86a5c08809b8937eff3aafa8f52b01f5cf94 (patch)
treede23254d31a7a4cba94ac2f78c9cb4d7951874c1 /math
parent189d32f58e41a37f717626a813165c2ce0fad3de (diff)
downloadfreebsd-ports-gnome-9d9a86a5c08809b8937eff3aafa8f52b01f5cf94.tar.gz
freebsd-ports-gnome-9d9a86a5c08809b8937eff3aafa8f52b01f5cf94.tar.zst
freebsd-ports-gnome-9d9a86a5c08809b8937eff3aafa8f52b01f5cf94.zip
- Update to 0.8.2.
Diffstat (limited to 'math')
-rw-r--r--math/octave-forge-odepkg/Makefile3
-rw-r--r--math/octave-forge-odepkg/distinfo4
-rw-r--r--math/octave-forge-odepkg/files/patch-odepkg_auxiliary_functions.cc13
3 files changed, 3 insertions, 17 deletions
diff --git a/math/octave-forge-odepkg/Makefile b/math/octave-forge-odepkg/Makefile
index 2027e610d292..e2907da1e8ea 100644
--- a/math/octave-forge-odepkg/Makefile
+++ b/math/octave-forge-odepkg/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= octave-forge-odepkg
-PORTVERSION= 0.8.0
-PORTREVISION= 3
+PORTVERSION= 0.8.2
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
diff --git a/math/octave-forge-odepkg/distinfo b/math/octave-forge-odepkg/distinfo
index 9bcfa882a2e0..51c9e14eff3c 100644
--- a/math/octave-forge-odepkg/distinfo
+++ b/math/octave-forge-odepkg/distinfo
@@ -1,2 +1,2 @@
-SHA256 (octave-forge/odepkg-0.8.0.tar.gz) = 7f1decc3bbabb9afb52c82ca1a49feb1b2baed03e375a0d0dd9297d0b36e6b0f
-SIZE (octave-forge/odepkg-0.8.0.tar.gz) = 869589
+SHA256 (octave-forge/odepkg-0.8.2.tar.gz) = c8b5c3247dc4e02f0cbbde8b631d7185ca370b520b95c26c5dd98f661c7c9b26
+SIZE (octave-forge/odepkg-0.8.2.tar.gz) = 872725
diff --git a/math/octave-forge-odepkg/files/patch-odepkg_auxiliary_functions.cc b/math/octave-forge-odepkg/files/patch-odepkg_auxiliary_functions.cc
deleted file mode 100644
index 5423b8e7ada6..000000000000
--- a/math/octave-forge-odepkg/files/patch-odepkg_auxiliary_functions.cc
+++ /dev/null
@@ -1,13 +0,0 @@
---- odepkg_auxiliary_functions.cc-orig 2012-03-30 23:51:38.000000000 +0000
-+++ odepkg_auxiliary_functions.cc 2012-03-30 23:52:36.000000000 +0000
-@@ -454,8 +454,8 @@
- // eg. if the code should be debuged or something like this
- vt = octave_value (vtstore);
- vy = octave_value (vystore);
-- vt.print_with_name (octave_stdout, "vt", true);
-- vy.print_with_name (octave_stdout, "vy", true);
-+ vt.print_with_name (octave_stdout, "vt");
-+ vy.print_with_name (octave_stdout, "vy");
- break;
- }
-