From owner-cvs-all@FreeBSD.ORG Wed Jan 28 18:14:36 2004 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 2EB5216A4CE; Wed, 28 Jan 2004 18:14:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F57143D5C; Wed, 28 Jan 2004 18:14:25 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0T2EP0B053331; Wed, 28 Jan 2004 18:14:25 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0T2EPsw053330; Wed, 28 Jan 2004 18:14:25 -0800 (PST) (envelope-from edwin) Message-Id: <200401290214.i0T2EPsw053330@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 28 Jan 2004 18:14:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/mup distinfo 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: Thu, 29 Jan 2004 02:14:36 -0000 edwin 2004/01/28 18:14:25 PST FreeBSD ports repository Modified files: print/mup distinfo Log: Update checksum Noticed by: bento Changes in tarball: diff -r mup-4.6.old/mup/ytab.c mup-4.6.new/mup/ytab.c 1714c1714 < #line 4489 "gram.y" --- > #line 4493 "gram.y" 5351c5351,5353 < Currstruct_p->u.bar_p->precbartype = yyvsp[-1].intval; --- > if (Currstruct_p != 0 && Currstruct_p->u.bar_p != 0) { > Currstruct_p->u.bar_p->precbartype = yyvsp[-1].i ntval; > } 5358c5360,5362 < Currstruct_p->u.bar_p->precbartype = SINGLEBAR; --- > if (Currstruct_p != 0 && Currstruct_p->u.bar_p != 0) { > Currstruct_p->u.bar_p->precbartype = SINGLEBAR; > } 5364c5368 < #line 3602 "gram.y" --- > #line 3606 "gram.y" Revision Changes Path 1.3 +1 -1 ports/print/mup/distinfo