diff options
author | Maho Nakata <maho@FreeBSD.org> | 2012-04-11 02:56:00 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2012-04-11 02:56:00 +0000 |
commit | fcacda719d2ebcc5789cfcd21b75ad5115a88987 (patch) | |
tree | e7deef3268ee65b923db6f3801ef46450b09cebd /math | |
parent | 30c6d5e4f828ac0ab1d8d8a1fb43e621f56a9d2b (diff) | |
download | ports-fcacda719d2ebcc5789cfcd21b75ad5115a88987.tar.gz ports-fcacda719d2ebcc5789cfcd21b75ad5115a88987.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 5 | ||||
-rw-r--r-- | math/octave/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 66c2421a81d2..6d15f45bda37 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -6,8 +6,7 @@ # PORTNAME= octave -PORTVERSION= 3.4.3 -PORTREVISION= 2 +PORTVERSION= 3.6.1 CATEGORIES= math MASTER_SITES= ftp://ftp.gnu.org/gnu/octave/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/ @@ -126,7 +125,7 @@ post-install: @${FIND} -s $d -type d -depth | \ ${SED} -e 's,^${PREFIX}/,@dirrm ,' >> ${WRKDIR}/PLIST .endfor -.for d in ${PREFIX}/libexec/octave/${OCTAVE_VERSION} ${PREFIX}/libexec/octave/api-v45+ ${PREFIX}/libexec/octave/site ${PREFIX}/lib/octave/site +.for d in ${PREFIX}/libexec/octave/${OCTAVE_VERSION} ${PREFIX}/libexec/octave/api-v45+ ${PREFIX}/libexec/octave/api-v48+ ${PREFIX}/libexec/octave/site ${PREFIX}/lib/octave/site @${FIND} -s $d -type d -empty | \ ${SED} -e 's,^${PREFIX}/,@exec ${MKDIR} %D/,' \ -e 's,$$, 2>/dev/null || true,' >> ${WRKDIR}/PLIST diff --git a/math/octave/distinfo b/math/octave/distinfo index 112d16afeb1c..4f884e13094d 100644 --- a/math/octave/distinfo +++ b/math/octave/distinfo @@ -1,2 +1,2 @@ -SHA256 (octave-3.4.3.tar.bz2) = 94d119cc93a38465e9c00dd36b9cc063abbda7ae8cb39407cf88a2bddc9dc148 -SIZE (octave-3.4.3.tar.bz2) = 15085117 +SHA256 (octave-3.6.1.tar.bz2) = f8073ee7570d8ff78864868027ef1e08409a78e0798d8800fac67e7e714eadf6 +SIZE (octave-3.6.1.tar.bz2) = 15387369 |