svn commit: r443259 - head/graphics/pear-Image_Color

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


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

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

Modified:
  head/graphics/pear-Image_Color/Makefile
  head/graphics/pear-Image_Color/distinfo

Modified: head/graphics/pear-Image_Color/Makefile
==============================================================================
--- head/graphics/pear-Image_Color/Makefile	Sun Jun 11 07:39:41 2017	(r443258)
+++ head/graphics/pear-Image_Color/Makefile	Sun Jun 11 07:39:46 2017	(r443259)
@@ -9,6 +9,6 @@ MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	PEAR::Image_Color manages and handles color data and conversions
 
 USE_PHP=	gd
-USES=	pear
+USES=		pear php
 
 .include <bsd.port.mk>

Modified: head/graphics/pear-Image_Color/distinfo
==============================================================================
--- head/graphics/pear-Image_Color/distinfo	Sun Jun 11 07:39:41 2017	(r443258)
+++ head/graphics/pear-Image_Color/distinfo	Sun Jun 11 07:39:46 2017	(r443259)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Image_Color-1.0.4.tgz) = 145fd1357be03c2c74e641e1bf71bdac6a1f2655508c773840b9697d67e800d6
-SIZE (PEAR/Image_Color-1.0.4.tgz) = 9501
+TIMESTAMP = 1497163223
+SHA256 (PEAR/Image_Color-1.0.4.tgz) = 3a2c1128acd7fe3bbf9c5e14e6fc38f56e77fd7fb1350e0cbb59bae333a90565
+SIZE (PEAR/Image_Color-1.0.4.tgz) = 9656


More information about the svn-ports-all mailing list