Re: git: 8139845ce3a5 - main - audio/baresip: Update to 3.4.0

From: Rodrigo Osorio <rodrigo_at_FreeBSD.org>
Date: Sun, 10 Sep 2023 11:53:33 UTC
On 09/09/23 21:30, Herbert J. Skuhra wrote:
> On Sat, 09 Sep 2023 21:00:50 +0200, Rodrigo Osorio wrote:
>> The branch main has been updated by rodrigo:
>>
>> URL: https://cgit.FreeBSD.org/ports/commit/?id=8139845ce3a5d587f09abb7523c23a4314ea011a
>>
>> commit 8139845ce3a5d587f09abb7523c23a4314ea011a
>> Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
>> AuthorDate: 2023-09-09 16:02:10 +0000
>> Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
>> CommitDate: 2023-09-09 19:00:40 +0000
>>
>>      audio/baresip: Update to 3.4.0
>>      
>>      Full changelog: https://github.com/baresip/baresip/blob/main/CHANGELOG.md
>> ---
>>   audio/baresip/Makefile  | 17 ++++++++++-------
>>   audio/baresip/distinfo  |  6 +++---
>>   audio/baresip/pkg-plist |  2 +-
>>   3 files changed, 14 insertions(+), 11 deletions(-)
>>
>> diff --git a/audio/baresip/Makefile b/audio/baresip/Makefile
>> index 99fada822bc3..850d9852924b 100644
>> --- a/audio/baresip/Makefile
>> +++ b/audio/baresip/Makefile
>> @@ -1,7 +1,6 @@
>>   PORTNAME=	baresip
>>   DISTVERSIONPREFIX=	v
>> -DISTVERSION=	2.12.0
>> -PORTREVISION=	1
>> +DISTVERSION=	3.4.0
>>   CATEGORIES=	audio
>>   
>>   MAINTAINER=	ports@FreeBSD.org
>> @@ -12,7 +11,7 @@ LICENSE=	BSD3CLAUSE
>>   LICENSE_FILE=	${WRKSRC}/LICENSE
>>   
>>   BUILD_DEPENDS=	re>=${PORTVERSION}:audio/re \
>> -		rem>=${PORTVERSION}:audio/rem
>> +		rem>0:audio/rem
> I think this should be only:
>
> BUILD_DEPENDS=       re>=${PORTVERSION}:audio/re
>
> (lib)rem is now part of (lib)re [1]. The port audio/rem is obsolete and
> should be removed.
>
> [1] https://github.com/baresip/re/pull/683
>
> --
> Herbert

Done, thanks for the heads-up.

https://cgit.freebsd.org/ports/commit/?id=fc280dd105231af5c0e6f3237cb12c592ad0a400
https://cgit.freebsd.org/ports/commit/?id=39143d822216c87249567354dfc241a406e3f10e

-- rodrigo