diff options
Diffstat (limited to 'lang/expect/Makefile')
-rw-r--r-- | lang/expect/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index e704e4c960f2..00ac4a92ac62 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= expect -PORTVERSION= 5.38.0 -PORTREVISION= 3 +PORTVERSION= 5.42.1 CATEGORIES= lang tcl84 tk84 MASTER_SITES= http://expect.nist.gov/src/ @@ -19,8 +18,8 @@ LIB_DEPENDS?= tk84.1:${PORTSDIR}/x11-toolkits/tk84 LIB_DEPENDS?= tcl84.1:${PORTSDIR}/lang/tcl84 .endif -EXPECT_VER= 5.38 -LIBEXPECT_VER= 538 +EXPECT_VER= 5.42 +LIBEXPECT_VER= 542 WRKSRC= ${WRKDIR}/expect-${EXPECT_VER} INSTALLS_SHLIB= yes |