svn commit: r443323 - head/sysutils/pear-Cache_Lite

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


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

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

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

Modified: head/sysutils/pear-Cache_Lite/Makefile
==============================================================================
--- head/sysutils/pear-Cache_Lite/Makefile	Sun Jun 11 07:45:03 2017	(r443322)
+++ head/sysutils/pear-Cache_Lite/Makefile	Sun Jun 11 07:45:08 2017	(r443323)
@@ -9,6 +9,6 @@ CATEGORIES=	sysutils www pear
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	PEAR fast and safe little cache system
 
-USES=	pear
+USES=		pear
 
 .include <bsd.port.mk>

Modified: head/sysutils/pear-Cache_Lite/distinfo
==============================================================================
--- head/sysutils/pear-Cache_Lite/distinfo	Sun Jun 11 07:45:03 2017	(r443322)
+++ head/sysutils/pear-Cache_Lite/distinfo	Sun Jun 11 07:45:08 2017	(r443323)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Cache_Lite-1.7.16.tgz) = 51f8ca4c719a574cac323c444391afa71194609bf556ddeecf7c7af8479ba20d
-SIZE (PEAR/Cache_Lite-1.7.16.tgz) = 32997
+TIMESTAMP = 1497163347
+SHA256 (PEAR/Cache_Lite-1.7.16.tgz) = bc1799c1003c987a0e3518283f131df3646f5ce3ccd5ed9263af749385126691
+SIZE (PEAR/Cache_Lite-1.7.16.tgz) = 33236


More information about the svn-ports-all mailing list