Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2017 07:44:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443309 - head/security/pear-Crypt_DiffieHellman
Message-ID:  <201706110744.v5B7i0DM055387@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706110744.v5B7i0DM055387>