svn commit: r461206 - head/lang/expect
Pietro Cerutti
gahr at FreeBSD.org
Thu Feb 8 09:30:14 UTC 2018
Author: gahr
Date: Thu Feb 8 09:30:13 2018
New Revision: 461206
URL: https://svnweb.freebsd.org/changeset/ports/461206
Log:
lang/expect: update to 5.45.4
Announcement: https://sourceforge.net/p/tcl/mailman/message/36215275/
Modified:
head/lang/expect/Makefile
head/lang/expect/distinfo
Modified: head/lang/expect/Makefile
==============================================================================
--- head/lang/expect/Makefile Thu Feb 8 09:02:48 2018 (r461205)
+++ head/lang/expect/Makefile Thu Feb 8 09:30:13 2018 (r461206)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= expect
-PORTVERSION= 5.45.3
+PORTVERSION= 5.45.4
CATEGORIES= lang tcl tk
MASTER_SITES= SF/expect/Expect/${PORTVERSION:R}
DISTNAME= ${PORTNAME}${PORTVERSION:R}
@@ -20,6 +20,9 @@ CONFIGURE_ARGS= --datadir=${DATADIR}
PLIST_SUB+= EXPECT_VER=${PORTVERSION} \
LIBEXPECT_VER=${LIBEXPECT_VER}
TEST_TARGET= test
+
+post-patch:
+ ${REINPLACE_CMD} 's|5\.45\.3|${PORTVERSION}|' ${WRKSRC}/configure.in
post-install:
${LN} -sf expect${PORTVERSION}/libexpect${LIBEXPECT_VER}.so \
Modified: head/lang/expect/distinfo
==============================================================================
--- head/lang/expect/distinfo Thu Feb 8 09:02:48 2018 (r461205)
+++ head/lang/expect/distinfo Thu Feb 8 09:30:13 2018 (r461206)
@@ -1,2 +1,3 @@
+TIMESTAMP = 1518080080
SHA256 (expect5.45.tar.gz) = b28dca90428a3b30e650525cdc16255d76bb6ccd65d448be53e620d95d5cc040
SIZE (expect5.45.tar.gz) = 628808
More information about the svn-ports-all
mailing list