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

(-)Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Expect
8
PORTNAME=	Expect
9
PORTVERSION=	1.18
9
PORTVERSION=	1.19
10
CATEGORIES=	lang perl5
10
CATEGORIES=	lang perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	Expect
12
MASTER_SITE_SUBDIR=	Expect
Lines 15-21 Link Here
15
MAINTAINER=	perl@FreeBSD.org
15
MAINTAINER=	perl@FreeBSD.org
16
COMMENT=	Perl module inspired by the Tcl version of Expect
16
COMMENT=	Perl module inspired by the Tcl version of Expect
17
17
18
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/IO/Tty.pm:${PORTSDIR}/devel/p5-IO-Tty \
18
BUILD_DEPENDS=	p5-IOTty>=1.03:${PORTSDIR}/devel/p5-IO-Tty \
19
		${SITE_PERL}/IO/Stty.pm:${PORTSDIR}/devel/p5-IO-Stty
19
		${SITE_PERL}/IO/Stty.pm:${PORTSDIR}/devel/p5-IO-Stty
20
RUN_DEPENDS=	${BUILD_DEPENDS}
20
RUN_DEPENDS=	${BUILD_DEPENDS}
21
21
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Expect-1.18.tar.gz) = d7f82ded593014ccd6f9253f264addb2
1
MD5 (Expect-1.19.tar.gz) = 92b1494a6c86a2791ead0ec39a306726
2
SHA256 (Expect-1.18.tar.gz) = 3b9f631bfb30cdcc312b716eb84d53ac8ec3fd6f6a71e784e2afffa51b1ee3eb
2
SHA256 (Expect-1.19.tar.gz) = 217473a991e109a2250082e9c7e7894240fce1773c300e0080a335a67e92779e
3
SIZE (Expect-1.18.tar.gz) = 51939
3
SIZE (Expect-1.19.tar.gz) = 52224
(-)pkg-descr (-4 / +1 lines)
Lines 1-6 Link Here
1
p5-Expect is a perl module inspired by the Tcl version of Expect.
1
p5-Expect is a perl module inspired by the Tcl version of Expect.
2
2
3
WWW: http://sourceforge.net/projects/expectperl/
3
WWW: http://search.cpan.org/dist/Expect/
4
Author: Austin Schutz <tex@habit.com>
5
6
--Will <andrews@technologist.com>

Return to bug 100456