aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave/Makefile
diff options
context:
space:
mode:
authorchuckr <chuckr@FreeBSD.org>2000-02-03 11:18:22 +0800
committerchuckr <chuckr@FreeBSD.org>2000-02-03 11:18:22 +0800
commit3cddbcea2e1cf72f4a4f63c350d46a3c174b2e61 (patch)
tree06ff43ee59268c64f8462a0602049305a0ad48f6 /math/octave/Makefile
parent912b13cf2a0bb4cbf5691c8edba260b049e42cf5 (diff)
downloadfreebsd-ports-gnome-3cddbcea2e1cf72f4a4f63c350d46a3c174b2e61.tar.gz
freebsd-ports-gnome-3cddbcea2e1cf72f4a4f63c350d46a3c174b2e61.tar.zst
freebsd-ports-gnome-3cddbcea2e1cf72f4a4f63c350d46a3c174b2e61.zip
Upgrade to version 2.0.16.
Submitted by: Bento logs.
Diffstat (limited to 'math/octave/Makefile')
-rw-r--r--math/octave/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index d2cb2d90b148..ad69e6cb3542 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -6,7 +6,7 @@
# $FreeBSD$
#
-DISTNAME= octave-2.0.15
+DISTNAME= octave-2.0.16
CATEGORIES= math
#MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/
MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/ \
@@ -24,7 +24,7 @@ GNU_HOST= ${ARCH}-portbld-freebsd${OSREL}
.else
GNU_HOST= ${ARCH}-portbld-freebsdaout${OSREL}
.endif
-OCTAVE_VERSION= 2.0.15
+OCTAVE_VERSION= 2.0.16
PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} GNU_HOST=${GNU_HOST}
USE_GMAKE= yes