pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cppunit Require new doxygen and fix PLIST. Bump ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c30f2f355bc6
branches:  trunk
changeset: 524195:c30f2f355bc6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jan 20 14:29:04 2007 +0000

description:
Require new doxygen and fix PLIST. Bump revision.

diffstat:

 devel/cppunit/Makefile |  6 +++---
 devel/cppunit/PLIST    |  5 ++++-
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs (42 lines):

diff -r d8c27e49ec18 -r c30f2f355bc6 devel/cppunit/Makefile
--- a/devel/cppunit/Makefile    Sat Jan 20 14:27:43 2007 +0000
+++ b/devel/cppunit/Makefile    Sat Jan 20 14:29:04 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2006/07/22 04:46:15 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2007/01/20 14:29:04 joerg Exp $
 #
 
 DISTNAME=      cppunit-1.10.2
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=cppunit/}
 
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://cppunit.sourceforge.net/
 COMMENT=       CppUnit is a C++ unit testing framework
 
-BUILD_DEPENDS+=        doxygen>=1.4.7:../../devel/doxygen
+BUILD_DEPENDS+=        doxygen>=1.5.1nb1:../../devel/doxygen
 
 USE_LIBTOOL=   yes
 USE_LANGUAGES= c c++
diff -r d8c27e49ec18 -r c30f2f355bc6 devel/cppunit/PLIST
--- a/devel/cppunit/PLIST       Sat Jan 20 14:27:43 2007 +0000
+++ b/devel/cppunit/PLIST       Sat Jan 20 14:29:04 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2006/07/05 21:32:41 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2007/01/20 14:29:04 joerg Exp $
 bin/DllPlugInTester
 bin/cppunit-config
 bin/simple
@@ -1100,6 +1100,9 @@
 share/cppunit/html/class_test_result_collector__inherit__graph.png
 share/cppunit/html/class_test_runner-members.html
 share/cppunit/html/class_test_runner.html
+share/cppunit/html/class_test_runner__coll__graph.map
+share/cppunit/html/class_test_runner__coll__graph.md5
+share/cppunit/html/class_test_runner__coll__graph.png
 share/cppunit/html/class_test_runner_1_1_wrapping_suite-members.html
 share/cppunit/html/class_test_runner_1_1_wrapping_suite.html
 share/cppunit/html/class_test_runner_1_1_wrapping_suite__coll__graph.map



Home | Main Index | Thread Index | Old Index