svn commit: r443251 - head/devel/pear-codegen

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


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

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

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

Modified: head/devel/pear-codegen/Makefile
==============================================================================
--- head/devel/pear-codegen/Makefile	Sun Jun 11 07:39:02 2017	(r443250)
+++ head/devel/pear-codegen/Makefile	Sun Jun 11 07:39:07 2017	(r443251)
@@ -9,6 +9,6 @@ DISTNAME=	CodeGen-${PORTVERSION}
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	Tool to create code generators that operate on XML descriptions
 
-USES=	pear
+USES=		pear
 
 .include <bsd.port.mk>

Modified: head/devel/pear-codegen/distinfo
==============================================================================
--- head/devel/pear-codegen/distinfo	Sun Jun 11 07:39:02 2017	(r443250)
+++ head/devel/pear-codegen/distinfo	Sun Jun 11 07:39:07 2017	(r443251)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/CodeGen-1.0.7.tgz) = 4b20f07494efb716d4f8b01635c3d50f96b83d0e90371c15b5767665439dc613
-SIZE (PEAR/CodeGen-1.0.7.tgz) = 51114
+TIMESTAMP = 1497163206
+SHA256 (PEAR/CodeGen-1.0.7.tgz) = 53841e81dc9e14c9d137bd8f3ab927a1d6d22038685672fca0b05166a4574c0e
+SIZE (PEAR/CodeGen-1.0.7.tgz) = 51521


More information about the svn-ports-all mailing list