Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 May 2007 09:51:47 GMT
From:      Kiyoshi Matsui<kmatsui@t3.rim.or.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/112831: [maintainer update] devel/mcpp Alternative C/C++ preprocessor
Message-ID:  <200705210951.l4L9plWj017217@www.freebsd.org>
Resent-Message-ID: <200705211000.l4LA0B2a019968@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         112831
>Category:       ports
>Synopsis:       [maintainer update] devel/mcpp Alternative C/C++ preprocessor
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 21 10:00:11 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Kiyoshi Matsui
>Release:        FreeBSD 6.2-RELEASE-p4 i386
>Organization:
none
>Environment:
System: FreeBSD banten_bsd.private 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:40:53 UTC 2007 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386

>Description:
upstream update from V.2.6.3 to V.2.6.4 with some modification of
installation directory of some documents.

>How-To-Repeat:

>Fix:
 the patch is below:

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 <kmatsui@t3.rim.or.jp>
 #
-# $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 <bsd.port.mk>
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,

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705210951.l4L9plWj017217>