Re: git: 8139845ce3a5 - main - audio/baresip: Update to 3.4.0
Date: Sat, 09 Sep 2023 19:30:01 UTC
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