diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-financial/Makefile | 5 | ||||
-rw-r--r-- | math/octave-forge-financial/distinfo | 6 | ||||
-rw-r--r-- | math/octave-forge/Makefile | 3 |
3 files changed, 6 insertions, 8 deletions
diff --git a/math/octave-forge-financial/Makefile b/math/octave-forge-financial/Makefile index beb5587f00a6..ae647de46802 100644 --- a/math/octave-forge-financial/Makefile +++ b/math/octave-forge-financial/Makefile @@ -1,6 +1,5 @@ PORTNAME= octave-forge-financial -PORTVERSION= 0.5.3 -PORTREVISION= 11 +PORTVERSION= 0.5.4 CATEGORIES= math MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} @@ -15,8 +14,6 @@ LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING RUN_DEPENDS= ${OCTAVE_TARBALLS_DIR}/io.tar.gz:math/octave-forge-io \ ${OCTAVE_TARBALLS_DIR}/statistics.tar.gz:math/octave-forge-statistics -BROKEN= does not install with octave version >= 9.1.0 - USES= octave NO_ARCH= yes diff --git a/math/octave-forge-financial/distinfo b/math/octave-forge-financial/distinfo index 1b6d83598d91..0728d676b6de 100644 --- a/math/octave-forge-financial/distinfo +++ b/math/octave-forge-financial/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1542397369 -SHA256 (octave-forge/financial-0.5.3.tar.gz) = ae6ef255597567c79e15f2b78e2d22febf43bc0d679de7ca6c79f36b9e1f2639 -SIZE (octave-forge/financial-0.5.3.tar.gz) = 80482 +TIMESTAMP = 1750880519 +SHA256 (octave-forge/financial-0.5.4.tar.gz) = 0b906886b4c754c683ad5f464dba797743af5d1faccd032357986f38d16d3fbb +SIZE (octave-forge/financial-0.5.4.tar.gz) = 80390 diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index 8aa9fd1b7535..c7deaaa6d266 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -1,5 +1,6 @@ PORTNAME= octave-forge PORTVERSION= 20250525 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -37,7 +38,7 @@ OPTIONS_DEFINE= AUDIO ACTUARIAL AUTOMATIC_DIFFERENTIATION \ TSA VIDEO VELAS \ WEBSOCKETS ZENITY ZEROMQ -OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NBIOINFO:NCHARTJS:NDATA_SMOOTHING:NDATABASE:NECONOMETRICS:NFINANCIAL:NFITS:NGNUPLOT:NINFORMATIONTHEORY:NIRSA:NLEVEL_SET:NMECHANICS:NMPI:NNNET:NNLWING2:NPIQP:NPLOT:NOPTIM:NSYMBAND:NSPECFUN} +OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NBIOINFO:NCHARTJS:NDATA_SMOOTHING:NDATABASE:NECONOMETRICS:NFITS:NGNUPLOT:NINFORMATIONTHEORY:NIRSA:NLEVEL_SET:NMECHANICS:NMPI:NNNET:NNLWING2:NPIQP:NPLOT:NOPTIM:NSYMBAND:NSPECFUN} OCTAVE_TARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs |