Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 299E571955 for ; Tue, 9 Jul 2013 17:39:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7E63814A190; Tue, 9 Jul 2013 17:39:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 09F2514A191 for ; Tue, 9 Jul 2013 17:39:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id tWaluAiLDWy2 for ; Tue, 9 Jul 2013 17:39:52 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 7E9D814A18F for ; Tue, 9 Jul 2013 17:39:52 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 35C0996; Tue, 9 Jul 2013 17:39:52 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 9 Jul 2013 17:39:52 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/devel/tradcpp To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20130709173952.35C0996@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: dholland Date: Tue Jul 9 17:39:52 UTC 2013 Modified Files: pkgsrc/devel/tradcpp: Makefile distinfo Log Message: Update to 0.3.1: minor fixes. release 0.3.1 (20130709) - Don't leak memory and assert if a bad command-line option comes after a -D or a -include foo. - Since imake is a principal application for tradcpp and imake carefully hides what it's doing when you run it, when rejecting an invalid option be sure to report *what* that option is. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/tradcpp/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/tradcpp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.