From 5cbaf9996773f306fe712cde6ea5ca14d698e8cc Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 19 Mar 2006 22:18:17 +0000 Subject: [PATCH] - Update to 1.2 PR: ports/94705 Submitted by: Alexander Zhuravlev (maintainer) --- security/pecl-hash/Makefile | 12 +++--------- security/pecl-hash/distinfo | 6 +++--- security/pecl-hash/pkg-descr | 2 +- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/security/pecl-hash/Makefile b/security/pecl-hash/Makefile index 07854b2bfb2c..f3e2d27633dc 100644 --- a/security/pecl-hash/Makefile +++ b/security/pecl-hash/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hash -DISTVERSION= 1.1 +DISTVERSION= 1.2 CATEGORIES= security www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= zaa@zaa.pp.ru -COMMENT= pHASH Message Digest Framework for PHP +COMMENT= HASH Message Digest Framework for PHP USE_PHP= yes USE_PHPIZE= yes @@ -22,10 +22,4 @@ USE_PHPEXT= yes DEFAULT_PHP_VER=5 PHP_MODNAME= hash -.include - -.if ${PHP_VER} == 4 -IGNORE= requires PHP version 5.0.3 or higher -.endif - -.include +.include diff --git a/security/pecl-hash/distinfo b/security/pecl-hash/distinfo index 3ea05932ea2d..5751d00a56db 100644 --- a/security/pecl-hash/distinfo +++ b/security/pecl-hash/distinfo @@ -1,3 +1,3 @@ -MD5 (PECL/hash-1.1.tgz) = cf33b7b723fed4abfefe33b0ebce74b2 -SHA256 (PECL/hash-1.1.tgz) = 56b0e7104beec4b845705f7550586f883cc8f27c079959a3b05b0be1639dfcc4 -SIZE (PECL/hash-1.1.tgz) = 100713 +MD5 (PECL/hash-1.2.tgz) = cb163488ef822184b79accb50e6418b9 +SHA256 (PECL/hash-1.2.tgz) = 48bbcc079c7df3811036735c8b70530f218fc2776272335fa6b56688bb6db4da +SIZE (PECL/hash-1.2.tgz) = 102008 diff --git a/security/pecl-hash/pkg-descr b/security/pecl-hash/pkg-descr index 12d390d3882c..9459a9cff94f 100644 --- a/security/pecl-hash/pkg-descr +++ b/security/pecl-hash/pkg-descr @@ -2,7 +2,7 @@ Extension provides native implementations of common message digest algorithms using a generic factory method. At the moment it supports the following hashing algorithms: - * md4, md5 + * md2, md4, md5 * sha1, sha256, sha384, sha512 * ripemd128, ripemd160 * tiger128, tiger160, tiger192 (3 and 4 passes)