aboutsummaryrefslogtreecommitdiff
path: root/lang/expect
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-07-24 21:46:39 +0000
committerPatrick Li <pat@FreeBSD.org>2002-07-24 21:46:39 +0000
commit8099dc93cd812d72931011139761a8ad5f677c02 (patch)
tree5048d3ed8fedff52cbd574c16f99f05b10fed27f /lang/expect
parent00e045bb1d71de6a546f9673afad3fe452494ea4 (diff)
downloadports-8099dc93cd812d72931011139761a8ad5f677c02.tar.gz
ports-8099dc93cd812d72931011139761a8ad5f677c02.zip
Update to 5.38.0
Clean up some portlint warnings Allow port to build if PREFIX is different from that of tk and tcl PR: ports/40959 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=63503
Diffstat (limited to 'lang/expect')
-rw-r--r--lang/expect/Makefile28
-rw-r--r--lang/expect/distinfo2
2 files changed, 15 insertions, 15 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile
index 306c7e56f259..0351355b5fee 100644
--- a/lang/expect/Makefile
+++ b/lang/expect/Makefile
@@ -5,13 +5,10 @@
# $FreeBSD$
PORTNAME= expect
-PORTVERSION= 5.37.2
+PORTVERSION= 5.38.0
CATEGORIES= lang tcl83 tk83
MASTER_SITES= http://expect.nist.gov/src/
-EXPECT_VER= 5.37
-LIBEXPECT_VER= 537
-
MAINTAINER= jerry@thehutt.org
.if !defined(WITHOUT_X11)
@@ -20,25 +17,28 @@ LIB_DEPENDS?= tk83.1:${PORTSDIR}/x11-toolkits/tk83
LIB_DEPENDS?= tcl83.1:${PORTSDIR}/lang/tcl83
.endif
+EXPECT_VER= 5.38
+LIBEXPECT_VER= 538
+
WRKSRC= ${WRKDIR}/expect-${EXPECT_VER}
-INSTALLS_SHLIB= yes
+INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
PLIST_SUB+= EXPECT_VER="${EXPECT_VER}"
PLIST_SUB+= LIBEXPECT_VER="${LIBEXPECT_VER}"
.if defined(WITHOUT_X11)
-TK_CONFIG_ARGS =
-PLIST_SUB += XFILES="@comment "
+TK_CONFIG_ARGS=
+PLIST_SUB+= XFILES="@comment "
.else
-TK_CONFIG_ARGS = --with-tkconfig=${PREFIX}/lib/tk8.3 \
- --with-tkinclude=${PREFIX}/include/tk8.3
-PLIST_SUB += XFILES=""
+TK_CONFIG_ARGS= --with-tkconfig=${LOCALBASE}/lib/tk8.3 \
+ --with-tkinclude=${LOCALBASE}/include/tk8.3
+PLIST_SUB+= XFILES=""
.endif
-CONFIGURE_ARGS?= --enable-shared \
- --with-tclconfig=${PREFIX}/lib/tcl8.3 \
- --with-tclinclude=${PREFIX}/include/tcl8.3 \
+CONFIGURE_ARGS?=--enable-shared \
+ --with-tclconfig=${LOCALBASE}/lib/tcl8.3 \
+ --with-tclinclude=${LOCALBASE}/include/tcl8.3 \
${TK_CONFIG_ARGS}
.if !defined(NO_MAN_INSTALL)
@@ -46,7 +46,7 @@ MAN1= autoexpect.1 cryptdir.1 decryptdir.1 dislocate.1 \
expect.1 kibitz.1 mkpasswd.1 multixterm.1 passmass.1 \
tknewsbiff.1 unbuffer.1 xkibitz.1
.if !defined(WITHOUT_X11)
-MAN1 += expectk.1
+MAN1+= expectk.1
.endif
MAN3= libexpect.3
.endif
diff --git a/lang/expect/distinfo b/lang/expect/distinfo
index 3bd2927c2822..4e747361e947 100644
--- a/lang/expect/distinfo
+++ b/lang/expect/distinfo
@@ -1 +1 @@
-MD5 (expect-5.37.2.tar.gz) = 70202a9f02e73e0e72332ba46f14c46a
+MD5 (expect-5.38.0.tar.gz) = 441c2466efecb644ac08d7b60916f665