Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2008 16:04:04 GMT
From:      Kiyoshi Matsui <kmatsui@t3.rim.or.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/129298: [maintainer update] devel/mcpp Alternative C/C++ preprocessor
Message-ID:  <200811301604.mAUG440V022492@www.freebsd.org>
Resent-Message-ID: <200811301610.mAUGA120033609@freefall.freebsd.org>

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

>Number:         129298
>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:   Sun Nov 30 16:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Kiyoshi Matsui
>Release:        FreeBSD 6.3-RELEASE i386
>Organization:
none
>Environment:
FreeBSD banten-bsd.private 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Wed Jan 16 04:45:45 UTC 2008     root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP  i386
>Description:
upstream update from V.2.7.1 to V.2.7.2.

>How-To-Repeat:

>Fix:
The patch is attached.


Patch attached with submission follows:

diff -ruN mcpp-2.7.1/Makefile mcpp/Makefile
--- mcpp-2.7.1/Makefile	2008-08-21 15:16:45.000000000 +0900
+++ mcpp/Makefile	2008-11-29 23:40:49.490132000 +0900
@@ -2,11 +2,11 @@
 # Date created:		06 April 2007
 # Whom:			Kiyoshi Matsui <kmatsui@t3.rim.or.jp>
 #
-# $FreeBSD: ports/devel/mcpp/Makefile,v 1.9 2008/08/21 06:16:45 rafan Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	mcpp
-PORTVERSION=	2.7.1
+PORTVERSION=	2.7.2
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
@@ -19,7 +19,7 @@
 
 PLIST_FILES=	bin/mcpp    \
 		lib/libmcpp.so	\
-		lib/libmcpp.so.2	\
+		lib/libmcpp.so.3	\
 		lib/libmcpp.a	\
 		lib/libmcpp.la	\
 		include/mcpp_lib.h \
diff -ruN mcpp-2.7.1/distinfo mcpp/distinfo
--- mcpp-2.7.1/distinfo	2008-05-22 09:06:46.000000000 +0900
+++ mcpp/distinfo	2008-11-29 23:40:55.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (mcpp-2.7.1.tar.gz) = 375575ed6b305edd985c7adf9f36202e
-SHA256 (mcpp-2.7.1.tar.gz) = 0e079fefe936a7057481630d7190a66421ab15ddabb5f3bf2875a4c520592d9c
-SIZE (mcpp-2.7.1.tar.gz) = 1384826
+MD5 (mcpp-2.7.2.tar.gz) = 512de48c87ab023a69250edc7a0c7b05
+SHA256 (mcpp-2.7.2.tar.gz) = 3b9b4421888519876c4fc68ade324a3bbd81ceeb7092ecdbbc2055099fcb8864


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



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