From owner-cvs-ports@FreeBSD.ORG Sun Apr 27 12:47:51 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A2821065681; Sun, 27 Apr 2008 12:47:51 +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 570118FC28; Sun, 27 Apr 2008 12:47:51 +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 m3RClp7c062686; Sun, 27 Apr 2008 12:47:51 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3RClpgL062685; Sun, 27 Apr 2008 12:47:51 GMT (envelope-from lth) Message-Id: <200804271247.m3RClpgL062685@repoman.freebsd.org> From: Lars Thegler Date: Sun, 27 Apr 2008 12:47:51 +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.freebsd60x86 distinfo.freebsd60x86_64 distinfo.freebsd61sparc64 X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2008 12:47:51 -0000 lth 2008-04-27 12:47:51 UTC FreeBSD ports repository Modified files: devel/perforce Makefile distinfo.freebsd54x86 distinfo.freebsd54x86_64 distinfo.freebsd60x86 distinfo.freebsd60x86_64 distinfo.freebsd61sparc64 Log: Bugs fixed (from release notes): #152382 ** Sometimes 'p4 integrate' would find a distant base when cherry picking revisions to integrate. Now 'p4 integrate' insists that the base be the revision before the first revision being integrated when cherry picking revisions. (Bug #29016). #152296 ** 'p4 submit' could report "No files to submit" if the combination of client mapped files and protections table exceeded an internal limit. This limit was incorrectly reached on case-insensitive Servers (Windows) by repeated values in a generated map. This has been fixed. (Bug #28853) Revision Changes Path 1.75 +1 -1 ports/devel/perforce/Makefile 1.13 +2 -2 ports/devel/perforce/distinfo.freebsd54x86 1.14 +3 -3 ports/devel/perforce/distinfo.freebsd54x86_64 1.3 +2 -2 ports/devel/perforce/distinfo.freebsd60x86 1.3 +3 -3 ports/devel/perforce/distinfo.freebsd60x86_64 1.7 +2 -2 ports/devel/perforce/distinfo.freebsd61sparc64