svn commit: r443216 - head/devel/pear-I18N

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


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

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

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

Modified: head/devel/pear-I18N/Makefile
==============================================================================
--- head/devel/pear-I18N/Makefile	Sun Jun 11 07:35:06 2017	(r443215)
+++ head/devel/pear-I18N/Makefile	Sun Jun 11 07:35:11 2017	(r443216)
@@ -11,6 +11,6 @@ COMMENT=	PEAR internationalization package
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:devel/pear
 RUN_DEPENDS=	${PEARDIR}/PEAR.php:devel/pear
 
-USES=	pear
+USES=		pear
 
 .include <bsd.port.mk>

Modified: head/devel/pear-I18N/distinfo
==============================================================================
--- head/devel/pear-I18N/distinfo	Sun Jun 11 07:35:06 2017	(r443215)
+++ head/devel/pear-I18N/distinfo	Sun Jun 11 07:35:11 2017	(r443216)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/I18N-1.0.0.tgz) = 28516165e2d27590eac8712a600891b0b3dfbbf3c2c0c5022fb2a883579f5eb3
-SIZE (PEAR/I18N-1.0.0.tgz) = 32600
+TIMESTAMP = 1497163120
+SHA256 (PEAR/I18N-1.0.0.tgz) = c78e2884868548a08c33a720e843d29d2cfce2310a8231d8169879166d59d7b8
+SIZE (PEAR/I18N-1.0.0.tgz) = 32881


More information about the svn-ports-all mailing list