diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-11-20 19:06:36 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-11-20 19:06:36 +0000 |
commit | 30f8b3ea1a6103be5033296320addac5a757700b (patch) | |
tree | e604aa7eafe3330895308371ef79243616746036 /math/octave | |
parent | aecc1f4df978eafdf3723286d0f2edb6e1403493 (diff) | |
download | ports-30f8b3ea1a6103be5033296320addac5a757700b.tar.gz ports-30f8b3ea1a6103be5033296320addac5a757700b.zip |
- Because of r233240, portrevision should have been bumped.
PR: ports/233357
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch>
Notes
Notes:
svn path=/head/; revision=485464
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index b17d3ce82b1b..a56f42a371ba 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= ${OCTAVE_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math java MASTER_SITES= GNU |