diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-22 16:57:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-22 16:57:56 +0000 |
commit | 7b4862b80ea14fd455ca866ef4cc5ff67b83b8d6 (patch) | |
tree | a4c27357b142d8a415806812a995921a2414fab1 /devel | |
parent | c9e95fccd8e635a306851e2d9456f122ddac2a96 (diff) | |
download | pkgsrc-7b4862b80ea14fd455ca866ef4cc5ff67b83b8d6.tar.gz |
Update to 0.8.4. Fix PLIST.
Changes:
Fixed pipe issues.
Allow to use check.h from C++.
Plugged some memory leaks.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/check/Makefile | 4 | ||||
-rw-r--r-- | devel/check/PLIST | 4 | ||||
-rw-r--r-- | devel/check/distinfo | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/devel/check/Makefile b/devel/check/Makefile index 73ece5938b2..b3042ca1477 100644 --- a/devel/check/Makefile +++ b/devel/check/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2002/06/26 07:16:38 cjs Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/22 16:57:56 wiz Exp $ # -DISTNAME= check-0.8.3 +DISTNAME= check-0.8.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=check/} diff --git a/devel/check/PLIST b/devel/check/PLIST index 75e9e800d23..690471b5682 100644 --- a/devel/check/PLIST +++ b/devel/check/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2002/06/26 07:16:39 cjs Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/10/22 16:57:57 wiz Exp $ include/check.h lib/libcheck.a share/aclocal/check.m4 @@ -13,3 +13,5 @@ share/doc/check/examples/configure.in.money share/doc/check/examples/money.c share/doc/check/examples/money.h share/doc/check/tutorial.lyx +@dirrm share/doc/check/examples +@dirrm share/doc/check diff --git a/devel/check/distinfo b/devel/check/distinfo index ed0b167d3f0..b994987c006 100644 --- a/devel/check/distinfo +++ b/devel/check/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1 2002/06/26 07:16:40 cjs Exp $ +$NetBSD: distinfo,v 1.2 2002/10/22 16:57:57 wiz Exp $ -SHA1 (check-0.8.3.tar.gz) = 714ab5de37c1fdc6bb2c2e5f41980610a7ec477d -Size (check-0.8.3.tar.gz) = 133191 bytes +SHA1 (check-0.8.4.tar.gz) = 4d5ced349ca76e2e945ab8b722d5007bc1b44860 +Size (check-0.8.4.tar.gz) = 134449 bytes |