Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2017 07:44:58 +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: r443321 - head/shells/pear-PHP_Shell
Message-ID:  <201706110744.v5B7iwLH056633@repo.freebsd.org>

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

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

Modified:
  head/shells/pear-PHP_Shell/Makefile
  head/shells/pear-PHP_Shell/distinfo

Modified: head/shells/pear-PHP_Shell/Makefile
==============================================================================
--- head/shells/pear-PHP_Shell/Makefile	Sun Jun 11 07:44:53 2017	(r443320)
+++ head/shells/pear-PHP_Shell/Makefile	Sun Jun 11 07:44:58 2017	(r443321)
@@ -10,6 +10,6 @@ COMMENT=	Interactive PHP Shell
 
 USE_PHP=	pcre tokenizer readline
 
-USES=	pear
+USES=		pear php
 
 .include <bsd.port.mk>

Modified: head/shells/pear-PHP_Shell/distinfo
==============================================================================
--- head/shells/pear-PHP_Shell/distinfo	Sun Jun 11 07:44:53 2017	(r443320)
+++ head/shells/pear-PHP_Shell/distinfo	Sun Jun 11 07:44:58 2017	(r443321)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/PHP_Shell-0.3.2.tgz) = d17c4986ebb5124a056c314d08be98f6b8b23ce1859b8683f105db4be76c02b5
-SIZE (PEAR/PHP_Shell-0.3.2.tgz) = 99252
+TIMESTAMP = 1497163343
+SHA256 (PEAR/PHP_Shell-0.3.2.tgz) = e972df9a7b1fc97b0c6be8087abca1ea321a69343799f4d230a04934a9c3f11f
+SIZE (PEAR/PHP_Shell-0.3.2.tgz) = 101482



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