svn commit: r461206 - head/lang/expect

Pietro Cerutti gahr at FreeBSD.org
Thu Feb 8 09:53:18 UTC 2018


On Feb  8 18 10:38, Mathieu Arnold wrote:
>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.

wow - I'm still fetching the old distfile! Thanks for spotting this!

-- 
Pietro Cerutti
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 898 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20180208/ebd449a7/attachment.sig>


More information about the svn-ports-head mailing list