diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | math/Makefile | 2 | ||||
-rw-r--r-- | math/octave-forge-statistics-bootstrap/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-statistics-resampling/Makefile (renamed from math/octave-forge-statistics-bootstrap/Makefile) | 8 | ||||
-rw-r--r-- | math/octave-forge-statistics-resampling/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-statistics-resampling/pkg-descr (renamed from math/octave-forge-statistics-bootstrap/pkg-descr) | 5 | ||||
-rw-r--r-- | math/octave-forge/Makefile | 4 |
7 files changed, 15 insertions, 11 deletions
@@ -8183,3 +8183,4 @@ mail/mailsync||2023-12-16|Has expired: Depends on outdated mail/cclient mail/cclient|mail/panda-cclient|2023-12-16|Has expired: Last upstream release was in 2007 so use the fork mail/panda-cclient www/yanopaste||2023-12-18|Has expired: Last upstream release was in 2011 www/py-yt-dlp-devel|www/py-yt-dlp|2023-12-22|Remove the -devel suffix +math/octave-forge-statistics-bootstrap|math/octave-forge-statistics-resampling|2023-12-24|Name change upstream diff --git a/math/Makefile b/math/Makefile index e9be23adebf1..89953b27a37c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -640,7 +640,7 @@ SUBDIR += octave-forge-splines SUBDIR += octave-forge-sqlite SUBDIR += octave-forge-statistics - SUBDIR += octave-forge-statistics-bootstrap + SUBDIR += octave-forge-statistics-resampling SUBDIR += octave-forge-stk SUBDIR += octave-forge-strings SUBDIR += octave-forge-struct diff --git a/math/octave-forge-statistics-bootstrap/distinfo b/math/octave-forge-statistics-bootstrap/distinfo deleted file mode 100644 index 7d5a0f1226fd..000000000000 --- a/math/octave-forge-statistics-bootstrap/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1703370871 -SHA256 (octave-forge/gnu-octave-statistics-bootstrap-v5.4.3_GH0.tar.gz) = 6349c6a2f526d313c68fdbcf3e3ec017188d7c9dc48a58c8eb304206602ebff2 -SIZE (octave-forge/gnu-octave-statistics-bootstrap-v5.4.3_GH0.tar.gz) = 1188708 diff --git a/math/octave-forge-statistics-bootstrap/Makefile b/math/octave-forge-statistics-resampling/Makefile index aace1e941486..13d9b409846e 100644 --- a/math/octave-forge-statistics-bootstrap/Makefile +++ b/math/octave-forge-statistics-resampling/Makefile @@ -1,6 +1,6 @@ -PORTNAME= octave-forge-statistics-bootstrap +PORTNAME= octave-forge-statistics-resampling DISTVERSIONPREFIX= v -DISTVERSION= 5.4.3 +DISTVERSION= 5.4.4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -13,10 +13,12 @@ LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING USES= octave USE_GITHUB= yes GH_ACCOUNT= gnu-octave -GH_PROJECT= statistics-bootstrap +GH_PROJECT= statistics-resampling OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} ALL_TARGET= make +CONFLICTS_INSTALL= octave-forge-statistics-bootstrap + .include <bsd.port.mk> diff --git a/math/octave-forge-statistics-resampling/distinfo b/math/octave-forge-statistics-resampling/distinfo new file mode 100644 index 000000000000..1f924e53b5b3 --- /dev/null +++ b/math/octave-forge-statistics-resampling/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1703434597 +SHA256 (octave-forge/gnu-octave-statistics-resampling-v5.4.4_GH0.tar.gz) = 47ce0bc5f1f70e45d9be14f7fe1dd4aa3ab36b92709358cdec1c1369c32e81af +SIZE (octave-forge/gnu-octave-statistics-resampling-v5.4.4_GH0.tar.gz) = 1188643 diff --git a/math/octave-forge-statistics-bootstrap/pkg-descr b/math/octave-forge-statistics-resampling/pkg-descr index cadaa3d2687c..42236157c64f 100644 --- a/math/octave-forge-statistics-bootstrap/pkg-descr +++ b/math/octave-forge-statistics-resampling/pkg-descr @@ -3,7 +3,8 @@ which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. -This is statistics-bootstrap. +This is statistics-resampling. Estimate bias, uncertainty (standard errors and confidence intervals) and -test hypotheses (p-values) using bootstrap resampling methods. +test hypotheses (p-values) using resampling methods. (Note that versions of +this package <= 5.4.3 are named the statistics-bootstrap package). diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index 7150c1866ae5..81c9c96d7b84 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge PORTVERSION= 20230902 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -30,7 +30,7 @@ OPTIONS_DEFINE= AUDIO ACTUARIAL AUTOMATIC_DIFFERENTIATION \ QUEUEING SECS1D SECS2D SECS3D SIGNAL SIMP SOCKETS SOLE \ SPECFUN \ SPARSERSB SPECIAL_MATRIX SPLINES SQLITE STATISTICS \ - STATISTICS_BOOTSTRAP STK STRINGS \ + STATISTICS_RESAMPLING STK STRINGS \ STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TSA VIDEO VELAS \ WEBSOCKETS ZENITY ZEROMQ |