svn commit: r443321 - head/shells/pear-PHP_Shell
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jun 11 07:45:02 UTC 2017
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
More information about the svn-ports-head
mailing list