svn commit: r443219 - head/devel/pear-OLE

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


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

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

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

Modified: head/devel/pear-OLE/Makefile
==============================================================================
--- head/devel/pear-OLE/Makefile	Sun Jun 11 07:35:21 2017	(r443218)
+++ head/devel/pear-OLE/Makefile	Sun Jun 11 07:35:26 2017	(r443219)
@@ -8,6 +8,6 @@ CATEGORIES=	devel www pear
 MAINTAINER=	bofh at FreeBSD.org
 COMMENT=	PEAR class for reading and writing OLE containers
 
-USES=	pear
+USES=		pear
 
 .include <bsd.port.mk>

Modified: head/devel/pear-OLE/distinfo
==============================================================================
--- head/devel/pear-OLE/distinfo	Sun Jun 11 07:35:21 2017	(r443218)
+++ head/devel/pear-OLE/distinfo	Sun Jun 11 07:35:26 2017	(r443219)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/OLE-1.0.0RC2.tgz) = a0f3ad85845801ad8f7c6cf1695e048c960a72b183946613ddbca4567fed9164
-SIZE (PEAR/OLE-1.0.0RC2.tgz) = 13981
+TIMESTAMP = 1497163126
+SHA256 (PEAR/OLE-1.0.0RC2.tgz) = 68d35a8bdd4bdf84c35f5475f5ee94280825d3af2caa748d7824b7b1f91791a7
+SIZE (PEAR/OLE-1.0.0RC2.tgz) = 14128


More information about the svn-ports-all mailing list