Date: Thu, 8 Feb 2018 10:38:02 +0100 From: Mathieu Arnold <mat@FreeBSD.org> To: Pietro Cerutti <gahr@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r461206 - head/lang/expect Message-ID: <20180208093802.gumqozav74hfsmtv@atuin.in.mat.cc> In-Reply-To: <201802080930.w189UDmE095626@repo.freebsd.org> References: <201802080930.w189UDmE095626@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 08, 2018 at 09:30:13AM +0000, Pietro Cerutti wrote: > 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 I wonder what exactly changed between the two versions, except from the version number. -- Mathieu Arnold
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180208093802.gumqozav74hfsmtv>