svn commit: r443349 - head/www/pear-HTTP_WebDAV_Client

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


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

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

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

Modified: head/www/pear-HTTP_WebDAV_Client/Makefile
==============================================================================
--- head/www/pear-HTTP_WebDAV_Client/Makefile	Sun Jun 11 07:47:09 2017	(r443348)
+++ head/www/pear-HTTP_WebDAV_Client/Makefile	Sun Jun 11 07:47:16 2017	(r443349)
@@ -11,6 +11,6 @@ COMMENT=	WebDAV Stream Wrapper Class
 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-HTTP_WebDAV_Client/distinfo
==============================================================================
--- head/www/pear-HTTP_WebDAV_Client/distinfo	Sun Jun 11 07:47:09 2017	(r443348)
+++ head/www/pear-HTTP_WebDAV_Client/distinfo	Sun Jun 11 07:47:16 2017	(r443349)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/HTTP_WebDAV_Client-1.0.2.tgz) = 4c2058ab69589bbe20fa97004ac84259e0392975ce31dcdd0cb95ed24d33fde5
-SIZE (PEAR/HTTP_WebDAV_Client-1.0.2.tgz) = 9000
+TIMESTAMP = 1497163399
+SHA256 (PEAR/HTTP_WebDAV_Client-1.0.2.tgz) = 227b362528eb681f6b2254ea39c1eeb6b61b67056e4c9223e9a8337f10814489
+SIZE (PEAR/HTTP_WebDAV_Client-1.0.2.tgz) = 9158


More information about the svn-ports-head mailing list