summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2013-06-17 02:33:40 +0000
committerdholland <dholland@pkgsrc.org>2013-06-17 02:33:40 +0000
commitf9b30fa644aab9fcb50372d9525fd67c44bd20e2 (patch)
treef0426929ef7ba990d34d184f6c1b743b7f7a3464
parentcac9b5d7b6cb881eebc007de2fd0c2366c5da2f3 (diff)
downloadpkgsrc-f9b30fa644aab9fcb50372d9525fd67c44bd20e2.tar.gz
Update to 0.3; bug fixes.
release 0.3 (20130616) - Don't eval the control expression of the first #if of a block when already in a false block; it might not be valid. Reported by Baptiste Daroussin. - Don't recognize comments within character constants. - Don't recognize macro argument parentheses or commas within strings, or within character constants either.
-rw-r--r--devel/tradcpp/Makefile4
-rw-r--r--devel/tradcpp/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/tradcpp/Makefile b/devel/tradcpp/Makefile
index 8e76cdc224a..bfdc353250e 100644
--- a/devel/tradcpp/Makefile
+++ b/devel/tradcpp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2013/06/16 12:56:10 obache Exp $
+# $NetBSD: Makefile,v 1.4 2013/06/17 02:33:40 dholland Exp $
#
-DISTNAME= tradcpp-0.2
+DISTNAME= tradcpp-0.3
CATEGORIES= devel
MASTER_SITES= http://ftp.NetBSD.org/pub/NetBSD/misc/dholland/
diff --git a/devel/tradcpp/distinfo b/devel/tradcpp/distinfo
index d61044b0a10..7c639961820 100644
--- a/devel/tradcpp/distinfo
+++ b/devel/tradcpp/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2013/06/11 23:07:01 dholland Exp $
+$NetBSD: distinfo,v 1.3 2013/06/17 02:33:40 dholland Exp $
-SHA1 (tradcpp-0.2.tar.gz) = 394b6a9d55eca32c25d0c079b515e65628025be3
-RMD160 (tradcpp-0.2.tar.gz) = 8cbdde7fde0ef1a3d6003c293a3a3ba8d774c583
-Size (tradcpp-0.2.tar.gz) = 32388 bytes
+SHA1 (tradcpp-0.3.tar.gz) = 4759f1cffe350a70e1461acbfe3e03978e6218d6
+RMD160 (tradcpp-0.3.tar.gz) = d7da1b564989820e57cd0615afb70c60fa928b55
+Size (tradcpp-0.3.tar.gz) = 33032 bytes