Update to 0.7102

This commit is contained in:
giovanni 2011-05-13 13:20:31 +00:00
parent 9c8286b555
commit 11d1625827
3 changed files with 11 additions and 13 deletions

View File

@ -1,12 +1,10 @@
# $OpenBSD: Makefile,v 1.7 2010/12/03 11:44:27 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.8 2011/05/13 13:20:31 giovanni Exp $
COMMENT= benchmarking with statistical confidence
MODULES= cpan
DISTNAME= Benchmark-Timer-0.7101
REVISION= 0
DISTNAME= Benchmark-Timer-0.7102
CATEGORIES= devel benchmarks
USE_GROFF = Yes
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>

View File

@ -1,5 +1,5 @@
MD5 (Benchmark-Timer-0.7101.tar.gz) = DAQjnZQGgEJrQ52OHILWVQ==
RMD160 (Benchmark-Timer-0.7101.tar.gz) = /VknaHlX4fbrsuaDmOqs916Okz0=
SHA1 (Benchmark-Timer-0.7101.tar.gz) = WPI3tCyN4mCS3jjKe+2fMOre+M8=
SHA256 (Benchmark-Timer-0.7101.tar.gz) = JuHLuj/kFp2WbXM+B5VpTE3cpZK/VnJpuPbVawJXBEw=
SIZE (Benchmark-Timer-0.7101.tar.gz) = 28630
MD5 (Benchmark-Timer-0.7102.tar.gz) = 15qF691FijS16Xm2NvUSiw==
RMD160 (Benchmark-Timer-0.7102.tar.gz) = a5Ixxq7h34Xb0nM6kkgHLeYJCy0=
SHA1 (Benchmark-Timer-0.7102.tar.gz) = 2XfVRzsGrRIUHFfsYoyqid6RgdM=
SHA256 (Benchmark-Timer-0.7102.tar.gz) = AURmmcx/1Wy8Yx0WrXPpFYor9jorBF0aHSo+mOryib4=
SIZE (Benchmark-Timer-0.7102.tar.gz) = 31219

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-Makefile_PL,v 1.2 2009/04/02 14:04:19 giovanni Exp $
--- Makefile.PL.orig Tue Jul 15 13:46:25 2008
+++ Makefile.PL Wed Apr 1 19:15:37 2009
$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,
);
-check_optional ( 'Statistics::PointEstimation' => 0,
- 'Install Statistics::PointEstimation for statistical sampling support');
- "Install Statistics::PointEstimation for statistical sampling support\n");
-
no_index ('delta.pl');