summaryrefslogtreecommitdiff
path: root/misc/dejagnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-03-19 18:19:30 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-03-19 18:19:30 +0000
commita800140659d9ffdd47f4e35fa8c543efed1239af (patch)
tree2d155ef223b7eb4357f231d4c54ad1c0c45a75d2 /misc/dejagnu
parentConnect libgnome to the build. (diff)
Update to version 1.4.2.
Notes
Notes: svn path=/head/; revision=56347
Diffstat (limited to 'misc/dejagnu')
-rw-r--r--misc/dejagnu/Makefile4
-rw-r--r--misc/dejagnu/distinfo2
-rw-r--r--misc/dejagnu/files/patch-unit.cc17
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;