diff options
author | miwi <miwi@FreeBSD.org> | 2009-07-07 18:04:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-07-07 18:04:03 +0800 |
commit | 3e1762fd2d2d4cc3763aecc0e794423ab96a4738 (patch) | |
tree | b339f24ebf774225f9683e3e3bc37eab0107a624 /security/pear-Crypt_DiffieHellman | |
parent | 42ef5bd0d56c3adef9b027deb6bae6535f83e2cb (diff) | |
download | freebsd-ports-gnome-3e1762fd2d2d4cc3763aecc0e794423ab96a4738.tar.gz freebsd-ports-gnome-3e1762fd2d2d4cc3763aecc0e794423ab96a4738.tar.zst freebsd-ports-gnome-3e1762fd2d2d4cc3763aecc0e794423ab96a4738.zip |
- Update to 0.2.3
Diffstat (limited to 'security/pear-Crypt_DiffieHellman')
-rw-r--r-- | security/pear-Crypt_DiffieHellman/Makefile | 4 | ||||
-rw-r--r-- | security/pear-Crypt_DiffieHellman/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/security/pear-Crypt_DiffieHellman/Makefile b/security/pear-Crypt_DiffieHellman/Makefile index 878ed2d8ec0b..62148a852d7f 100644 --- a/security/pear-Crypt_DiffieHellman/Makefile +++ b/security/pear-Crypt_DiffieHellman/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Crypt_DiffieHellman -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.3 CATEGORIES= security www pear MAINTAINER= miwi@FreeBSD.org @@ -15,6 +15,8 @@ COMMENT= PEAR class implementing Diffie-Hellman Key Exchange protocol for PHP5 BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USE_PHP= bcmath mbstring gmp + CATEGORY= Crypt FILES= DiffieHellman.php DiffieHellman/Math.php DiffieHellman/Exception.php \ DiffieHellman/Math/Exception.php DiffieHellman/Math/BigInteger.php \ diff --git a/security/pear-Crypt_DiffieHellman/distinfo b/security/pear-Crypt_DiffieHellman/distinfo index e7c01379b828..29caede54caf 100644 --- a/security/pear-Crypt_DiffieHellman/distinfo +++ b/security/pear-Crypt_DiffieHellman/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Crypt_DiffieHellman-0.2.2.tgz) = da99c4e88f7235d19456e7b1b5a359de -SHA256 (PEAR/Crypt_DiffieHellman-0.2.2.tgz) = e3570bdc6f2cc52eb6117067d51cbc51f5aaa32ca31b0d8d162ed703e847533f -SIZE (PEAR/Crypt_DiffieHellman-0.2.2.tgz) = 10606 +MD5 (PEAR/Crypt_DiffieHellman-0.2.3.tgz) = 891434c5ee3ee83188e5f6286ecbaafd +SHA256 (PEAR/Crypt_DiffieHellman-0.2.3.tgz) = b36922150f91528535202795b90cc04b5370514ed6d7d63145aed81eeef61d48 +SIZE (PEAR/Crypt_DiffieHellman-0.2.3.tgz) = 10646 |