diff --git a/math/octave-forge-statistics-bootstrap/Makefile b/math/octave-forge-statistics-bootstrap/Makefile index a806aa5c3787..161741149f3f 100644 --- a/math/octave-forge-statistics-bootstrap/Makefile +++ b/math/octave-forge-statistics-bootstrap/Makefile @@ -1,33 +1,33 @@ PORTNAME= octave-forge-statistics-bootstrap DISTVERSIONPREFIX= v DISTVERSION= 5.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} WWW= https://packages.octave.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= gnu-octave GH_PROJECT= statistics-bootstrap # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${GH_PROJECT}-${DISTVERSION} WRKSRC= ${WRKDIR}/${OCTSRC}/src ALL_TARGET= make RUN_DEPENDS+= ${TARBALLS_DIR}/statistics.tar.gz:math/octave-forge-statistics .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${OCTAVE_DISTNAME}.tar.gz ${OCTSRC} .include diff --git a/math/octave-forge-statistics-bootstrap/files/patch-DESCRIPTION b/math/octave-forge-statistics-bootstrap/files/patch-DESCRIPTION index fef9d32199dd..62d33a364c8f 100644 --- a/math/octave-forge-statistics-bootstrap/files/patch-DESCRIPTION +++ b/math/octave-forge-statistics-bootstrap/files/patch-DESCRIPTION @@ -1,9 +1,15 @@ ---- ../DESCRIPTION.orig 2022-10-25 00:32:14.447435000 -0500 -+++ ../DESCRIPTION 2022-10-25 00:32:21.641290000 -0500 +--- ../DESCRIPTION.orig 2022-10-24 04:22:27.000000000 -0500 ++++ ../DESCRIPTION 2022-11-30 19:04:20.442043000 -0600 @@ -1,5 +1,5 @@ name: statistics-bootstrap -version: 5.0.1 +version: 5.0.2 date: 2022-10-10 author: Andrew Penn maintainer: Andrew Penn +@@ -11,4 +11,4 @@ + of the bootstrap are included that improve the coverage and + accuracy of bootstrap confidence intervals for small samples. + License: GPLv3+ +-depends: octave (>= 6.1.0), statistics (>= 1.5.0) ++Depends: octave (>= 6.1.0), statistics (>= 1.5.0)