From owner-cvs-all@FreeBSD.ORG Fri Nov 11 18:29:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 9487A16A41F; Fri, 11 Nov 2005 18:29:35 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 660EC43D45; Fri, 11 Nov 2005 18:29:35 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jABITZWu025989; Fri, 11 Nov 2005 18:29:35 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jABITZAU025988; Fri, 11 Nov 2005 18:29:35 GMT (envelope-from thierry) Message-Id: <200511111829.jABITZAU025988@repoman.freebsd.org> From: Thierry Thomas Date: Fri, 11 Nov 2005 18:29:35 +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/smc Makefile distinfo 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: Fri, 11 Nov 2005 18:29:35 -0000 thierry 2005-11-11 18:29:35 UTC FreeBSD ports repository Modified files: devel/smc Makefile distinfo Log: Fix a size mismatch and unbreak. According to the author: ----- From: Charles Rapp Subject: RE: Was 4.2.2 rerolled? Boris, I realized after the initial release that the build missed 1 line change of the C# bug fix due to a CVS problem. SmcCSharpGenerator.java, line 1456 was built as: if (loopbackFlag == false || hasActions == false) and was corrected to: if (loopbackFlag == false || hasActions == true) So I corrected the CVS problem, rebuilt and re-released the tarball without modifying the release. I apologize for any inconvience this has caused. Charles Rapp ----- PR: 88291 Submitted by: Boris B. Samorodov Revision Changes Path 1.5 +1 -2 ports/devel/smc/Makefile 1.3 +3 -2 ports/devel/smc/distinfo