aboutsummaryrefslogtreecommitdiff
path: root/misc/dejagnu/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-03-13 09:34:42 +0000
committerMark Murray <markm@FreeBSD.org>2001-03-13 09:34:42 +0000
commit0d5771b19528fb5d0a440e2141b52f3c5de68373 (patch)
treefada16f20a39117c95fe5e84f46877d6f55f8ded /misc/dejagnu/Makefile
parentb5d0261e75ce9c014ac000bae3f55ee9189e7f0d (diff)
downloadports-0d5771b19528fb5d0a440e2141b52f3c5de68373.tar.gz
ports-0d5771b19528fb5d0a440e2141b52f3c5de68373.zip
Update to v1.4.0 and relinquish maintainership.
Notes
Notes: svn path=/head/; revision=39726
Diffstat (limited to 'misc/dejagnu/Makefile')
-rw-r--r--misc/dejagnu/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/dejagnu/Makefile b/misc/dejagnu/Makefile
index 66f6befd421c..e223fcfe3ec2 100644
--- a/misc/dejagnu/Makefile
+++ b/misc/dejagnu/Makefile
@@ -6,18 +6,18 @@
#
PORTNAME= dejagnu
-PORTVERSION= 1.3
-CATEGORIES= misc tk80
+PORTVERSION= 1.4.0
+CATEGORIES= misc tcl83 tk83
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= dejagnu
-MAINTAINER= markm@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= expect:${PORTSDIR}/lang/expect
-WRKSRC= ${WRKDIR}/${DISTNAME}/dejagnu
+USE_GMAKE= yes
+
+WRKSRC= ${WRKDIR}/dejagnu-1.4
GNU_CONFIGURE= yes
-STRIP=
-MAN1= runtest.1
.include <bsd.port.mk>