summaryrefslogtreecommitdiff
path: root/math/octave/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave/Makefile')
-rw-r--r--math/octave/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 4a0d853b8639..7fe07b5a8cac 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