diff options
author | chuckr <chuckr@FreeBSD.org> | 2000-06-23 02:29:31 +0000 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 2000-06-23 02:29:31 +0000 |
commit | b7dfcf507a57e23198a3daa816e366a4af466fb0 (patch) | |
tree | 22883c2e93e8dbdb245bd16beed49e2c82a03e9f /math/octave/Makefile | |
parent | aed106fae5b9ef28003ccf423f52bc9dac2c9528 (diff) | |
download | FreeBSD-ports-b7dfcf507a57e23198a3daa816e366a4af466fb0.zip FreeBSD-ports-b7dfcf507a57e23198a3daa816e366a4af466fb0.tar.gz |
Update octave to version 2.1.30 (bleeding-edge version).
Diffstat (limited to 'math/octave/Makefile')
-rw-r--r-- | math/octave/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 4a0d853b..7fe07b5 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -6,11 +6,11 @@ # PORTNAME= octave -PORTVERSION= 2.0.16 +PORTVERSION= 2.1.30 CATEGORIES= math -#MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/ -MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/ \ - ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/ +MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/bleeding-edge/ \ + ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/ +USE_BZIP2= yes MAINTAINER= chuckr@FreeBSD.org @@ -24,7 +24,7 @@ GNU_HOST= ${ARCH}-portbld-freebsd${OSREL} .else GNU_HOST= ${ARCH}-portbld-freebsdaout${OSREL} .endif -OCTAVE_VERSION= 2.0.16 +OCTAVE_VERSION= 2.1.30 PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} GNU_HOST=${GNU_HOST} USE_GMAKE= yes |