Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2017 07:48:15 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443361 - head/www/pear-Services_ShortURL
Message-ID:  <201706110748.v5B7mF63060705@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jun 11 07:48:14 2017
New Revision: 443361
URL: https://svnweb.freebsd.org/changeset/ports/443361

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

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

Modified: head/www/pear-Services_ShortURL/Makefile
==============================================================================
--- head/www/pear-Services_ShortURL/Makefile	Sun Jun 11 07:48:10 2017	(r443360)
+++ head/www/pear-Services_ShortURL/Makefile	Sun Jun 11 07:48:14 2017	(r443361)
@@ -10,7 +10,7 @@ COMMENT=	Abstract PHP5 interface for shortening and ex
 
 RUN_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
 
-USES=	pear
+USES=		pear php
 USE_PHP=	simplexml pcre spl
 
 .include <bsd.port.mk>

Modified: head/www/pear-Services_ShortURL/distinfo
==============================================================================
--- head/www/pear-Services_ShortURL/distinfo	Sun Jun 11 07:48:10 2017	(r443360)
+++ head/www/pear-Services_ShortURL/distinfo	Sun Jun 11 07:48:14 2017	(r443361)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Services_ShortURL-0.3.1.tgz) = 85fa6affdf9fc0ea3e997576874d71737a3236190891ecf0f7046909181fb0db
-SIZE (PEAR/Services_ShortURL-0.3.1.tgz) = 9539
+TIMESTAMP = 1497163421
+SHA256 (PEAR/Services_ShortURL-0.3.1.tgz) = f56e11b101d2f4552e4cb99dbe92c004280bc6c9fb38fd11f27a653026bb77a5
+SIZE (PEAR/Services_ShortURL-0.3.1.tgz) = 9788



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706110748.v5B7mF63060705>