From owner-svn-ports-head@freebsd.org Sun Jun 11 07:42:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 151CCC09E37; Sun, 11 Jun 2017 07:42:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4D6E7BA39; Sun, 11 Jun 2017 07:42:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5B7g6tn053232; Sun, 11 Jun 2017 07:42:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5B7g5ax053230; Sun, 11 Jun 2017 07:42:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706110742.v5B7g5ax053230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 11 Jun 2017 07:42:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443288 - head/net/pear-Net_POP3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2017 07:42:07 -0000 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 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