svn commit: r443301 - head/net/pear-XML_RPC
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jun 11 07:43:23 UTC 2017
Author: sunpoet
Date: Sun Jun 11 07:43:21 2017
New Revision: 443301
URL: https://svnweb.freebsd.org/changeset/ports/443301
Log:
Update distinfo and unbreak this port
- While I'm here:
- Add USES=php
- Fix indent
Content of tarballs are unchanged (checked against [1]).
=> XML_RPC-1.5.5.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/XML_RPC-1.5.5.tgz
fetch: http://pear.php.net/get/XML_RPC-1.5.5.tgz: size mismatch: expected 31862, actual 32202
Reference: https://people.FreeBSD.org/~sunpoet/checksum/XML_RPC-1.5.5.tgz [1]
Approved by: portmgr (blanket)
Modified:
head/net/pear-XML_RPC/Makefile
head/net/pear-XML_RPC/distinfo
Modified: head/net/pear-XML_RPC/Makefile
==============================================================================
--- head/net/pear-XML_RPC/Makefile Sun Jun 11 07:43:16 2017 (r443300)
+++ head/net/pear-XML_RPC/Makefile Sun Jun 11 07:43:21 2017 (r443301)
@@ -9,6 +9,6 @@ MAINTAINER= joneum at FreeBSD.org
COMMENT= PHP implementation of the XML-RPC protocol
USE_PHP= xml
-USES= pear
+USES= pear php
.include <bsd.port.mk>
Modified: head/net/pear-XML_RPC/distinfo
==============================================================================
--- head/net/pear-XML_RPC/distinfo Sun Jun 11 07:43:16 2017 (r443300)
+++ head/net/pear-XML_RPC/distinfo Sun Jun 11 07:43:21 2017 (r443301)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/XML_RPC-1.5.5.tgz) = 80e244582cd2d948f73142a0a43984a50fe916262825e70cb98ee95380026650
-SIZE (PEAR/XML_RPC-1.5.5.tgz) = 31862
+TIMESTAMP = 1497163305
+SHA256 (PEAR/XML_RPC-1.5.5.tgz) = a8dad1c25e718a3d6f0e4d16432bde6b0aced54b1f2cd5de7f02a40d52e6f586
+SIZE (PEAR/XML_RPC-1.5.5.tgz) = 32202
More information about the svn-ports-all
mailing list