aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2022-12-01 01:14:07 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2022-12-01 01:14:07 +0000
commitbcb46c73d3c08248c6bff7950341be546e423ae2 (patch)
tree2a3d617744da921a7ec78bb81a7fa10305d85f7d
parent634ed29b7bad094014cfd0b5136306d253eb95ef (diff)
downloadports-bcb46c73d3c08248c6bff7950341be546e423ae2.tar.gz
ports-bcb46c73d3c08248c6bff7950341be546e423ae2.zip
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.
-rw-r--r--math/octave-forge-statistics-bootstrap/Makefile2
-rw-r--r--math/octave-forge-statistics-bootstrap/files/patch-DESCRIPTION10
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)