summaryrefslogtreecommitdiff
path: root/security/pecl-hash
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-03-19 22:18:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-03-19 22:18:17 +0000
commit5cbaf9996773f306fe712cde6ea5ca14d698e8cc (patch)
tree25f9eef75b31ada38fb5fcb4aaef77310f1aae8a /security/pecl-hash
parentinstall charset.alias in the correct place (diff)
- Update to 1.2
PR: ports/94705 Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=157686
Diffstat (limited to 'security/pecl-hash')
-rw-r--r--security/pecl-hash/Makefile12
-rw-r--r--security/pecl-hash/distinfo6
-rw-r--r--security/pecl-hash/pkg-descr2
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)