svn commit: r443256 - head/graphics/pear-Image_Barcode

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


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

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_Barcode-1.1.3.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
  => Attempting to fetch http://pear.php.net/get/Image_Barcode-1.1.3.tgz
  fetch: http://pear.php.net/get/Image_Barcode-1.1.3.tgz: size mismatch: expected 13420, actual 13606
  
  Reference:	https://people.FreeBSD.org/~sunpoet/checksum/Image_Barcode-1.1.3.tgz [1]
  Approved by:	portmgr (blanket)

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

Modified: head/graphics/pear-Image_Barcode/Makefile
==============================================================================
--- head/graphics/pear-Image_Barcode/Makefile	Sun Jun 11 07:39:27 2017	(r443255)
+++ head/graphics/pear-Image_Barcode/Makefile	Sun Jun 11 07:39:31 2017	(r443256)
@@ -9,7 +9,7 @@ MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	PEAR class for barcode generation
 
 USE_PHP=	gd
-USES=	pear
+USES=		pear php
 
 OPTIONS_DEFINE=		PEAR_PHP_COMPAT
 PEAR_PHP_COMPAT_DESC=	PEAR::PHP_Compat support

Modified: head/graphics/pear-Image_Barcode/distinfo
==============================================================================
--- head/graphics/pear-Image_Barcode/distinfo	Sun Jun 11 07:39:27 2017	(r443255)
+++ head/graphics/pear-Image_Barcode/distinfo	Sun Jun 11 07:39:31 2017	(r443256)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Image_Barcode-1.1.3.tgz) = 6a41007d81bf9f64faa40c5b769d9205eae718d68cbef384cc920fa5183a7ca8
-SIZE (PEAR/Image_Barcode-1.1.3.tgz) = 13420
+TIMESTAMP = 1497163217
+SHA256 (PEAR/Image_Barcode-1.1.3.tgz) = 0f644736caa1f19f39903911d918feeedcd0fbc3c7cded4d2395d1856ebefb47
+SIZE (PEAR/Image_Barcode-1.1.3.tgz) = 13606


More information about the svn-ports-all mailing list