svn commit: r443308 - head/security/pear-Crypt_CHAP

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 11 07:43:57 UTC 2017


Author: sunpoet
Date: Sun Jun 11 07:43:55 2017
New Revision: 443308
URL: https://svnweb.freebsd.org/changeset/ports/443308

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_CHAP-1.5.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
  => Attempting to fetch http://pear.php.net/get/Crypt_CHAP-1.5.0.tgz
  fetch: http://pear.php.net/get/Crypt_CHAP-1.5.0.tgz: size mismatch: expected 5549, actual 5606
  
  Reference:	https://people.FreeBSD.org/~sunpoet/checksum/Crypt_CHAP-1.5.0.tgz [1]
  Approved by:	portmgr (blanket)

Modified:
  head/security/pear-Crypt_CHAP/Makefile
  head/security/pear-Crypt_CHAP/distinfo

Modified: head/security/pear-Crypt_CHAP/Makefile
==============================================================================
--- head/security/pear-Crypt_CHAP/Makefile	Sun Jun 11 07:43:50 2017	(r443307)
+++ head/security/pear-Crypt_CHAP/Makefile	Sun Jun 11 07:43:55 2017	(r443308)
@@ -8,7 +8,7 @@ CATEGORIES=	security www pear
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	PEAR class for generating CHAP packets
 
-USES=	pear
+USES=		pear php
 USE_PHP=	mcrypt hash
 
 .include <bsd.port.mk>

Modified: head/security/pear-Crypt_CHAP/distinfo
==============================================================================
--- head/security/pear-Crypt_CHAP/distinfo	Sun Jun 11 07:43:50 2017	(r443307)
+++ head/security/pear-Crypt_CHAP/distinfo	Sun Jun 11 07:43:55 2017	(r443308)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Crypt_CHAP-1.5.0.tgz) = 12b971b4ab3f7dc20bb7f8bdc5f420de10fe6ce7222f7715b3b6a074d1f76233
-SIZE (PEAR/Crypt_CHAP-1.5.0.tgz) = 5549
+TIMESTAMP = 1497163318
+SHA256 (PEAR/Crypt_CHAP-1.5.0.tgz) = 1293a59cb93cd32dbde8b0b4a4e094d7021cd88184791075a6771852e4c48da9
+SIZE (PEAR/Crypt_CHAP-1.5.0.tgz) = 5606


More information about the svn-ports-head mailing list