Date: Sun, 11 Jun 2017 07:42:05 +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: r443288 - head/net/pear-Net_POP3 Message-ID: <201706110742.v5B7g5ax053230@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jun 11 07:42:05 2017 New Revision: 443288 URL: https://svnweb.freebsd.org/changeset/ports/443288 Log: Update distinfo and unbreak this port - While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Net_POP3-1.3.8.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Net_POP3-1.3.8.tgz fetch: http://pear.php.net/get/Net_POP3-1.3.8.tgz: size mismatch: expected 9657, actual 9745 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Net_POP3-1.3.8.tgz [1] Approved by: portmgr (blanket) Modified: head/net/pear-Net_POP3/Makefile head/net/pear-Net_POP3/distinfo Modified: head/net/pear-Net_POP3/Makefile ============================================================================== --- head/net/pear-Net_POP3/Makefile Sun Jun 11 07:42:00 2017 (r443287) +++ head/net/pear-Net_POP3/Makefile Sun Jun 11 07:42:05 2017 (r443288) @@ -11,6 +11,6 @@ COMMENT= Provides a POP3 class to access POP3 server BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket -USES= pear +USES= pear .include <bsd.port.mk> Modified: head/net/pear-Net_POP3/distinfo ============================================================================== --- head/net/pear-Net_POP3/distinfo Sun Jun 11 07:42:00 2017 (r443287) +++ head/net/pear-Net_POP3/distinfo Sun Jun 11 07:42:05 2017 (r443288) @@ -1,2 +1,3 @@ -SHA256 (PEAR/Net_POP3-1.3.8.tgz) = 766d6d539c6c6b1dd448f1dd479b77266338f2ea1fd712af551dfe8e7cedf726 -SIZE (PEAR/Net_POP3-1.3.8.tgz) = 9657 +TIMESTAMP = 1497163282 +SHA256 (PEAR/Net_POP3-1.3.8.tgz) = 3b8fee2e559edf66ded401563df7251f3d78983ebbc114d0087a3112835e55fd +SIZE (PEAR/Net_POP3-1.3.8.tgz) = 9745
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706110742.v5B7g5ax053230>