Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2017 07:45:18 +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: r443325 - head/sysutils/pear-File_Find
Message-ID:  <201706110745.v5B7jI5E057051@repo.freebsd.org>

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

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

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

Modified: head/sysutils/pear-File_Find/Makefile
==============================================================================
--- head/sysutils/pear-File_Find/Makefile	Sun Jun 11 07:45:13 2017	(r443324)
+++ head/sysutils/pear-File_Find/Makefile	Sun Jun 11 07:45:17 2017	(r443325)
@@ -10,6 +10,6 @@ COMMENT=	PEAR class that facilitates the search of fil
 
 LICENSE=	PHP301
 
-USES=	pear
+USES=		pear
 
 .include <bsd.port.mk>

Modified: head/sysutils/pear-File_Find/distinfo
==============================================================================
--- head/sysutils/pear-File_Find/distinfo	Sun Jun 11 07:45:13 2017	(r443324)
+++ head/sysutils/pear-File_Find/distinfo	Sun Jun 11 07:45:17 2017	(r443325)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/File_Find-1.3.3.tgz) = 847729b335e4b6b09cd8f8061d880f547fb30472b9b7fd2f6d0482be853352cd
-SIZE (PEAR/File_Find-1.3.3.tgz) = 8092
+TIMESTAMP = 1497163350
+SHA256 (PEAR/File_Find-1.3.3.tgz) = a2fff81525a041ce54e5ec0941e7967e9faf109dd56e6f50b3111470f71c624b
+SIZE (PEAR/File_Find-1.3.3.tgz) = 8212



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