diff options
author | Mike Heffner <mikeh@FreeBSD.org> | 2004-11-15 04:16:40 +0000 |
---|---|---|
committer | Mike Heffner <mikeh@FreeBSD.org> | 2004-11-15 04:16:40 +0000 |
commit | 304d4088f067e406d7f22421a5daeb51d7a4096f (patch) | |
tree | 59e61228ac2af38b60529d31de7c6922307c413d /devel/libcheck | |
parent | f29d81c144198d73be3e27797bb69d746406196c (diff) | |
download | ports-304d4088f067e406d7f22421a5daeb51d7a4096f.tar.gz ports-304d4088f067e406d7f22421a5daeb51d7a4096f.zip |
Notes
Diffstat (limited to 'devel/libcheck')
-rw-r--r-- | devel/libcheck/Makefile | 3 | ||||
-rw-r--r-- | devel/libcheck/distinfo | 4 | ||||
-rw-r--r-- | devel/libcheck/files/patch-aa | 11 | ||||
-rw-r--r-- | devel/libcheck/files/patch-ab | 11 | ||||
-rw-r--r-- | devel/libcheck/pkg-plist | 26 |
5 files changed, 39 insertions, 16 deletions
diff --git a/devel/libcheck/Makefile b/devel/libcheck/Makefile index 9a58fc98d934..2ae65403a42d 100644 --- a/devel/libcheck/Makefile +++ b/devel/libcheck/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libcheck -PORTVERSION= 0.8.4 +PORTVERSION= 0.9.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= check @@ -16,5 +16,6 @@ MAINTAINER= mikeh@FreeBSD.org COMMENT= A unit test framework for C GNU_CONFIGURE= yes +PLIST_SUB= CHECK_VERSION=${PORTVERSION} .include <bsd.port.mk> diff --git a/devel/libcheck/distinfo b/devel/libcheck/distinfo index b7e50f07a5c7..5198bc82f48d 100644 --- a/devel/libcheck/distinfo +++ b/devel/libcheck/distinfo @@ -1,2 +1,2 @@ -MD5 (check-0.8.4.tar.gz) = 2869c0fb14b9e277931dbe3df22de1ab -SIZE (check-0.8.4.tar.gz) = 134449 +MD5 (check-0.9.2.tar.gz) = 9a4d5665b8be07513f5ac4e6eec537e6 +SIZE (check-0.9.2.tar.gz) = 161604 diff --git a/devel/libcheck/files/patch-aa b/devel/libcheck/files/patch-aa new file mode 100644 index 000000000000..2e4bdfbdd487 --- /dev/null +++ b/devel/libcheck/files/patch-aa @@ -0,0 +1,11 @@ +--- src/check.h.in.orig Sun Nov 14 23:01:22 2004 ++++ src/check.h.in Sun Nov 14 23:01:36 2004 +@@ -168,7 +168,7 @@ + /* Fail the test case if expr is true */ + #define fail_if(expr, ...)\ + _fail_unless(!(expr), __FILE__, __LINE__,\ +- "Failure '"#expr"' occured", ## __VA_ARGS__, NULL) ++ "Failure '"#expr"' occured" , ## __VA_ARGS__, NULL) + + /* Always fail */ + #define fail(...) _fail_unless(0, __FILE__, __LINE__, "Failed" , ## __VA_ARGS__, NULL) diff --git a/devel/libcheck/files/patch-ab b/devel/libcheck/files/patch-ab new file mode 100644 index 000000000000..15e790bbba9f --- /dev/null +++ b/devel/libcheck/files/patch-ab @@ -0,0 +1,11 @@ +--- src/check_pack.c.orig Sun Nov 14 22:55:22 2004 ++++ src/check_pack.c Sun Nov 14 22:55:39 2004 +@@ -24,7 +24,7 @@ + #include <string.h> + #include <stdio.h> + #include <unistd.h> +-#include <stdint.h> ++/* #include <stdint.h> */ + + #include "check.h" + #include "check_error.h" diff --git a/devel/libcheck/pkg-plist b/devel/libcheck/pkg-plist index 0b1975e018d6..40eb7c08ad5c 100644 --- a/devel/libcheck/pkg-plist +++ b/devel/libcheck/pkg-plist @@ -1,16 +1,16 @@ include/check.h lib/libcheck.a share/aclocal/check.m4 -share/doc/check-0.8.4/COPYING -share/doc/check-0.8.4/ChangeLog -share/doc/check-0.8.4/ChangeLogOld -share/doc/check-0.8.4/NEWS -share/doc/check-0.8.4/README -share/doc/check-0.8.4/examples/Makefile.am.money -share/doc/check-0.8.4/examples/check_money.c -share/doc/check-0.8.4/examples/configure.in.money -share/doc/check-0.8.4/examples/money.c -share/doc/check-0.8.4/examples/money.h -share/doc/check-0.8.4/tutorial.lyx -@dirrm share/doc/check-0.8.4/examples -@dirrm share/doc/check-0.8.4 +share/doc/check-%%CHECK_VERSION%%/COPYING +share/doc/check-%%CHECK_VERSION%%/ChangeLog +share/doc/check-%%CHECK_VERSION%%/ChangeLogOld +share/doc/check-%%CHECK_VERSION%%/NEWS +share/doc/check-%%CHECK_VERSION%%/README +share/doc/check-%%CHECK_VERSION%%/examples/Makefile.am.money +share/doc/check-%%CHECK_VERSION%%/examples/check_money.c +share/doc/check-%%CHECK_VERSION%%/examples/configure.in.money +share/doc/check-%%CHECK_VERSION%%/examples/money.c +share/doc/check-%%CHECK_VERSION%%/examples/money.h +share/doc/check-%%CHECK_VERSION%%/tutorial.sgml +@dirrm share/doc/check-%%CHECK_VERSION%%/examples +@dirrm share/doc/check-%%CHECK_VERSION%% |