diff options
author | obrien <obrien@FreeBSD.org> | 2002-03-19 18:19:30 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-03-19 18:19:30 +0000 |
commit | 41dcbdc62c7348da657a5157a73f643bda3ad60c (patch) | |
tree | 22d916b5ac1a9b62031de15d875e8a65a7157d18 /misc | |
parent | ef2c8a5b2f5d190709242aeb424b2e168d0e3cdd (diff) | |
download | FreeBSD-ports-41dcbdc62c7348da657a5157a73f643bda3ad60c.zip FreeBSD-ports-41dcbdc62c7348da657a5157a73f643bda3ad60c.tar.gz |
Update to version 1.4.2.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dejagnu/Makefile | 4 | ||||
-rw-r--r-- | misc/dejagnu/distinfo | 2 | ||||
-rw-r--r-- | misc/dejagnu/files/patch-unit.cc | 17 |
3 files changed, 3 insertions, 20 deletions
diff --git a/misc/dejagnu/Makefile b/misc/dejagnu/Makefile index e6440a9..4342511 100644 --- a/misc/dejagnu/Makefile +++ b/misc/dejagnu/Makefile @@ -6,8 +6,8 @@ # PORTNAME= dejagnu -PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTVERSION= 1.4.2 +PORTREVISION= 0 CATEGORIES= misc tcl83 tk83 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= dejagnu diff --git a/misc/dejagnu/distinfo b/misc/dejagnu/distinfo index c92407f..95da498 100644 --- a/misc/dejagnu/distinfo +++ b/misc/dejagnu/distinfo @@ -1 +1 @@ -MD5 (dejagnu-1.4.1.tar.gz) = 1045a98e87f67eaa415b518ace043f6e +MD5 (dejagnu-1.4.2.tar.gz) = f8d9f36ea74fd56ad4a68d5cc2a14bba diff --git a/misc/dejagnu/files/patch-unit.cc b/misc/dejagnu/files/patch-unit.cc deleted file mode 100644 index a7389c6..0000000 --- a/misc/dejagnu/files/patch-unit.cc +++ /dev/null @@ -1,17 +0,0 @@ ---- testsuite/libdejagnu/unit.cc.orig Thu May 3 22:25:59 2001 -+++ testsuite/libdejagnu/unit.cc Mon Jul 16 16:17:05 2001 -@@ -1,5 +1,6 @@ - // unit.cc -- This is a test case for the Dejagnu.h classes. - -+#include <sys/types.h> - #include <iostream> - #include <dejagnu.h> - -@@ -7,7 +8,6 @@ - #include <string> - #include <fstream> - #include <set> --#include <sys/types.h> - - TestState runtest; - TestState test; |