From amorton@multivac.drewish.com  Sun Mar  7 14:54:56 2004
Return-Path: <amorton@multivac.drewish.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AF72F16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  7 Mar 2004 14:54:56 -0800 (PST)
Received: from multivac.drewish.com (216-210-203-35.atgi.net [216.210.203.35])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 77F5D43D2F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  7 Mar 2004 14:54:56 -0800 (PST)
	(envelope-from amorton@multivac.drewish.com)
Received: from multivac.drewish.com (localhost [127.0.0.1])
	by multivac.drewish.com (8.12.11/8.12.11) with ESMTP id i27MsqeC007537
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 7 Mar 2004 14:54:53 -0800 (PST)
	(envelope-from amorton@multivac.drewish.com)
Received: (from amorton@localhost)
	by multivac.drewish.com (8.12.11/8.12.11/Submit) id i27MslCg007536;
	Sun, 7 Mar 2004 14:54:47 -0800 (PST)
	(envelope-from amorton)
Message-Id: <200403072254.i27MslCg007536@multivac.drewish.com>
Date: Sun, 7 Mar 2004 14:54:47 -0800 (PST)
From: andrew morton <drewish@katherinehouse.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [Maintainer Update] devel/cxxtest to 3.9.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         63902
>Category:       ports
>Synopsis:       [Maintainer Update] devel/cxxtest to 3.9.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 07 15:00:32 PST 2004
>Closed-Date:    Sun Mar 07 15:36:39 PST 2004
>Last-Modified:  Sun Mar 07 15:36:39 PST 2004
>Originator:     andrew morton
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD multivac.drewish.com 4.9-STABLE FreeBSD 4.9-STABLE #11: Tue Mar 2 18:06:14 PST 2004 amorton@multivac.drewish.com:/usr/obj/usr/src/sys/MULTIVAC i386
>Description:
* Updated to the latest version.
* Dropped test code from port after developer moved it into a separate archive.
>How-To-Repeat:
>Fix:

