Date: Thu, 8 Feb 2018 10:13:12 +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: r461207 - head/lang/expect Message-ID: <201802081013.w18ADCd5020291@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Thu Feb 8 10:13:12 2018 New Revision: 461207 URL: https://svnweb.freebsd.org/changeset/ports/461207 Log: lang/expect: revert upgrade to 5.45.4, will need some more time Modified: head/lang/expect/Makefile Modified: head/lang/expect/Makefile ============================================================================== --- head/lang/expect/Makefile Thu Feb 8 09:30:13 2018 (r461206) +++ head/lang/expect/Makefile Thu Feb 8 10:13:12 2018 (r461207) @@ -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} @@ -20,9 +21,6 @@ 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802081013.w18ADCd5020291>