From owner-cvs-all@FreeBSD.ORG Sun Jul 29 12:43:28 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF41F16A41A; Sun, 29 Jul 2007 12:43:28 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C04F513C45E; Sun, 29 Jul 2007 12:43:28 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6TChSG4005436; Sun, 29 Jul 2007 12:43:28 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6TChSDo005435; Sun, 29 Jul 2007 12:43:28 GMT (envelope-from lth) Message-Id: <200707291243.l6TChSDo005435@repoman.freebsd.org> From: Lars Thegler Date: Sun, 29 Jul 2007 12:43:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/perforce Makefile distinfo.freebsd54x86 distinfo.freebsd54x86_64 distinfo.freebsd61sparc64 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 12:43:28 -0000 lth 2007-07-29 12:43:28 UTC FreeBSD ports repository Modified files: devel/perforce Makefile distinfo.freebsd54x86 distinfo.freebsd54x86_64 distinfo.freebsd61sparc64 Log: Chase updated binaries. Bugs fixed: (from release notes): #129932 ** 'p4 submit' could fail when 'p4 integrate' mistakenly attempts to branch from a deleted revision if that source file was readded and that readded revision was ignored into the target file. Fixed. (Bug #24663) #128837 ** The server no longer exits after 10 consecutive attempts to accept an incoming connection. Usually the reason for this is that the computer is under configured and its simply a server resource problem. In some cases the problem can be on the client end, because of this the server now sleeps, then continues to retry. (Bug #24156). For complete list of changes, see: http://www.perforce.com/perforce/doc.061/user/relnotes.txt Noticed by: pavmail Revision Changes Path 1.70 +1 -1 ports/devel/perforce/Makefile 1.8 +3 -3 ports/devel/perforce/distinfo.freebsd54x86 1.9 +3 -3 ports/devel/perforce/distinfo.freebsd54x86_64 1.2 +3 -3 ports/devel/perforce/distinfo.freebsd61sparc64