Date: Sun, 11 Jun 2017 07:48:00 +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: r443358 - head/www/pear-Services_GeoNames Message-ID: <201706110748.v5B7m0Et060399@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jun 11 07:48:00 2017 New Revision: 443358 URL: https://svnweb.freebsd.org/changeset/ports/443358 Log: Update distinfo and unbreak this port - While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Services_GeoNames-1.0.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Services_GeoNames-1.0.1.tgz fetch: http://pear.php.net/get/Services_GeoNames-1.0.1.tgz: size mismatch: expected 45311, actual 46442 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Services_GeoNames-1.0.1.tgz [1] Approved by: portmgr (blanket) Modified: head/www/pear-Services_GeoNames/Makefile head/www/pear-Services_GeoNames/distinfo Modified: head/www/pear-Services_GeoNames/Makefile ============================================================================== --- head/www/pear-Services_GeoNames/Makefile Sun Jun 11 07:47:55 2017 (r443357) +++ head/www/pear-Services_GeoNames/Makefile Sun Jun 11 07:48:00 2017 (r443358) @@ -11,6 +11,6 @@ COMMENT= PHP5 Interface to the GeoNames Public API BUILD_DEPENDS= ${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2 RUN_DEPENDS= ${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2 -USES= pear +USES= pear .include <bsd.port.mk> Modified: head/www/pear-Services_GeoNames/distinfo ============================================================================== --- head/www/pear-Services_GeoNames/distinfo Sun Jun 11 07:47:55 2017 (r443357) +++ head/www/pear-Services_GeoNames/distinfo Sun Jun 11 07:48:00 2017 (r443358) @@ -1,2 +1,3 @@ -SHA256 (PEAR/Services_GeoNames-1.0.1.tgz) = b7760f4c2ad8fbb1f774314b6bbc1a04d1050dd892128919a0b72972b61d28f3 -SIZE (PEAR/Services_GeoNames-1.0.1.tgz) = 45311 +TIMESTAMP = 1497163416 +SHA256 (PEAR/Services_GeoNames-1.0.1.tgz) = 3c25aad16486c595ccc1c3a7f6dc2df94f07485546846f8118252b77a550e121 +SIZE (PEAR/Services_GeoNames-1.0.1.tgz) = 46442
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706110748.v5B7m0Et060399>