svn commit: r443327 - head/sysutils/pear-I18Nv2

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


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

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

Modified:
  head/sysutils/pear-I18Nv2/Makefile
  head/sysutils/pear-I18Nv2/distinfo

Modified: head/sysutils/pear-I18Nv2/Makefile
==============================================================================
--- head/sysutils/pear-I18Nv2/Makefile	Sun Jun 11 07:45:22 2017	(r443326)
+++ head/sysutils/pear-I18Nv2/Makefile	Sun Jun 11 07:45:27 2017	(r443327)
@@ -8,7 +8,7 @@ CATEGORIES=	sysutils devel pear
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	PEAR Internationalization
 
-USES=	pear
+USES=		pear php
 USE_PHP=	iconv
 
 .include <bsd.port.mk>

Modified: head/sysutils/pear-I18Nv2/distinfo
==============================================================================
--- head/sysutils/pear-I18Nv2/distinfo	Sun Jun 11 07:45:22 2017	(r443326)
+++ head/sysutils/pear-I18Nv2/distinfo	Sun Jun 11 07:45:27 2017	(r443327)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/I18Nv2-0.11.4.tgz) = 7f8214915a24b9fa1d310ea4bfeafda723ac88ed39a561bebff0dab8c263409e
-SIZE (PEAR/I18Nv2-0.11.4.tgz) = 268665
+TIMESTAMP = 1497163355
+SHA256 (PEAR/I18Nv2-0.11.4.tgz) = caba056cbbdc592fff64f11565676ae89d66bba96b7779450c1664bc7dc36f35
+SIZE (PEAR/I18Nv2-0.11.4.tgz) = 279094


More information about the svn-ports-all mailing list