svn commit: r443359 - head/www/pear-Services_Google
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jun 11 07:48:07 UTC 2017
Author: sunpoet
Date: Sun Jun 11 07:48:05 2017
New Revision: 443359
URL: https://svnweb.freebsd.org/changeset/ports/443359
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_Google-0.2.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Services_Google-0.2.0.tgz
fetch: http://pear.php.net/get/Services_Google-0.2.0.tgz: size mismatch: expected 3213, actual 3261
Reference: https://people.FreeBSD.org/~sunpoet/checksum/Services_Google-0.2.0.tgz [1]
Approved by: portmgr (blanket)
Modified:
head/www/pear-Services_Google/Makefile
head/www/pear-Services_Google/distinfo
Modified: head/www/pear-Services_Google/Makefile
==============================================================================
--- head/www/pear-Services_Google/Makefile Sun Jun 11 07:48:00 2017 (r443358)
+++ head/www/pear-Services_Google/Makefile Sun Jun 11 07:48:05 2017 (r443359)
@@ -8,7 +8,7 @@ CATEGORIES= www pear
MAINTAINER= joneum at FreeBSD.org
COMMENT= PHP interface to access the Google SOAP Web APIs
-USES= pear
+USES= pear php
USE_PHP= soap
.include <bsd.port.mk>
Modified: head/www/pear-Services_Google/distinfo
==============================================================================
--- head/www/pear-Services_Google/distinfo Sun Jun 11 07:48:00 2017 (r443358)
+++ head/www/pear-Services_Google/distinfo Sun Jun 11 07:48:05 2017 (r443359)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Services_Google-0.2.0.tgz) = de1ff3b101235ec1c1771c7781c142b8c41ce436b099b2e56815844afbc70e0c
-SIZE (PEAR/Services_Google-0.2.0.tgz) = 3213
+TIMESTAMP = 1497163418
+SHA256 (PEAR/Services_Google-0.2.0.tgz) = e39cda19fbd66b2e06832303b68f423be6a410008e6cb00cc10ba89ee3f8a190
+SIZE (PEAR/Services_Google-0.2.0.tgz) = 3261
More information about the svn-ports-head
mailing list