svn commit: r443218 - head/devel/pear-Net_Gearman

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


Author: sunpoet
Date: Sun Jun 11 07:35:21 2017
New Revision: 443218
URL: https://svnweb.freebsd.org/changeset/ports/443218

Log:
  Update distinfo and unbreak this port
  
  - While I'm here, add USES=php
  
  Content of tarballs are unchanged (checked against [1]).
  
  => Net_Gearman-0.2.3.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
  => Attempting to fetch http://pear.php.net/get/Net_Gearman-0.2.3.tgz
  fetch: http://pear.php.net/get/Net_Gearman-0.2.3.tgz: size mismatch: expected 17572, actual 17831
  
  Reference:	https://people.FreeBSD.org/~sunpoet/checksum/Net_Gearman-0.2.3.tgz [1]
  Approved by:	portmgr (blanket)

Modified:
  head/devel/pear-Net_Gearman/Makefile
  head/devel/pear-Net_Gearman/distinfo

Modified: head/devel/pear-Net_Gearman/Makefile
==============================================================================
--- head/devel/pear-Net_Gearman/Makefile	Sun Jun 11 07:35:16 2017	(r443217)
+++ head/devel/pear-Net_Gearman/Makefile	Sun Jun 11 07:35:21 2017	(r443218)
@@ -15,6 +15,6 @@ BUILD_DEPENDS=	${LOCALBASE}/share/pear/PEAR.php:devel/
 RUN_DEPENDS=	${LOCALBASE}/share/pear/PEAR.php:devel/pear
 
 USE_PHP=	json mbstring sockets
-USES=		pear
+USES=		pear php
 
 .include <bsd.port.mk>

Modified: head/devel/pear-Net_Gearman/distinfo
==============================================================================
--- head/devel/pear-Net_Gearman/distinfo	Sun Jun 11 07:35:16 2017	(r443217)
+++ head/devel/pear-Net_Gearman/distinfo	Sun Jun 11 07:35:21 2017	(r443218)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Net_Gearman-0.2.3.tgz) = fa0ae8b704b72754b4126e7eb157409835694cfd76f5c13697a9db92230f4b1e
-SIZE (PEAR/Net_Gearman-0.2.3.tgz) = 17572
+TIMESTAMP = 1497163124
+SHA256 (PEAR/Net_Gearman-0.2.3.tgz) = 0f8b7d896fc70428bfb5e13cd8d3f88ff14fc683146e1689f2415038b4bfde08
+SIZE (PEAR/Net_Gearman-0.2.3.tgz) = 17831


More information about the svn-ports-all mailing list