Bugfix update to 0.7107

This commit is contained in:
giovanni 2015-09-02 14:41:20 +00:00
parent c66b1baae9
commit dc9d495f60
3 changed files with 15 additions and 13 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2013/03/11 10:50:13 espie Exp $
# $OpenBSD: Makefile,v 1.10 2015/09/02 14:41:20 giovanni Exp $
COMMENT= benchmarking with statistical confidence
MODULES= cpan
DISTNAME= Benchmark-Timer-0.7102
DISTNAME= Benchmark-Timer-0.7107
CATEGORIES= devel benchmarks
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
@ -13,4 +13,6 @@ PERMIT_PACKAGE_CDROM= Yes
BUILD_DEPENDS = devel/p5-Module-Install
MAKE_ENV = TEST_POD=Yes
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Benchmark-Timer-0.7102.tar.gz) = AURmmcx/1Wy8Yx0WrXPpFYor9jorBF0aHSo+mOryib4=
SIZE (Benchmark-Timer-0.7102.tar.gz) = 31219
SHA256 (Benchmark-Timer-0.7107.tar.gz) = ZPcPq8iWI2Ugv79Dwmg/3LDyxjfXczOu0P2Sa5Iia2A=
SIZE (Benchmark-Timer-0.7107.tar.gz) = 45734

View File

@ -1,13 +1,13 @@
$OpenBSD: patch-Makefile_PL,v 1.3 2011/05/13 13:20:31 giovanni Exp $
--- Makefile.PL.orig Fri May 13 15:15:15 2011
+++ Makefile.PL Fri May 13 15:15:22 2011
@@ -13,9 +13,6 @@ test_requires (
'Test::More' => 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,
-check_optional('Statistics::PointEstimation' => 0,
- "Install Statistics::PointEstimation for statistical sampling support\n");
-
no_index ('delta.pl');
no_index('delta.pl');
no_index 'directory' => 'private-lib';
WriteAll();