aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-symband
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2024-03-16 23:28:02 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2024-03-16 23:28:02 +0000
commitc92f309e944f792808ba1c6124dd6f8ec75428a2 (patch)
treee5fa44c36a620f0d08e15b97f46f913851b206b4 /math/octave-forge-symband
parent512eb6bf9d3c023c61d83252627f7626e83bb78b (diff)
downloadports-c92f309e944f792808ba1c6124dd6f8ec75428a2.tar.gz
ports-c92f309e944f792808ba1c6124dd6f8ec75428a2.zip
math/octave: Update to 9.1.0.
math/octave-forge: Bump portrevision. Mark broken and set optional dependency to off in math/octave-forge: math/octave-forge-bioinfo math/octave-forge-coder math/octave-forge-financial math/octave-forge-fits math/octave-forge-fuzzy-logic-toolkit math/octave-forge-gnuplot math/octave-forge-informationtheory math/octave-forge-irsa math/octave-forge-level-set math/octave-forge-nnet math/octave-forge-plot math/octave-forge-queueing math/octave-forge-symband
Diffstat (limited to 'math/octave-forge-symband')
-rw-r--r--math/octave-forge-symband/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/octave-forge-symband/Makefile b/math/octave-forge-symband/Makefile
index 30b46dae8e74..deda95b87ba1 100644
--- a/math/octave-forge-symband/Makefile
+++ b/math/octave-forge-symband/Makefile
@@ -1,6 +1,6 @@
PORTNAME= octave-forge-symband
PORTVERSION= 1.0.10
-PORTREVISION= 29
+PORTREVISION= 30
CATEGORIES= math
MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Old%20Monolithic%20Releases/R2009-06-07
DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL}
@@ -12,10 +12,12 @@ WWW= https://packages.octave.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN= does not install with octave version >= 9.1.0
+
USES= octave
GNU_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/${OCTAVE_SRC}
+WRKSRC= ${WRKDIR}/${OCTAVE_SRC}
.include <bsd.port.mk>