diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-08-12 11:33:18 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-08-12 11:33:18 +0000 |
commit | 276fd0de4a74e151d3b2e1d3afd1440334406048 (patch) | |
tree | dfd8aa899b9b8fd66176f0b81a968916a236e859 /lang/expect | |
parent | e8d5061ad7ec8d2f2863d9ee5e607a9d082f8036 (diff) | |
download | ports-276fd0de4a74e151d3b2e1d3afd1440334406048.tar.gz ports-276fd0de4a74e151d3b2e1d3afd1440334406048.zip |
Notes
Diffstat (limited to 'lang/expect')
-rw-r--r-- | lang/expect/Makefile | 6 | ||||
-rw-r--r-- | lang/expect/distinfo | 2 | ||||
-rw-r--r-- | lang/expect/pkg-plist | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index c78f613931e7..8662f5490ca5 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= expect -PORTVERSION= 5.31.8 +PORTVERSION= 5.32.1 CATEGORIES= lang tcl82 tk82 MASTER_SITES= http://expect.nist.gov/ DISTNAME= expect @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS?= tk82.1:${PORTSDIR}/x11-toolkits/tk82 -WRKSRC= ${WRKDIR}/expect-5.31 +WRKSRC= ${WRKDIR}/expect-5.32 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?= --enable-shared \ @@ -30,6 +30,6 @@ MAN3= libexpect.3 .endif post-install: - ${LN} -sf libexpect531.so.1 ${PREFIX}/lib/libexpect531.so + ${LN} -sf libexpect532.so.2 ${PREFIX}/lib/libexpect532.so .include <bsd.port.mk> diff --git a/lang/expect/distinfo b/lang/expect/distinfo index 5a2ffb02717f..e9c6edb91af4 100644 --- a/lang/expect/distinfo +++ b/lang/expect/distinfo @@ -1 +1 @@ -MD5 (expect.tar.gz) = a633d5aeb7a5f7fec6c0780e3365154b +MD5 (expect.tar.gz) = af232cc2f8537565efa31e2f7ef7cde5 diff --git a/lang/expect/pkg-plist b/lang/expect/pkg-plist index 3d10400022e6..9c0604f7fbec 100644 --- a/lang/expect/pkg-plist +++ b/lang/expect/pkg-plist @@ -24,9 +24,9 @@ include/expect.h include/expect_comm.h include/expect_tcl.h include/tcldbg.h -lib/expect5.31/pkgIndex.tcl -lib/expect5.31/libexpect531.a -lib/libexpect531.a -lib/libexpect531.so -lib/libexpect531.so.1 -@dirrm lib/expect5.31 +lib/expect5.32/pkgIndex.tcl +lib/expect5.32/libexpect532.a +lib/libexpect532.a +lib/libexpect532.so +lib/libexpect532.so.1 +@dirrm lib/expect5.32 |