svn commit: r443172 - head/devel/pear-Config

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


Author: sunpoet
Date: Sun Jun 11 07:29:46 2017
New Revision: 443172
URL: https://svnweb.freebsd.org/changeset/ports/443172

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

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

Modified: head/devel/pear-Config/Makefile
==============================================================================
--- head/devel/pear-Config/Makefile	Sun Jun 11 07:29:41 2017	(r443171)
+++ head/devel/pear-Config/Makefile	Sun Jun 11 07:29:46 2017	(r443172)
@@ -12,7 +12,7 @@ OPTIONS_DEFINE=	PEAR_XML_PARSER PEAR_XML_UTIL
 PEAR_XML_PARSER_DESC=	PEAR::XML_Parser support
 PEAR_XML_UTIL_DESC=	PEAR::XML_Util support
 
-USES=	pear
+USES=		pear
 
 PEAR_XML_PARSER_RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
 PEAR_XML_UTIL_RUN_DEPENDS=	${PEARDIR}/XML/Util.php:devel/pear-XML_Util

Modified: head/devel/pear-Config/distinfo
==============================================================================
--- head/devel/pear-Config/distinfo	Sun Jun 11 07:29:41 2017	(r443171)
+++ head/devel/pear-Config/distinfo	Sun Jun 11 07:29:46 2017	(r443172)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Config-1.10.12.tgz) = ad4d340fb2fbc43355d66612cd890b19c78cd623c2752f005c3a7ed809f78421
-SIZE (PEAR/Config-1.10.12.tgz) = 32291
+TIMESTAMP = 1497162349
+SHA256 (PEAR/Config-1.10.12.tgz) = 57923ec717f036764a8416e1315d24855154e689d1cb69b163c345961b5a7d48
+SIZE (PEAR/Config-1.10.12.tgz) = 32535


More information about the svn-ports-all mailing list