From root@mwilke.ath.cx  Fri Jun  2 10:19:30 2006
Return-Path: <root@mwilke.ath.cx>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C6F8A16A47B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  2 Jun 2006 10:19:30 +0000 (UTC)
	(envelope-from root@mwilke.ath.cx)
Received: from mwilke.ath.cx (p548D41AB.dip0.t-ipconnect.de [84.141.65.171])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0164343D4C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  2 Jun 2006 10:19:24 +0000 (GMT)
	(envelope-from root@mwilke.ath.cx)
Received: from mwilke.ath.cx (localhost [127.0.0.1])
	by mwilke.ath.cx (8.13.4/8.13.4) with ESMTP id k52AJLRm073486;
	Fri, 2 Jun 2006 12:19:22 +0200 (CEST)
	(envelope-from root@mwilke.ath.cx)
Received: (from root@localhost)
	by mwilke.ath.cx (8.13.4/8.13.4/Submit) id k52AJKo6073485;
	Fri, 2 Jun 2006 12:19:20 +0200 (CEST)
	(envelope-from root)
Message-Id: <200606021019.k52AJKo6073485@mwilke.ath.cx>
Date: Fri, 2 Jun 2006 12:19:20 +0200 (CEST)
From: Martin Wilke <freebsd@unixfreunde.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: drewish@katherinehouse.com
Subject: [update] devel/cxxtest: update to 3.10.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify: drewish@katherinehouse.com

>Number:         98360
>Category:       ports
>Synopsis:       [update] devel/cxxtest: update to 3.10.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 02 10:20:13 GMT 2006
>Closed-Date:    Mon Jun 12 12:27:04 GMT 2006
>Last-Modified:  Mon Jun 12 12:27:04 GMT 2006
>Originator:     Martin Wilke
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD mwilke.ath.cx 7.0-CURRENT FreeBSD 7.0-CURRENT #146: Wed May 31 19:15:22 CEST 2006
>Description:
- Update to 3.10.1

