svn commit: r321092 - head/devel/tradcpp

Baptiste Daroussin bapt at FreeBSD.org
Mon Jun 17 10:58:01 UTC 2013


Author: bapt
Date: Mon Jun 17 10:58:01 2013
New Revision: 321092
URL: http://svnweb.freebsd.org/changeset/ports/321092

Log:
  Update to 0.3:
  Changes:
  - Don't eval the control expression of the first #if of a block when
    already in a false block; it might not be valid
  - Don't recognize comments within character constants.
  - Don't recognize macro argument parentheses or commas within strings,
    or within character constants either.

Modified:
  head/devel/tradcpp/Makefile
  head/devel/tradcpp/distinfo

Modified: head/devel/tradcpp/Makefile
==============================================================================
--- head/devel/tradcpp/Makefile	Mon Jun 17 09:31:00 2013	(r321091)
+++ head/devel/tradcpp/Makefile	Mon Jun 17 10:58:01 2013	(r321092)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	tradcpp
-PORTVERSION=	0.2
+PORTVERSION=	0.3
 CATEGORIES=	devel
 MASTER_SITES=	http://ftp.NetBSD.org/pub/NetBSD/misc/dholland/
 

Modified: head/devel/tradcpp/distinfo
==============================================================================
--- head/devel/tradcpp/distinfo	Mon Jun 17 09:31:00 2013	(r321091)
+++ head/devel/tradcpp/distinfo	Mon Jun 17 10:58:01 2013	(r321092)
@@ -1,2 +1,2 @@
-SHA256 (tradcpp-0.2.tar.gz) = 1a9661acbc08733e0156ffebc2e78d141748ec5f66242670be0620e99fc2170f
-SIZE (tradcpp-0.2.tar.gz) = 32388
+SHA256 (tradcpp-0.3.tar.gz) = 4cd2cd9e4913831254becb9711777d619d5293479eaa2ee1d413c99300398e86
+SIZE (tradcpp-0.3.tar.gz) = 33032


More information about the svn-ports-all mailing list