svn commit: r443205 - head/devel/pear-HTML_QuickForm_Controller

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


Author: sunpoet
Date: Sun Jun 11 07:34:17 2017
New Revision: 443205
URL: https://svnweb.freebsd.org/changeset/ports/443205

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

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

Modified: head/devel/pear-HTML_QuickForm_Controller/Makefile
==============================================================================
--- head/devel/pear-HTML_QuickForm_Controller/Makefile	Sun Jun 11 07:34:11 2017	(r443204)
+++ head/devel/pear-HTML_QuickForm_Controller/Makefile	Sun Jun 11 07:34:17 2017	(r443205)
@@ -13,6 +13,6 @@ LICENSE=	PHP301
 BUILD_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm
 RUN_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm
 
-USES=	pear
+USES=		pear
 
 .include <bsd.port.mk>

Modified: head/devel/pear-HTML_QuickForm_Controller/distinfo
==============================================================================
--- head/devel/pear-HTML_QuickForm_Controller/distinfo	Sun Jun 11 07:34:11 2017	(r443204)
+++ head/devel/pear-HTML_QuickForm_Controller/distinfo	Sun Jun 11 07:34:17 2017	(r443205)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/HTML_QuickForm_Controller-1.0.10.tgz) = 809d4b6957245539e4e6cd69542d26ec6e2bbdec6cef6c8b60ee303d12ef9345
-SIZE (PEAR/HTML_QuickForm_Controller-1.0.10.tgz) = 18142
+TIMESTAMP = 1497163099
+SHA256 (PEAR/HTML_QuickForm_Controller-1.0.10.tgz) = 6ec78cecf05c18102bd56fe67ddd242668a56271983bcd99e5db11d1529abf27
+SIZE (PEAR/HTML_QuickForm_Controller-1.0.10.tgz) = 18330


More information about the svn-ports-all mailing list