git: bcb46c73d3c0 - main - math/octave-forge-statistics-bootstrap: Make compatible with existing structure.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Dec 2022 01:15:50 UTC
The branch main has been updated by stephen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bcb46c73d3c08248c6bff7950341be546e423ae2
commit bcb46c73d3c08248c6bff7950341be546e423ae2
Author: Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2022-12-01 01:14:07 +0000
Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2022-12-01 01:14:07 +0000
math/octave-forge-statistics-bootstrap: Make compatible with existing structure.
The word "Depends" has to be capitalized for the FreeBSD packaging
system to work properly with the octave packaging system.
---
math/octave-forge-statistics-bootstrap/Makefile | 2 +-
math/octave-forge-statistics-bootstrap/files/patch-DESCRIPTION | 10 ++++++++--
2 files changed, 9 insertions(+), 3 deletions(-)
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,7 +1,7 @@
PORTNAME= octave-forge-statistics-bootstrap
DISTVERSIONPREFIX= v
DISTVERSION= 5.0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
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,5 +1,5 @@
---- ../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
@@ -7,3 +7,9 @@
date: 2022-10-10
author: Andrew Penn <andy.c.penn@gmail.com>
maintainer: Andrew Penn <andy.c.penn@gmail.com>
+@@ -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)