Port maintainer (drewish@katherinehouse.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- cxxtest-3.10.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/cxxtest/Makefile /usr/home/splash/dev/ports/devel/cxxtest/Makefile
--- /usr/ports/devel/cxxtest/Makefile	Mon Mar  8 00:36:26 2004
+++ /usr/home/splash/dev/ports/devel/cxxtest/Makefile	Fri Jun  2 12:13:32 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cxxtest
-PORTVERSION=	3.9.1
+PORTVERSION=	3.10.1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -17,6 +17,7 @@
 WRKSRC=		${WRKDIR}/${PORTNAME}
 NO_BUILD=	yes
 USE_PERL5_RUN=	yes
+USE_GMAKE=	yes
 
 DOCS=		README TODO docs/*.html docs/*.png
 EXAMPLES=	sample/*.cpp sample/*.h sample/*.tpl sample/Construct \
diff -ruN --exclude=CVS /usr/ports/devel/cxxtest/distinfo /usr/home/splash/dev/ports/devel/cxxtest/distinfo
--- /usr/ports/devel/cxxtest/distinfo	Sun Jan 22 09:28:03 2006
+++ /usr/home/splash/dev/ports/devel/cxxtest/distinfo	Fri Jun  2 12:11:11 2006
@@ -1,3 +1,3 @@
-MD5 (cxxtest-3.9.1.tar.gz) = e301a46cf06a17ce5a9c285dc45e244d
-SHA256 (cxxtest-3.9.1.tar.gz) = 98f40f81d39e37139bdf62156e06a035348e69f94ad38ed439ed4038796eeb21
-SIZE (cxxtest-3.9.1.tar.gz) = 104619
+MD5 (cxxtest-3.10.1.tar.gz) = ec7d089b6b5d67048e7db84c3231a35c
+SHA256 (cxxtest-3.10.1.tar.gz) = 3e9db838466157195fed36131b17104ccb18220f33af2f2c2581deafc4edd8ac
+SIZE (cxxtest-3.10.1.tar.gz) = 114857
diff -ruN --exclude=CVS /usr/ports/devel/cxxtest/pkg-plist /usr/home/splash/dev/ports/devel/cxxtest/pkg-plist
--- /usr/ports/devel/cxxtest/pkg-plist	Mon Mar  8 00:36:26 2004
+++ /usr/home/splash/dev/ports/devel/cxxtest/pkg-plist	Fri Jun  2 12:14:30 2006
@@ -1,27 +1,36 @@
 bin/cxxtestgen.pl
 bin/cxxtestgen.py
+include/cxxtest/Descriptions.cpp
 include/cxxtest/Descriptions.h
+include/cxxtest/DummyDescriptions.cpp
 include/cxxtest/DummyDescriptions.h
 include/cxxtest/ErrorFormatter.h
 include/cxxtest/ErrorPrinter.h
 include/cxxtest/Flags.h
+include/cxxtest/GlobalFixture.cpp
 include/cxxtest/GlobalFixture.h
 include/cxxtest/Gui.h
+include/cxxtest/LinkedList.cpp
 include/cxxtest/LinkedList.h
+include/cxxtest/Mock.h
 include/cxxtest/ParenPrinter.h
 include/cxxtest/QtGui.h
+include/cxxtest/RealDescriptions.cpp
 include/cxxtest/RealDescriptions.h
 include/cxxtest/Root.cpp
 include/cxxtest/SelfTest.h
-include/cxxtest/StdString.h
+include/cxxtest/StdHeaders.h
 include/cxxtest/StdValueTraits.h
 include/cxxtest/StdioFilePrinter.h
 include/cxxtest/StdioPrinter.h
 include/cxxtest/TeeListener.h
 include/cxxtest/TestListener.h
 include/cxxtest/TestRunner.h
+include/cxxtest/TestSuite.cpp
 include/cxxtest/TestSuite.h
+include/cxxtest/TestTracker.cpp
 include/cxxtest/TestTracker.h
+include/cxxtest/ValueTraits.cpp
 include/cxxtest/ValueTraits.h
 include/cxxtest/Win32Gui.h
 include/cxxtest/X11Gui.h
@@ -34,14 +43,13 @@
 %%PORTDOCS%%%%DOCSDIR%%/qt2.png
 %%PORTDOCS%%%%DOCSDIR%%/win32.png
 %%PORTDOCS%%%%DOCSDIR%%/x11.png
-%%PORTDOCS%%@dirrm %%PORTDOCS%%%%DOCSDIR%%
 %%EXAMPLESDIR%%/Construct
 %%EXAMPLESDIR%%/CreatedTest.h
 %%EXAMPLESDIR%%/DeltaTest.h
+%%EXAMPLESDIR%%/EnumTraits.h
 %%EXAMPLESDIR%%/ExceptionTest.h
 %%EXAMPLESDIR%%/FixtureTest.h
 %%EXAMPLESDIR%%/GreenYellowRed.h
-%%EXAMPLESDIR%%/GuiWait.h
 %%EXAMPLESDIR%%/Makefile.unix
 %%EXAMPLESDIR%%/MessageTest.h
 %%EXAMPLESDIR%%/SimpleTest.h
@@ -50,5 +58,6 @@
 %%EXAMPLESDIR%%/file_printer.tpl
 %%EXAMPLESDIR%%/only.tpl
 %%EXAMPLESDIR%%/yes_no_runner.cpp
-@dirrm include/cxxtest
 @dirrm %%EXAMPLESDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm include/cxxtest
--- cxxtest-3.10.1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Jun 2 10:24:18 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98360 

From: "andrew morton" <drewish@katherinehouse.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/98360: [update] devel/cxxtest: update to 3.10.1
Date: Fri, 2 Jun 2006 07:42:30 -0700

 The changes look good to me. Please commit them.
 
 Thanks,
 andrew
 
 On Fri, 2 Jun 2006 10:24:12 UT, Edwin Groothuis <edwin@freebsd.org> wrote:
 > Maintainer of devel/cxxtest,
 >
 > Please note that PR ports/98360 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/98360
 >
 > --
 > Edwin Groothuis
 > edwin@FreeBSD.org
 >
 >
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu Jun 8 11:18:53 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98360 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Jun 12 12:27:03 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98360 
>Unformatted:
