diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-23 15:10:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-23 15:10:02 +0000 |
commit | 86b72517242fc8f7cc7ee9a153323156871dc360 (patch) | |
tree | 946fa316b64fd4936122b2d13eb97b3861bf7d57 /lang/expect | |
parent | 10fee85fffd549aeba8dec2996aeab604514d13e (diff) | |
download | ports-86b72517242fc8f7cc7ee9a153323156871dc360.tar.gz ports-86b72517242fc8f7cc7ee9a153323156871dc360.zip |
Notes
Diffstat (limited to 'lang/expect')
-rw-r--r-- | lang/expect/Makefile | 6 | ||||
-rw-r--r-- | lang/expect/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 00ac4a92ac62..b78fec7aaf3a 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= expect -PORTVERSION= 5.42.1 +PORTVERSION= 5.43.0 CATEGORIES= lang tcl84 tk84 MASTER_SITES= http://expect.nist.gov/src/ @@ -18,8 +18,8 @@ LIB_DEPENDS?= tk84.1:${PORTSDIR}/x11-toolkits/tk84 LIB_DEPENDS?= tcl84.1:${PORTSDIR}/lang/tcl84 .endif -EXPECT_VER= 5.42 -LIBEXPECT_VER= 542 +EXPECT_VER= 5.43 +LIBEXPECT_VER= 543 WRKSRC= ${WRKDIR}/expect-${EXPECT_VER} INSTALLS_SHLIB= yes diff --git a/lang/expect/distinfo b/lang/expect/distinfo index 4e00abc639b8..07c39762a28f 100644 --- a/lang/expect/distinfo +++ b/lang/expect/distinfo @@ -1,2 +1,2 @@ -MD5 (expect-5.42.1.tar.gz) = fea346fac6aaf74b0851f2441f478571 -SIZE (expect-5.42.1.tar.gz) = 524882 +MD5 (expect-5.43.0.tar.gz) = 230400129630335b3060a42f66fec11d +SIZE (expect-5.43.0.tar.gz) = 525570 |