svn commit: r443348 - head/www/pear-HTTP_Upload

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


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

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

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

Modified: head/www/pear-HTTP_Upload/Makefile
==============================================================================
--- head/www/pear-HTTP_Upload/Makefile	Sun Jun 11 07:47:04 2017	(r443347)
+++ head/www/pear-HTTP_Upload/Makefile	Sun Jun 11 07:47:09 2017	(r443348)
@@ -8,6 +8,6 @@ CATEGORIES=	www devel pear
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	Easy and secure management of files submitted via HTML Forms
 
-USES=	pear
+USES=		pear
 
 .include <bsd.port.mk>

Modified: head/www/pear-HTTP_Upload/distinfo
==============================================================================
--- head/www/pear-HTTP_Upload/distinfo	Sun Jun 11 07:47:04 2017	(r443347)
+++ head/www/pear-HTTP_Upload/distinfo	Sun Jun 11 07:47:09 2017	(r443348)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/HTTP_Upload-0.9.1.tgz) = 42575be4917b3ab19028faf37069af6f4a73a2395f957f993dd37de45032c946
-SIZE (PEAR/HTTP_Upload-0.9.1.tgz) = 9460
+TIMESTAMP = 1497163397
+SHA256 (PEAR/HTTP_Upload-0.9.1.tgz) = 7622427bc5623893ebffc9eb09dcc20848315162ff53c411e8283676d616a2d4
+SIZE (PEAR/HTTP_Upload-0.9.1.tgz) = 9443


More information about the svn-ports-all mailing list