svn commit: r443221 - head/devel/pear-PHPDoc

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


Author: sunpoet
Date: Sun Jun 11 07:35:36 2017
New Revision: 443221
URL: https://svnweb.freebsd.org/changeset/ports/443221

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

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

Modified: head/devel/pear-PHPDoc/Makefile
==============================================================================
--- head/devel/pear-PHPDoc/Makefile	Sun Jun 11 07:35:31 2017	(r443220)
+++ head/devel/pear-PHPDoc/Makefile	Sun Jun 11 07:35:36 2017	(r443221)
@@ -8,6 +8,6 @@ CATEGORIES=	devel www pear
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	Tool to generate documentation from the source
 
-USES=	pear
+USES=		pear
 
 .include <bsd.port.mk>

Modified: head/devel/pear-PHPDoc/distinfo
==============================================================================
--- head/devel/pear-PHPDoc/distinfo	Sun Jun 11 07:35:31 2017	(r443220)
+++ head/devel/pear-PHPDoc/distinfo	Sun Jun 11 07:35:36 2017	(r443221)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/PHPDoc-0.1.0.tgz) = e97c29c9d60126c1faa8529a58101fdb90b86c084d7506ef9c61a928451182ea
-SIZE (PEAR/PHPDoc-0.1.0.tgz) = 88108
+TIMESTAMP = 1497163131
+SHA256 (PEAR/PHPDoc-0.1.0.tgz) = f2dbce7a07e16e2fb9c762d3988496e560c941b3114ffb3ea885f7cc4c88e0a4
+SIZE (PEAR/PHPDoc-0.1.0.tgz) = 87708


More information about the svn-ports-all mailing list