aboutsummaryrefslogtreecommitdiffstats
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, 6 insertions, 4 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 8ebed25c8cad..fc0b938ae30a 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -1,14 +1,16 @@
# New ports collection makefile for: octave
-# Version required: 2.0.13
+# Version required: 2.0.14
# Date created: 8 September 1998
# Whom: chuckr@freebsd.org
#
# $FreeBSD$
#
-DISTNAME= octave-2.0.13
+DISTNAME= octave-2.0.14
CATEGORIES= math
-MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/
+#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/
MAINTAINER= chuckr@FreeBSD.org
@@ -22,7 +24,7 @@ GNU_HOST= ${ARCH}-portbld-freebsd${OSREL}
.else
GNU_HOST= ${ARCH}-portbld-freebsdaout${OSREL}
.endif
-OCTAVE_VERSION= 2.0.13
+OCTAVE_VERSION= 2.0.14
PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} GNU_HOST=${GNU_HOST}
USE_GMAKE= yes