svn commit: r443354 - head/www/pear-Services_Compete

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


Author: sunpoet
Date: Sun Jun 11 07:47:41 2017
New Revision: 443354
URL: https://svnweb.freebsd.org/changeset/ports/443354

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

Modified:
  head/www/pear-Services_Compete/Makefile
  head/www/pear-Services_Compete/distinfo

Modified: head/www/pear-Services_Compete/Makefile
==============================================================================
--- head/www/pear-Services_Compete/Makefile	Sun Jun 11 07:47:36 2017	(r443353)
+++ head/www/pear-Services_Compete/Makefile	Sun Jun 11 07:47:41 2017	(r443354)
@@ -11,6 +11,6 @@ COMMENT=	PHP interface to Compete SnapShop API
 BUILD_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
 RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
 
-USES=	pear
+USES=		pear
 
 .include <bsd.port.mk>

Modified: head/www/pear-Services_Compete/distinfo
==============================================================================
--- head/www/pear-Services_Compete/distinfo	Sun Jun 11 07:47:36 2017	(r443353)
+++ head/www/pear-Services_Compete/distinfo	Sun Jun 11 07:47:41 2017	(r443354)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Services_Compete-0.1.0.tgz) = 0dc357a297090e68f9e85a084566cfa465328580831f4a6a79df00db8cf6f24a
-SIZE (PEAR/Services_Compete-0.1.0.tgz) = 2832
+TIMESTAMP = 1497163408
+SHA256 (PEAR/Services_Compete-0.1.0.tgz) = 1da6d3f9a95af5d42746957f7e6c828d444d58580391c839e7072df5ad1adcb3
+SIZE (PEAR/Services_Compete-0.1.0.tgz) = 2871


More information about the svn-ports-all mailing list