svn commit: r443355 - head/www/pear-Services_Delicious

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


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

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

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

Modified: head/www/pear-Services_Delicious/Makefile
==============================================================================
--- head/www/pear-Services_Delicious/Makefile	Sun Jun 11 07:47:41 2017	(r443354)
+++ head/www/pear-Services_Delicious/Makefile	Sun Jun 11 07:47:46 2017	(r443355)
@@ -13,7 +13,7 @@ BUILD_DEPENDS=	${PEARDIR}/XML/Serializer.php:devel/pea
 RUN_DEPENDS=	${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer \
 		${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
 
-USES=		dos2unix pear
+USES=		dos2unix pear php
 USE_PHP=	openssl
 
 .include <bsd.port.mk>

Modified: head/www/pear-Services_Delicious/distinfo
==============================================================================
--- head/www/pear-Services_Delicious/distinfo	Sun Jun 11 07:47:41 2017	(r443354)
+++ head/www/pear-Services_Delicious/distinfo	Sun Jun 11 07:47:46 2017	(r443355)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Services_Delicious-0.6.0.tgz) = d9652e28ea9900535456d0873fb176f4f77bdf03638f2c26d5eb3c8bc593ca16
-SIZE (PEAR/Services_Delicious-0.6.0.tgz) = 9302
+TIMESTAMP = 1497163410
+SHA256 (PEAR/Services_Delicious-0.6.0.tgz) = 67e9732e3e752274a62a254ece8652ac1f2f43e3fea977892b4e1aba4016be7e
+SIZE (PEAR/Services_Delicious-0.6.0.tgz) = 9473


More information about the svn-ports-all mailing list