diff options
author | asau <asau@pkgsrc.org> | 2012-09-13 23:39:14 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-13 23:39:14 +0000 |
commit | fd36ea9d39df4c6e302cca060c19a4fcadcee8cc (patch) | |
tree | d933e4b672662c9c63db3dab55d99c7f62c41914 /math | |
parent | 071e8d75dada1d27fc30716e2b758cc834498274 (diff) | |
download | pkgsrc-fd36ea9d39df4c6e302cca060c19a4fcadcee8cc.tar.gz |
Update to Octave 3.6.3
Mostly bug and documentation fixes.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 4 | ||||
-rw-r--r-- | math/octave/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 89c42b8cb2b..008b1f80a54 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2012/09/11 23:04:25 asau Exp $ +# $NetBSD: Makefile,v 1.103 2012/09/13 23:39:14 asau Exp $ DISTNAME= octave-${OCTAVE_VER} CATEGORIES= math @@ -15,7 +15,7 @@ BUILD_DEPENDS+= gperf>=2.7:../../devel/gperf BUILD_DEPENDS+= teTeX-[0-9]*:../../print/teTeX DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot -OCTAVE_VER= 3.6.2 +OCTAVE_VER= 3.6.3 .if (${MACHINE_ARCH} == "arm32") BROKEN= Internal compiler error occurs on arm32 (even with gcc-2.95.3) diff --git a/math/octave/distinfo b/math/octave/distinfo index e40ba2de6a4..50a1dc643ea 100644 --- a/math/octave/distinfo +++ b/math/octave/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.33 2012/07/05 19:18:29 asau Exp $ +$NetBSD: distinfo,v 1.34 2012/09/13 23:39:14 asau Exp $ -SHA1 (octave-3.6.2.tar.bz2) = 145fef0122268086727a60e1c33e29d56fd546d7 -RMD160 (octave-3.6.2.tar.bz2) = 1bf26b238d2bba461c5902d091088533c733439b -Size (octave-3.6.2.tar.bz2) = 15418829 bytes +SHA1 (octave-3.6.3.tar.bz2) = e8bd0c0b33ab9714ddb524f2258546c3536f0628 +RMD160 (octave-3.6.3.tar.bz2) = 1b0f75da1efc77cef0698a7affe56a477430cc1f +Size (octave-3.6.3.tar.bz2) = 15602522 bytes SHA1 (patch-fflush-fpos_t.c) = 24ed7f95f8431b59bc5ee0dfb0e6624b8029f512 SHA1 (patch-fseeko-fpos_t.c) = ca846a014f9adfd47f7bbcf6557bf26a53f4a8e9 SHA1 (patch-libgnu_string.in.h) = 4af39b76faa3ac90454a9d664919b7a6cd45fa9d |