svn commit: r443356 - head/www/pear-Services_Digg

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


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

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

Modified:
  head/www/pear-Services_Digg/Makefile
  head/www/pear-Services_Digg/distinfo

Modified: head/www/pear-Services_Digg/Makefile
==============================================================================
--- head/www/pear-Services_Digg/Makefile	Sun Jun 11 07:47:46 2017	(r443355)
+++ head/www/pear-Services_Digg/Makefile	Sun Jun 11 07:47:50 2017	(r443356)
@@ -9,7 +9,7 @@ CATEGORIES=	www pear
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	PHP interface to Digg's API
 
-USES=	pear
+USES=		pear php
 USE_PHP=	curl
 
 .include <bsd.port.mk>

Modified: head/www/pear-Services_Digg/distinfo
==============================================================================
--- head/www/pear-Services_Digg/distinfo	Sun Jun 11 07:47:46 2017	(r443355)
+++ head/www/pear-Services_Digg/distinfo	Sun Jun 11 07:47:50 2017	(r443356)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Services_Digg-0.4.7.tgz) = 99ea2361e2aa3a52b82c97560c467e4431829ca7f653d2207dbb06e38e62435c
-SIZE (PEAR/Services_Digg-0.4.7.tgz) = 21893
+TIMESTAMP = 1497163412
+SHA256 (PEAR/Services_Digg-0.4.7.tgz) = 6f1165fde8b9dd830285a0ba38596156480b733192469ef291fe52e4fc7d7c84
+SIZE (PEAR/Services_Digg-0.4.7.tgz) = 22242


More information about the svn-ports-head mailing list