summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot2006-06-15 22:34:32 -0500
committerroot2006-06-15 22:34:32 -0500
commit3d2de166e44d1ef648de75ca319b705320e9df47 (patch)
treebe9d0cf1a70e9c16336e65155ae221fe91ffc1ef
parentf74212e5daaa9247e90df1fc6f8577467c2b6840 (diff)
devel/cppunit/: 2006/06/15 sync stable from p4
-rwxr-xr-xdevel/cppunit/BUILD10
-rwxr-xr-xdevel/cppunit/DETAILS8
-rw-r--r--devel/cppunit/HISTORY4
3 files changed, 10 insertions, 12 deletions
diff --git a/devel/cppunit/BUILD b/devel/cppunit/BUILD
index f80ebacad0..7b7698cdd8 100755
--- a/devel/cppunit/BUILD
+++ b/devel/cppunit/BUILD
@@ -1,12 +1,6 @@
-(
-
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
$OPTS &&
- make &&
- make check &&
- prepare_install &&
- make install
-
-) > $C_FIFO 2>&1
+ make
+# make check
diff --git a/devel/cppunit/DETAILS b/devel/cppunit/DETAILS
index ba2ebe8395..20a40b89e5 100755
--- a/devel/cppunit/DETAILS
+++ b/devel/cppunit/DETAILS
@@ -1,14 +1,14 @@
SPELL=cppunit
- VERSION=1.8.0
+ VERSION=1.10.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- MD5[0]=a68b18a35ae1865e9ddd78f2b8c693f3
+ SOURCE_HASH=sha512:33360a1a39e4fca10b906d7e52ea6dbbfafee374c6f7de816da61f5778a21b87be66218b9c08674b436ea2d92d5607a37ee6188c4c7f0858211cb22f1eae33eb
LICENSE[0]=LGPL
- WEB_SITE=http://CppUnit.sourceforge.net
+ WEB_SITE=http://cppunit.sourceforge.net/cppunit-wiki/FrontPage
+ BUILD_API=2
ENTERED=20030827
UPDATED=20030827
- MAINTAINER=eschabell@sourcemage.org
SHORT="CppUnit is the C++ port of the famous JUnit framework for unit testing."
cat << EOF
CppUnit is the C++ port of the famous JUnit framework for unit testing. Test output
diff --git a/devel/cppunit/HISTORY b/devel/cppunit/HISTORY
index 5aa9f3c221..822157b975 100644
--- a/devel/cppunit/HISTORY
+++ b/devel/cppunit/HISTORY
@@ -1,3 +1,7 @@
+2005-10-07 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated to 1.10.2 and BUILD_API=2
+ * BUILD: Updated for BUILD_API=2
+
2003-08-27 Eric Schabell <eschabell@sourcemage.org>
* Created and added this spell.