svn commit: r443309 - head/security/pear-Crypt_DiffieHellman
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jun 11 07:44:01 UTC 2017
Author: sunpoet
Date: Sun Jun 11 07:43:59 2017
New Revision: 443309
URL: https://svnweb.freebsd.org/changeset/ports/443309
Log:
Update distinfo and unbreak this port
- While I'm here:
- Add USES=php
- Fix indent
Content of tarballs are unchanged (checked against [1]).
=> Crypt_DiffieHellman-0.2.6.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Crypt_DiffieHellman-0.2.6.tgz
fetch: http://pear.php.net/get/Crypt_DiffieHellman-0.2.6.tgz: size mismatch: expected 10908, actual 11062
Reference: https://people.FreeBSD.org/~sunpoet/checksum/Crypt_DiffieHellman-0.2.6.tgz [1]
Approved by: portmgr (blanket)
Modified:
head/security/pear-Crypt_DiffieHellman/Makefile
head/security/pear-Crypt_DiffieHellman/distinfo
Modified: head/security/pear-Crypt_DiffieHellman/Makefile
==============================================================================
--- head/security/pear-Crypt_DiffieHellman/Makefile Sun Jun 11 07:43:55 2017 (r443308)
+++ head/security/pear-Crypt_DiffieHellman/Makefile Sun Jun 11 07:43:59 2017 (r443309)
@@ -8,7 +8,7 @@ CATEGORIES= security www pear
MAINTAINER= joneum at FreeBSD.org
COMMENT= PEAR class implementing Diffie-Hellman Key Exchange protocol for PHP5
-USES= pear
+USES= pear php
USE_PHP= bcmath mbstring gmp
.include <bsd.port.mk>
Modified: head/security/pear-Crypt_DiffieHellman/distinfo
==============================================================================
--- head/security/pear-Crypt_DiffieHellman/distinfo Sun Jun 11 07:43:55 2017 (r443308)
+++ head/security/pear-Crypt_DiffieHellman/distinfo Sun Jun 11 07:43:59 2017 (r443309)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Crypt_DiffieHellman-0.2.6.tgz) = 759e48846b8ba5b8ee101aa8d4e3e6a42e54860eaa45290233de3131556068a3
-SIZE (PEAR/Crypt_DiffieHellman-0.2.6.tgz) = 10908
+TIMESTAMP = 1497163320
+SHA256 (PEAR/Crypt_DiffieHellman-0.2.6.tgz) = dee75023476aa976cba29cee0dde5b01b43d67bee83ea9dbfe65172166cb856f
+SIZE (PEAR/Crypt_DiffieHellman-0.2.6.tgz) = 11062
More information about the svn-ports-all
mailing list