diff options
author | steve <steve@FreeBSD.org> | 1999-12-29 16:54:21 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-29 16:54:21 +0800 |
commit | ae8934a13d0901d1b921acb3e7f73fcb7d9d06d7 (patch) | |
tree | 81ee730d3c4ef24d45c9ff4f1e98b2e0b1ae20ef /math/octave/Makefile | |
parent | 3e82f3fd212f4b75734cd82883e24d4c2e47dc70 (diff) | |
download | freebsd-ports-gnome-ae8934a13d0901d1b921acb3e7f73fcb7d9d06d7.tar.gz freebsd-ports-gnome-ae8934a13d0901d1b921acb3e7f73fcb7d9d06d7.tar.zst freebsd-ports-gnome-ae8934a13d0901d1b921acb3e7f73fcb7d9d06d7.zip |
Update to version 2.0.14.
PR: 11504
Submitted by: nakai@tsl.pe.u-tokyo.ac.jp
Diffstat (limited to 'math/octave/Makefile')
-rw-r--r-- | math/octave/Makefile | 10 |
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 |