diff options
author | pav <pav@FreeBSD.org> | 2005-06-23 23:10:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-06-23 23:10:02 +0800 |
commit | 6870a49cf9395a9cff88f31d7971d1eb5f43a260 (patch) | |
tree | 93e4e59faa6de7a4392036561988b81f215b5fdb /lang/expect | |
parent | 20fbc5810cf3fb1665a99824456228e59e3af150 (diff) | |
download | freebsd-ports-graphics-6870a49cf9395a9cff88f31d7971d1eb5f43a260.tar.gz freebsd-ports-graphics-6870a49cf9395a9cff88f31d7971d1eb5f43a260.tar.zst freebsd-ports-graphics-6870a49cf9395a9cff88f31d7971d1eb5f43a260.zip |
- Update to 5.43.0
PR: ports/82571
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
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 00ac4a92ac6..b78fec7aaf3 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 4e00abc639b..07c39762a28 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 |