diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2018-02-08 10:13:12 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2018-02-08 10:13:12 +0000 |
commit | 3858d3261cfe84acb2928555de11d0982e86edd4 (patch) | |
tree | 10a63e98edd8f2b028dc3a9c265dfc379754d3ae | |
parent | fcb6df98d867b3cea379708f75649acd9d7a4f13 (diff) |
lang/expect: revert upgrade to 5.45.4, will need some more time
Notes
Notes:
svn path=/head/; revision=461207
-rw-r--r-- | lang/expect/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 2f2d2293ab02..4a2b2d4b5da7 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= expect -PORTVERSION= 5.45.4 +PORTVERSION= 5.45.3 +PORTEPOCH= 1 CATEGORIES= lang tcl tk MASTER_SITES= SF/expect/Expect/${PORTVERSION:R} DISTNAME= ${PORTNAME}${PORTVERSION:R} @@ -21,9 +22,6 @@ 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 |