Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2017 07:45:03 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443322 - head/sysutils/pear-Cache
Message-ID:  <201706110745.v5B7j30v056745@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jun 11 07:45:03 2017
New Revision: 443322
URL: https://svnweb.freebsd.org/changeset/ports/443322

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

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

Modified: head/sysutils/pear-Cache/Makefile
==============================================================================
--- head/sysutils/pear-Cache/Makefile	Sun Jun 11 07:44:58 2017	(r443321)
+++ head/sysutils/pear-Cache/Makefile	Sun Jun 11 07:45:03 2017	(r443322)
@@ -12,6 +12,6 @@ COMMENT=	PEAR framework for caching of arbitrary data
 BUILD_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
 RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
 
-USES=	pear
+USES=		pear
 
 .include <bsd.port.mk>

Modified: head/sysutils/pear-Cache/distinfo
==============================================================================
--- head/sysutils/pear-Cache/distinfo	Sun Jun 11 07:44:58 2017	(r443321)
+++ head/sysutils/pear-Cache/distinfo	Sun Jun 11 07:45:03 2017	(r443322)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Cache-1.5.6.tgz) = 5d4414bf3df357fc60460186f48b3d8d5465ec4cf6e2736e934d46f1890ba405
-SIZE (PEAR/Cache-1.5.6.tgz) = 31384
+TIMESTAMP = 1497163345
+SHA256 (PEAR/Cache-1.5.6.tgz) = 6753b5bfa7a83d1baa4d27619e34818fb431772a6600dd99d952b7b627376f76
+SIZE (PEAR/Cache-1.5.6.tgz) = 31735



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706110745.v5B7j30v056745>