diff -ruN mcpp-2.6.3/Makefile mcpp/Makefile --- mcpp-2.6.3/Makefile Sat Apr 28 19:07:50 2007 +++ mcpp/Makefile Sun May 20 13:42:48 2007 @@ -2,11 +2,11 @@ # Date created: 06 April 2007 # Whom: Kiyoshi Matsui # -# $FreeBSD: ports/devel/mcpp/Makefile,v 1.2 2007/04/28 10:07:50 rafan Exp $ +# $FreeBSD$ # PORTNAME= mcpp -PORTVERSION= 2.6.3 +PORTVERSION= 2.6.4 CATEGORIES= devel MASTER_SITES= http://prdownloads.sourceforge.net/mcpp/ \ http://jaist.dl.sourceforge.net/sourceforge/mcpp/ @@ -23,10 +23,8 @@ share/doc/mcpp/LICENSE \ share/doc/mcpp/NEWS \ share/doc/mcpp/README \ - share/doc/mcpp/doc-jp/mcpp-manual.html \ - share/doc/mcpp/doc/mcpp-manual.html -PLIST_DIRS= share/doc/mcpp/doc-jp \ - share/doc/mcpp/doc \ - share/doc/mcpp + share/doc/mcpp/mcpp-manual.html \ + share/doc/mcpp/mcpp-manual-jp.html +PLIST_DIRS= share/doc/mcpp .include diff -ruN mcpp-2.6.3/distinfo mcpp/distinfo --- mcpp-2.6.3/distinfo Mon Apr 16 03:59:37 2007 +++ mcpp/distinfo Fri May 18 23:03:29 2007 @@ -1,3 +1,3 @@ -MD5 (mcpp-2.6.3.tar.gz) = ae64027a2d474f31656ad44ef656ca21 -SHA256 (mcpp-2.6.3.tar.gz) = ea9af7252efa76ef81508232ea2b0c2f55c1c2720086c668201c805d49dbc414 -SIZE (mcpp-2.6.3.tar.gz) = 1301041 +MD5 (mcpp-2.6.4.tar.gz) = c0f5aa9b13e36ea0f2ab9358c5d65153 +SHA256 (mcpp-2.6.4.tar.gz) = 498ec0e2ef641e3e24c7f3114821a3219dfa2cf93c670b8cb72c529114f68752 +SIZE (mcpp-2.6.4.tar.gz) = 1302617 diff -ruN mcpp-2.6.3/pkg-descr mcpp/pkg-descr --- mcpp-2.6.3/pkg-descr Mon Apr 16 03:59:37 2007 +++ mcpp/pkg-descr Wed May 9 21:50:46 2007 @@ -2,10 +2,10 @@ some other directives. MCPP is an alternative C/C++ preprocessor with the highest conformance, -implementated by Kiyoshi Matsui. MCPP is especially useful for +implementated by Kiyoshi Matsui. It supports multiple standards: K&R, +ISO C90, ISO C99, and ISO C++98. MCPP is especially useful for debugging the source program which use complicated macros and also -useful for checking portability of the source. It supports multiple -standards: K&R, ISO C90, ISO C99, and ISO C++98. +useful for checking portability of the source. Though mcpp could be built as a replacement of GCC's resident proprocessor or as a subroutine called from some other main program,