From owner-svn-ports-all@freebsd.org Sun Jun 11 07:43:33 2017 Return-Path: Delivered-To: svn-ports-all@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 E9381C0A0F5; Sun, 11 Jun 2017 07:43:33 +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 7BB317C136; Sun, 11 Jun 2017 07:43:32 +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 v5B7hVWK054774; Sun, 11 Jun 2017 07:43:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5B7hVPt054772; Sun, 11 Jun 2017 07:43:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706110743.v5B7hVPt054772@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:43:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443303 - head/security/pear-Auth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2017 07:43:34 -0000 Author: sunpoet Date: Sun Jun 11 07:43:30 2017 New Revision: 443303 URL: https://svnweb.freebsd.org/changeset/ports/443303 Log: Update distinfo and unbreak this port - While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Auth-1.6.4.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Auth-1.6.4.tgz fetch: http://pear.php.net/get/Auth-1.6.4.tgz: size mismatch: expected 56048, actual 56771 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Auth-1.6.4.tgz [1] Approved by: portmgr (blanket) Modified: head/security/pear-Auth/Makefile head/security/pear-Auth/distinfo Modified: head/security/pear-Auth/Makefile ============================================================================== --- head/security/pear-Auth/Makefile Sun Jun 11 07:43:26 2017 (r443302) +++ head/security/pear-Auth/Makefile Sun Jun 11 07:43:30 2017 (r443303) @@ -8,7 +8,7 @@ CATEGORIES= security pear MAINTAINER= joneum@FreeBSD.org COMMENT= PEAR class for creating an authentication system -USES= pear +USES= pear OPTIONS_DEFINE= PEAR_LOG PEAR_FILE_PASSWD PEAR_NET_POP3 PEAR_DB PEAR_MDB \ PEAR_MDB2 PEAR_AUTH_RADIUS PEAR_CRYPT_CHAP PEAR_FILE_SMBPASSWD \ Modified: head/security/pear-Auth/distinfo ============================================================================== --- head/security/pear-Auth/distinfo Sun Jun 11 07:43:26 2017 (r443302) +++ head/security/pear-Auth/distinfo Sun Jun 11 07:43:30 2017 (r443303) @@ -1,2 +1,3 @@ -SHA256 (PEAR/Auth-1.6.4.tgz) = 5fb31a2f758474fd9a044afbc387d65fef38732b8f313837971b9a16104779e6 -SIZE (PEAR/Auth-1.6.4.tgz) = 56048 +TIMESTAMP = 1497163310 +SHA256 (PEAR/Auth-1.6.4.tgz) = 307af98354e8ea61d37100e66ac8b8e5cc67aaee8488fef80f5fafdd2d745788 +SIZE (PEAR/Auth-1.6.4.tgz) = 56771