svn commit: r443302 - head/print/pear-File_PDF

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


Author: sunpoet
Date: Sun Jun 11 07:43:26 2017
New Revision: 443302
URL: https://svnweb.freebsd.org/changeset/ports/443302

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

Modified:
  head/print/pear-File_PDF/Makefile
  head/print/pear-File_PDF/distinfo

Modified: head/print/pear-File_PDF/Makefile
==============================================================================
--- head/print/pear-File_PDF/Makefile	Sun Jun 11 07:43:21 2017	(r443301)
+++ head/print/pear-File_PDF/Makefile	Sun Jun 11 07:43:26 2017	(r443302)
@@ -8,6 +8,6 @@ CATEGORIES=	print pear
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	PEAR class to generate PDFs
 
-USES=	pear
+USES=		pear
 
 .include <bsd.port.mk>

Modified: head/print/pear-File_PDF/distinfo
==============================================================================
--- head/print/pear-File_PDF/distinfo	Sun Jun 11 07:43:21 2017	(r443301)
+++ head/print/pear-File_PDF/distinfo	Sun Jun 11 07:43:26 2017	(r443302)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/File_PDF-0.3.3.tgz) = cb7814e3cb77b338bd4e45d1b311b18d889a12485215843bb74dc7cb6d7596b7
-SIZE (PEAR/File_PDF-0.3.3.tgz) = 42187
+TIMESTAMP = 1497163308
+SHA256 (PEAR/File_PDF-0.3.3.tgz) = 876b7bf5b057419ed0b9638107e17312bc46b98587a02bfcd94cbb8c1ef1d720
+SIZE (PEAR/File_PDF-0.3.3.tgz) = 42425


More information about the svn-ports-head mailing list