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/Makefile | |
parent | 10fee85fffd549aeba8dec2996aeab604514d13e (diff) |
Notes
Diffstat (limited to 'lang/expect/Makefile')
-rw-r--r-- | lang/expect/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |