From owner-cvs-all@FreeBSD.ORG Sun Sep 28 06:47:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD94716A55C; Sun, 28 Sep 2003 06:47:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 382EC43FAF; Sun, 28 Sep 2003 06:47:32 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h8SDlWXJ053990; Sun, 28 Sep 2003 06:47:32 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8SDlVKj053989; Sun, 28 Sep 2003 06:47:31 -0700 (PDT) (envelope-from edwin) Message-Id: <200309281347.h8SDlVKj053989@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 28 Sep 2003 06:47:31 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Sep 2003 13:47:33 -0000 edwin 2003/09/28 06:47:31 PDT FreeBSD ports repository Modified files: . MOVED Log: [patch] fix possible error in /usr/ports/MOVED The ports monitoring code that I am working on attempts to automatically parse the MOVED file. For the port security/pam_krb5, which was deleted and then restored, there is a "from" entry but the "to" entry is still empty. If I understand the intent of this file correctly, I believe the "to" entry should be set back to being non-null. There are two errors. The format I suggested for the first one doesn't really represent the historical data; I have restored the original entry on the first instance and added a completely separate second instance. The other error is that the lang/php4 port has been restored, but a parse of the file will allege that it is still deleted. PR: ports/57293 Submitted by: Mark Linimon Revision Changes Path 1.221 +3 -1 ports/MOVED