svn commit: r443371 - head/www/pear-Text_Wiki

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


Author: sunpoet
Date: Sun Jun 11 07:49:03 2017
New Revision: 443371
URL: https://svnweb.freebsd.org/changeset/ports/443371

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

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

Modified: head/www/pear-Text_Wiki/Makefile
==============================================================================
--- head/www/pear-Text_Wiki/Makefile	Sun Jun 11 07:48:59 2017	(r443370)
+++ head/www/pear-Text_Wiki/Makefile	Sun Jun 11 07:49:03 2017	(r443371)
@@ -8,6 +8,6 @@ CATEGORIES=	www pear
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	Abstracts parsing and rendering rules for Wiki markup
 
-USES=	pear
+USES=		pear
 
 .include <bsd.port.mk>

Modified: head/www/pear-Text_Wiki/distinfo
==============================================================================
--- head/www/pear-Text_Wiki/distinfo	Sun Jun 11 07:48:59 2017	(r443370)
+++ head/www/pear-Text_Wiki/distinfo	Sun Jun 11 07:49:03 2017	(r443371)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Text_Wiki-1.2.1.tgz) = 88f68d4623c42c53594c0dcb93057185ac6109f8e2c506dda82115de9ef77694
-SIZE (PEAR/Text_Wiki-1.2.1.tgz) = 65747
+TIMESTAMP = 1497163439
+SHA256 (PEAR/Text_Wiki-1.2.1.tgz) = b1042ff5071b70790779e5b13adff1112acb8fd30480c09894a35581f06e21c1
+SIZE (PEAR/Text_Wiki-1.2.1.tgz) = 66844


More information about the svn-ports-all mailing list