svn commit: r443362 - head/www/pear-Services_TinyURL

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


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

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

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

Modified: head/www/pear-Services_TinyURL/Makefile
==============================================================================
--- head/www/pear-Services_TinyURL/Makefile	Sun Jun 11 07:48:14 2017	(r443361)
+++ head/www/pear-Services_TinyURL/Makefile	Sun Jun 11 07:48:20 2017	(r443362)
@@ -8,7 +8,7 @@ CATEGORIES=	www pear
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	PHP interface to TinyURL's API
 
-USES=	pear
+USES=		pear php
 USE_PHP=	curl
 
 .include <bsd.port.mk>

Modified: head/www/pear-Services_TinyURL/distinfo
==============================================================================
--- head/www/pear-Services_TinyURL/distinfo	Sun Jun 11 07:48:14 2017	(r443361)
+++ head/www/pear-Services_TinyURL/distinfo	Sun Jun 11 07:48:20 2017	(r443362)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Services_TinyURL-0.1.2.tgz) = f7c07f8016edd37cef9e87465b6ab9cefafec83c5d3d04ecda5427d52eb56500
-SIZE (PEAR/Services_TinyURL-0.1.2.tgz) = 3960
+TIMESTAMP = 1497163423
+SHA256 (PEAR/Services_TinyURL-0.1.2.tgz) = 8689e4b4fa7b012d0b3bf2873c59a7aeecd151a4198540ee73a9daa3e013cbcb
+SIZE (PEAR/Services_TinyURL-0.1.2.tgz) = 4033


More information about the svn-ports-all mailing list