diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2018-02-08 09:30:13 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2018-02-08 09:30:13 +0000 |
commit | fcb6df98d867b3cea379708f75649acd9d7a4f13 (patch) | |
tree | d086202369123d32e8037ca8e27dc4333c54d113 /lang/expect | |
parent | 6685575e815c2cfde4e63231fe863091de469914 (diff) |
Notes
Diffstat (limited to 'lang/expect')
-rw-r--r-- | lang/expect/Makefile | 5 | ||||
-rw-r--r-- | lang/expect/distinfo | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 85c777e40ed1..2f2d2293ab02 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -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} @@ -21,6 +21,9 @@ 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 \ ${STAGEDIR}${PREFIX}/lib/libexpect.so.1 diff --git a/lang/expect/distinfo b/lang/expect/distinfo index e58d1076f935..8dcd08c963b5 100644 --- a/lang/expect/distinfo +++ b/lang/expect/distinfo @@ -1,2 +1,3 @@ +TIMESTAMP = 1518080080 SHA256 (expect5.45.tar.gz) = b28dca90428a3b30e650525cdc16255d76bb6ccd65d448be53e620d95d5cc040 SIZE (expect5.45.tar.gz) = 628808 |