Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2017 07:43:11 +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: r443299 - head/net/pear-SOAP
Message-ID:  <201706110743.v5B7hBF5054360@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jun 11 07:43:11 2017
New Revision: 443299
URL: https://svnweb.freebsd.org/changeset/ports/443299

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

Modified:
  head/net/pear-SOAP/Makefile
  head/net/pear-SOAP/distinfo

Modified: head/net/pear-SOAP/Makefile
==============================================================================
--- head/net/pear-SOAP/Makefile	Sun Jun 11 07:42:54 2017	(r443298)
+++ head/net/pear-SOAP/Makefile	Sun Jun 11 07:43:11 2017	(r443299)
@@ -11,7 +11,7 @@ COMMENT=	PEAR SOAP Client/Server for PHP
 BUILD_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
 RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
 
-USES=	pear
+USES=		pear
 
 OPTIONS_DEFINE=	PEAR_MAIL PEAR_MAIL_MIME PEAR_NET_DIME
 PEAR_MAIL_DESC=	PEAR::Mail support

Modified: head/net/pear-SOAP/distinfo
==============================================================================
--- head/net/pear-SOAP/distinfo	Sun Jun 11 07:42:54 2017	(r443298)
+++ head/net/pear-SOAP/distinfo	Sun Jun 11 07:43:11 2017	(r443299)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/SOAP-0.13.0.tgz) = 2ceda8d83dab8e9b8a23f6df443a2e33947d2b4bb0998bd47208771880c6e9fc
-SIZE (PEAR/SOAP-0.13.0.tgz) = 85945
+TIMESTAMP = 1497163302
+SHA256 (PEAR/SOAP-0.13.0.tgz) = d5cbb792d2e86098774328f7a887f0e7ee8915a256cbce9ac314517eeef76930
+SIZE (PEAR/SOAP-0.13.0.tgz) = 86764



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