diff options
-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 e6440a9b392e..434251136bd9 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 c92407ffe01f..95da498d41c0 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 a7389c68e813..000000000000 --- 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; |