--- cxxtext_3.7.1_to_3.9.1.diff begins here ---
diff -u cxxtest.orig/Makefile cxxtest/Makefile
--- cxxtest.orig/Makefile	Sun Mar  7 13:07:02 2004
+++ cxxtest/Makefile	Sun Mar  7 14:27:37 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cxxtest
-PORTVERSION=	3.7.1
+PORTVERSION=	3.9.1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -19,8 +19,8 @@
 USE_PERL5_RUN=	yes
 
 DOCS=		README TODO docs/*.html docs/*.png
-EXAMPLES=	sample/*.cpp sample/*.h sample/*.tpl \
-	  	sample/Construct sample/Makefile.unix \
+EXAMPLES=	sample/*.cpp sample/*.h sample/*.tpl sample/Construct \
+		sample/Makefile.unix sample/gui/GreenYellowRed.h
 
 do-install:
 # scripts
@@ -34,15 +34,13 @@
 	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
 	@${ECHO_MSG} "* Documentation has been installed in ${DOCSDIR}"
 .endif
-	@${MKDIR} ${EXAMPLESDIR}/test
+	@${MKDIR} ${EXAMPLESDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
-	cd ${WRKSRC}/test && ${TAR} -cf - * | \
-		(cd ${EXAMPLESDIR}/test && ${TAR} -xf -)
 	@${ECHO_MSG} "* Samples have been installed in ${EXAMPLESDIR}"
-	@${ECHO_MSG} "* Beware that the sample makefiles aren't compatible with FreeBSD's make,"
-	@${ECHO_MSG} "* use ${GMAKE} instead."
 	@${ECHO_MSG} "* The CxxTest scripts have been installed into ${PREFIX}/bin/."
 	@${ECHO_MSG} "* The include files are in ${PREFIX}/include/cxxtest/"
+	@${ECHO_MSG} "* Beware that the sample makefiles aren't compatible with FreeBSD's make,"
+	@${ECHO_MSG} "* use ${GMAKE} instead."
 	@${ECHO_MSG} "* The obvious reminder: don't forget to add ${PREFIX}/include to your include path."
 
 .include <bsd.port.mk>
diff -u cxxtest.orig/distinfo cxxtest/distinfo
--- cxxtest.orig/distinfo	Sun Mar  7 13:07:02 2004
+++ cxxtest/distinfo	Sun Mar  7 13:10:02 2004
@@ -1 +1,2 @@
-MD5 (cxxtest-3.7.1.tar.gz) = fb768c225d6a7b093e1622fefc424e47
+MD5 (cxxtest-3.9.1.tar.gz) = e301a46cf06a17ce5a9c285dc45e244d
+SIZE (cxxtest-3.9.1.tar.gz) = 104619
Common subdirectories: cxxtest.orig/files and cxxtest/files
diff -u cxxtest.orig/pkg-plist cxxtest/pkg-plist
--- cxxtest.orig/pkg-plist	Sun Mar  7 13:07:03 2004
+++ cxxtest/pkg-plist	Sun Mar  7 14:30:14 2004
@@ -1,4 +1,3 @@
-@comment $FreeBSD: ports/devel/cxxtest/pkg-plist,v 1.2 2003/12/29 08:24:40 sergei Exp $
 bin/cxxtestgen.pl
 bin/cxxtestgen.py
 include/cxxtest/Descriptions.h
@@ -14,10 +13,11 @@
 include/cxxtest/RealDescriptions.h
 include/cxxtest/Root.cpp
 include/cxxtest/SelfTest.h
+include/cxxtest/StdString.h
 include/cxxtest/StdValueTraits.h
+include/cxxtest/StdioFilePrinter.h
 include/cxxtest/StdioPrinter.h
 include/cxxtest/TeeListener.h
-include/cxxtest/TeeRunner.h
 include/cxxtest/TestListener.h
 include/cxxtest/TestRunner.h
 include/cxxtest/TestSuite.h
@@ -40,90 +40,15 @@
 %%EXAMPLESDIR%%/DeltaTest.h
 %%EXAMPLESDIR%%/ExceptionTest.h
 %%EXAMPLESDIR%%/FixtureTest.h
+%%EXAMPLESDIR%%/GreenYellowRed.h
+%%EXAMPLESDIR%%/GuiWait.h
 %%EXAMPLESDIR%%/Makefile.unix
 %%EXAMPLESDIR%%/MessageTest.h
-%%EXAMPLESDIR%%/SelfTest.h
 %%EXAMPLESDIR%%/SimpleTest.h
 %%EXAMPLESDIR%%/TraitsTest.h
 %%EXAMPLESDIR%%/aborter.tpl
 %%EXAMPLESDIR%%/file_printer.tpl
-%%EXAMPLESDIR%%/test/AborterNoThrow.h
-%%EXAMPLESDIR%%/test/BadTest.h
-%%EXAMPLESDIR%%/test/DeepAbort.h
-%%EXAMPLESDIR%%/test/DefaultTraits.h
-%%EXAMPLESDIR%%/test/DoubleCall.h
-%%EXAMPLESDIR%%/test/EmptySuite.h
-%%EXAMPLESDIR%%/test/Exceptions.h
-%%EXAMPLESDIR%%/test/GlobalFixtures.h
-%%EXAMPLESDIR%%/test/GoodSuite.h
-%%EXAMPLESDIR%%/test/GreenYellowRed.h
-%%EXAMPLESDIR%%/test/IncludeTest.h
-%%EXAMPLESDIR%%/test/Int64.h
-%%EXAMPLESDIR%%/test/LessThanEquals.h
-%%EXAMPLESDIR%%/test/LongLong.h
-%%EXAMPLESDIR%%/test/LongTraits.h
-%%EXAMPLESDIR%%/test/MaxDump.h
-%%EXAMPLESDIR%%/test/SameData.h
-%%EXAMPLESDIR%%/test/ThrowNoStd.cpp
-%%EXAMPLESDIR%%/test/ThrowNoStd.h
-%%EXAMPLESDIR%%/test/ThrowNoStd.tpl
-%%EXAMPLESDIR%%/test/TraitsTest.h
-%%EXAMPLESDIR%%/test/Tsm.h
-%%EXAMPLESDIR%%/test/UserTraits.h
-%%EXAMPLESDIR%%/test/UserTraits.tpl
-%%EXAMPLESDIR%%/test/VoidTraits.h
-%%EXAMPLESDIR%%/test/WideCharTest.h
-%%EXAMPLESDIR%%/test/aborter.out
-%%EXAMPLESDIR%%/test/aborter_no_throw.out
-%%EXAMPLESDIR%%/test/anything.cpp
-%%EXAMPLESDIR%%/test/cxxtest/DummyGui.h
-%%EXAMPLESDIR%%/test/deep.out
-%%EXAMPLESDIR%%/test/default.out
-%%EXAMPLESDIR%%/test/double.out
-%%EXAMPLESDIR%%/test/error.out
-%%EXAMPLESDIR%%/test/exceptions.out
-%%EXAMPLESDIR%%/test/fake/X11/Xlib.h
-%%EXAMPLESDIR%%/test/fake/X11/Xutil.h
-%%EXAMPLESDIR%%/test/fake/commctrl.h
-%%EXAMPLESDIR%%/test/fake/qapplication.h
-%%EXAMPLESDIR%%/test/fake/qglobal.h
-%%EXAMPLESDIR%%/test/fake/qlabel.h
-%%EXAMPLESDIR%%/test/fake/qlayout.h
-%%EXAMPLESDIR%%/test/fake/qmessagebox.h
-%%EXAMPLESDIR%%/test/fake/qpixmap.h
-%%EXAMPLESDIR%%/test/fake/qprogressbar.h
-%%EXAMPLESDIR%%/test/fake/qstatusbar.h
-%%EXAMPLESDIR%%/test/fake/qstring.h
-%%EXAMPLESDIR%%/test/fake/qwidget.h
-%%EXAMPLESDIR%%/test/fake/windows.h
-%%EXAMPLESDIR%%/test/fixtures.out
-%%EXAMPLESDIR%%/test/good.out
-%%EXAMPLESDIR%%/test/gui.out
-%%EXAMPLESDIR%%/test/gui_paren.out
-%%EXAMPLESDIR%%/test/include.out
-%%EXAMPLESDIR%%/test/int64.cpp
-%%EXAMPLESDIR%%/test/int64.out
-%%EXAMPLESDIR%%/test/longlong.cpp
-%%EXAMPLESDIR%%/test/longlong.out
-%%EXAMPLESDIR%%/test/lte.out
-%%EXAMPLESDIR%%/test/main.cpp
-%%EXAMPLESDIR%%/test/max.out
-%%EXAMPLESDIR%%/test/one.out
-%%EXAMPLESDIR%%/test/paren.out
-%%EXAMPLESDIR%%/test/runner.out
-%%EXAMPLESDIR%%/test/same.out
-%%EXAMPLESDIR%%/test/test.pl
-%%EXAMPLESDIR%%/test/throw.out
-%%EXAMPLESDIR%%/test/traits.out
-%%EXAMPLESDIR%%/test/tsm.out
-%%EXAMPLESDIR%%/test/user.out
-%%EXAMPLESDIR%%/test/wchar.cpp
-%%EXAMPLESDIR%%/test/wchar.out
-%%EXAMPLESDIR%%/test/wildcard.out
+%%EXAMPLESDIR%%/only.tpl
 %%EXAMPLESDIR%%/yes_no_runner.cpp
 @dirrm include/cxxtest
-@dirrm %%EXAMPLESDIR%%/test/fake/X11
-@dirrm %%EXAMPLESDIR%%/test/fake
-@dirrm %%EXAMPLESDIR%%/test/cxxtest
-@dirrm %%EXAMPLESDIR%%/test
 @dirrm %%EXAMPLESDIR%%
--- cxxtext_3.7.1_to_3.9.1.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sun Mar 7 15:36:31 PST 2004 
State-Changed-Why:  
Committed, thanks! 

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