diff options
author | chuckr <chuckr@FreeBSD.org> | 2000-02-03 11:18:22 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 2000-02-03 11:18:22 +0800 |
commit | 3cddbcea2e1cf72f4a4f63c350d46a3c174b2e61 (patch) | |
tree | 06ff43ee59268c64f8462a0602049305a0ad48f6 /math/octave/Makefile | |
parent | 912b13cf2a0bb4cbf5691c8edba260b049e42cf5 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |