View | Details | Raw Unified | Return to bug 177253
Collapse All | Expand All

(-)misc/dejagnu/Makefile (-9 / +4 lines)
Lines 1-12 Link Here
1
# New ports collection makefile for:	dejagnu
1
# Created by: markm
2
# Date created:		12 October 1996
3
# Whom:			markm
4
#
5
# $FreeBSD: head/misc/dejagnu/Makefile 300896 2012-07-14 13:54:48Z beat $
2
# $FreeBSD: head/misc/dejagnu/Makefile 300896 2012-07-14 13:54:48Z beat $
6
#
7
3
8
PORTNAME=	dejagnu
4
PORTNAME=	dejagnu
9
PORTVERSION=	1.5
5
PORTVERSION=	1.5.1
10
CATEGORIES=	misc tcl tk
6
CATEGORIES=	misc tcl tk
11
MASTER_SITES=	GNU
7
MASTER_SITES=	GNU
12
8
Lines 14-29 Link Here
14
COMMENT=	Automated program/system tester
10
COMMENT=	Automated program/system tester
15
11
16
LICENSE=	GPLv3
12
LICENSE=	GPLv3
17
LICENSE_FILE=	${WRKSRC}/COPYING
18
13
19
BUILD_DEPENDS=	expect:${PORTSDIR}/lang/expect
14
BUILD_DEPENDS=	expect:${PORTSDIR}/lang/expect
20
RUN_DEPENDS=	expect:${PORTSDIR}/lang/expect
15
RUN_DEPENDS=	expect:${PORTSDIR}/lang/expect
21
16
17
USE_TCL=	yes
22
USE_GMAKE=	yes
18
USE_GMAKE=	yes
23
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
24
USE_TCL=	83+
25
20
26
MAN1=		runtest.1
21
MAN1=		runtest.1
27
INFO=	${PORTNAME}
22
INFO=		${PORTNAME}
28
23
29
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)misc/dejagnu/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (dejagnu-1.5.tar.gz) = c8b45808357a6f3e32cd56d8b56a4fdf8a1d5f3818818045c2022993e0e8a3db
1
SHA256 (dejagnu-1.5.1.tar.gz) = 60e747d1a4c5c7f76bee649bb9641e66f9605548b2761435aca09f88094433d2
2
SIZE (dejagnu-1.5.tar.gz) = 576269
2
SIZE (dejagnu-1.5.1.tar.gz) = 579277

Return to bug 177253