bugfix update to 0.7112

This commit is contained in:
giovanni 2019-08-03 09:40:45 +00:00
parent be54f300dc
commit 1a19b7ccd2
3 changed files with 4 additions and 17 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.12 2019/07/12 20:44:45 sthen Exp $
# $OpenBSD: Makefile,v 1.13 2019/08/03 09:40:45 giovanni Exp $
COMMENT= benchmarking with statistical confidence
MODULES= cpan
PKG_ARCH= *
DISTNAME= Benchmark-Timer-0.7107
DISTNAME= Benchmark-Timer-0.7112
CATEGORIES= devel benchmarks
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>

View File

@ -1,2 +1,2 @@
SHA256 (Benchmark-Timer-0.7107.tar.gz) = ZPcPq8iWI2Ugv79Dwmg/3LDyxjfXczOu0P2Sa5Iia2A=
SIZE (Benchmark-Timer-0.7107.tar.gz) = 45734
SHA256 (Benchmark-Timer-0.7112.tar.gz) = AnhEfZrZ13PVmk69bbiv6t3oHI+l1qhzj159V44qQC4=
SIZE (Benchmark-Timer-0.7112.tar.gz) = 47756

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-Makefile_PL,v 1.4 2015/09/02 14:41:20 giovanni Exp $
--- Makefile.PL.orig Mon Apr 27 00:40:24 2015
+++ Makefile.PL Wed Sep 2 16:35:48 2015
@@ -20,9 +20,6 @@ test_requires(
'Test::More' => 0,
);
-check_optional('Statistics::PointEstimation' => 0,
- "Install Statistics::PointEstimation for statistical sampling support\n");
-
no_index('delta.pl');
no_index 'directory' => 'private-lib';