svn commit: r461207 - head/lang/expect

Pietro Cerutti gahr at FreeBSD.org
Thu Feb 8 10:13:12 UTC 2018


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 \


More information about the svn-ports-head mailing list