From 55c16e41f940034c40f93ab6eabcb0d75d428445 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Wed, 19 Jan 2005 21:12:28 +0000 Subject: [PATCH] Update port: benchmarks/pear-Benchmark to 1.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit + update port: benchmarks/pear-Benchmark to 1.2.2 + add bcmath PHP extension dependency + changelog: http://pear.php.net/package/Benchmark/download/1.2.2/ PR: ports/76458 Submitted by: Antônio Carlos Venâncio Júnior --- benchmarks/pear-Benchmark/Makefile | 7 ++++--- benchmarks/pear-Benchmark/distinfo | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/benchmarks/pear-Benchmark/Makefile b/benchmarks/pear-Benchmark/Makefile index 2ddc1bc59721..e8806aed6bf3 100644 --- a/benchmarks/pear-Benchmark/Makefile +++ b/benchmarks/pear-Benchmark/Makefile @@ -6,19 +6,20 @@ # PORTNAME= Benchmark -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= benchmarks devel www pear MAINTAINER= antonio@php.net -COMMENT= Framework to benchmark PHP scripts or function calls +COMMENT= PEAR framework to benchmark PHP scripts or function calls BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} +USE_PHP= bcmath + CATEGORY= Benchmark FILES= Timer.php Iterate.php Profiler.php DOCS= timer_example.php - _DOCSDIR= doc .include diff --git a/benchmarks/pear-Benchmark/distinfo b/benchmarks/pear-Benchmark/distinfo index e65b47b1ee06..18c9b6349729 100644 --- a/benchmarks/pear-Benchmark/distinfo +++ b/benchmarks/pear-Benchmark/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/Benchmark-1.2.1.tgz) = 47114bf9e7ff959d8806a70de9ef36b7 -SIZE (PEAR/Benchmark-1.2.1.tgz) = 5732 +MD5 (PEAR/Benchmark-1.2.2.tgz) = 2308cfee599debba218ff1850bbf91c7 +SIZE (PEAR/Benchmark-1.2.2.tgz) = 5966