diff options
author | pav <pav@FreeBSD.org> | 2006-03-20 06:18:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-20 06:18:17 +0800 |
commit | da5bcb57b5dd0efc75c84e3ca58853f022d0a99b (patch) | |
tree | 5000e949ecf483fb51c0eba45169508cb23b9ded /security | |
parent | c738324e46288297d3ed5c147006150cc449acab (diff) | |
download | freebsd-ports-gnome-da5bcb57b5dd0efc75c84e3ca58853f022d0a99b.tar.gz freebsd-ports-gnome-da5bcb57b5dd0efc75c84e3ca58853f022d0a99b.tar.zst freebsd-ports-gnome-da5bcb57b5dd0efc75c84e3ca58853f022d0a99b.zip |
- Update to 1.2
PR: ports/94705
Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/pecl-hash/Makefile | 12 | ||||
-rw-r--r-- | security/pecl-hash/distinfo | 6 | ||||
-rw-r--r-- | 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 <bsd.port.pre.mk> - -.if ${PHP_VER} == 4 -IGNORE= requires PHP version 5.0.3 or higher -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> 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) |