From owner-svn-ports-head@freebsd.org Thu Feb 8 09:38:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 103A9F13720; Thu, 8 Feb 2018 09:38:07 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F8B47DA85; Thu, 8 Feb 2018 09:38:05 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 8D70EBDD31; Thu, 8 Feb 2018 10:38:03 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 7078FBDD37; Thu, 8 Feb 2018 10:38:03 +0100 (CET) Received: by atuin.in.mat.cc (Postfix, from userid 501) id 34ECAA19B3D1; Thu, 8 Feb 2018 10:38:02 +0100 (CET) Date: Thu, 8 Feb 2018 10:38:02 +0100 From: Mathieu Arnold To: Pietro Cerutti 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> References: <201802080930.w189UDmE095626@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201802080930.w189UDmE095626@repo.freebsd.org> User-Agent: NeoMutt/20170912 (1.9.0) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2018 09:38:07 -0000 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