Date: Sun, 11 Jun 2017 07:46:55 +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: r443345 - head/www/pear-HTTP_Request Message-ID: <201706110746.v5B7ktua059074@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jun 11 07:46:54 2017 New Revision: 443345 URL: https://svnweb.freebsd.org/changeset/ports/443345 Log: Update distinfo and unbreak this port - While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => HTTP_Request-1.4.4.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/HTTP_Request-1.4.4.tgz fetch: http://pear.php.net/get/HTTP_Request-1.4.4.tgz: size mismatch: expected 17109, actual 17233 Reference: https://people.FreeBSD.org/~sunpoet/checksum/HTTP_Request-1.4.4.tgz [1] Approved by: portmgr (blanket) Modified: head/www/pear-HTTP_Request/Makefile head/www/pear-HTTP_Request/distinfo Modified: head/www/pear-HTTP_Request/Makefile ============================================================================== --- head/www/pear-HTTP_Request/Makefile Sun Jun 11 07:46:49 2017 (r443344) +++ head/www/pear-HTTP_Request/Makefile Sun Jun 11 07:46:54 2017 (r443345) @@ -13,6 +13,6 @@ BUILD_DEPENDS= ${PEARDIR}/Net/URL.php:net/pear-Net_URL RUN_DEPENDS= ${PEARDIR}/Net/URL.php:net/pear-Net_URL \ ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket -USES= pear +USES= pear .include <bsd.port.mk> Modified: head/www/pear-HTTP_Request/distinfo ============================================================================== --- head/www/pear-HTTP_Request/distinfo Sun Jun 11 07:46:49 2017 (r443344) +++ head/www/pear-HTTP_Request/distinfo Sun Jun 11 07:46:54 2017 (r443345) @@ -1,2 +1,3 @@ -SHA256 (PEAR/HTTP_Request-1.4.4.tgz) = cb6050491a7b9583b3a74f89d14a9d49c4a5e51472a31126026e03fcabe84d19 -SIZE (PEAR/HTTP_Request-1.4.4.tgz) = 17109 +TIMESTAMP = 1497163392 +SHA256 (PEAR/HTTP_Request-1.4.4.tgz) = 3691afdc87ad836b09b4def7f7116f64349f8eff7e787cd9df90050186877322 +SIZE (PEAR/HTTP_Request-1.4.4.tgz) = 17233
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706110746.v5B7ktua059074>