Date: Thu, 8 Feb 2018 09:30:13 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461206 - head/lang/expect Message-ID: <201802080930.w189UDmE095626@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802080930.w189UDmE095626>