Bug 281305 - net/freeswitch: update to 1.10.12
Summary: net/freeswitch: update to 1.10.12
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Kurt Jaeger
URL: https://github.com/signalwire/freeswi...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-06 00:12 UTC by Dustin Marquess
Modified: 2024-09-09 14:30 UTC (History)
2 users (show)

See Also:
pi: maintainer-feedback+


Attachments
update patch (1.52 KB, patch)
2024-09-06 00:12 UTC, Dustin Marquess
no flags Details | Diff
fixed patch (1.58 KB, patch)
2024-09-06 06:52 UTC, Dustin Marquess
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dustin Marquess 2024-09-06 00:12:33 UTC
Created attachment 253365 [details]
update patch

Update the net/freeswitch port to 1.10.12

I finally got my FusionPBX installation moved from Debian using Signalwire's packages to FreeBSD 15-CURRENT running from ports, so I keep them tested.

Minor update, haven't had any problems.
Comment 1 Dustin Marquess 2024-09-06 00:15:03 UTC
Changelog: https://github.com/signalwire/freeswitch/releases/tag/v1.10.12
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2024-09-06 00:24:50 UTC
(In reply to Dustin Marquess from comment #0)
Replace PORTVERSION with DISTVERSION.
Remove "PORTREVISION=	1".
Comment 3 Dustin Marquess 2024-09-06 06:52:00 UTC
Created attachment 253373 [details]
fixed patch
Comment 4 Kurt Jaeger freebsd_committer freebsd_triage 2024-09-07 14:22:22 UTC
testbuilds@work
Comment 5 Kurt Jaeger freebsd_committer freebsd_triage 2024-09-07 15:54:28 UTC
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: %%EXAMPLESDIR%%/vanilla/autoload_configs/kazoo.conf.xml

Will do some further checks.
Comment 6 Kurt Jaeger freebsd_committer freebsd_triage 2024-09-07 18:54:10 UTC
Committed, thanks!
Comment 7 commit-hook freebsd_committer freebsd_triage 2024-09-07 18:54:53 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1a98f066aeff96cc3644912df726ee3f9f228384

commit 1a98f066aeff96cc3644912df726ee3f9f228384
Author:     Dustin Marquess <jailbird@fdf.net>
AuthorDate: 2024-09-07 18:51:50 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2024-09-07 18:51:50 +0000

    net/freeswitch: update 1.10.11 -> 1.10.12

    PR:             281305
    Changes:        https://github.com/signalwire/freeswitch/releases/tag/v1.10.12
    Author:         Dustin Marquess <jailbird@fdf.net>
    Reviewed by:    vvd

 net/freeswitch/Makefile | 3 +--
 net/freeswitch/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)
Comment 8 Dustin Marquess 2024-09-07 19:10:05 UTC
Thanks Kurt! I was an idiot and forgot to do a 'poudriere testport'
Comment 9 Chad Jacob Milios 2024-09-09 14:24:33 UTC
(In reply to Kurt Jaeger from comment #5)

got this same error this morning from the current ports tree

===>  Building packages for freeswitch-1.10.12
===>   Building freeswitch-1.10.12
pkg-static: Unable to access file /usr/ports/net/freeswitch/work/stage/usr/local/share/examples/freeswitch/vanilla/autoload_configs/kazoo.conf.xml:No such file or directory
*** Error code 1

Stop.
make: stopped in /usr/ports/net/freeswitch
Comment 10 Kurt Jaeger freebsd_committer freebsd_triage 2024-09-09 14:30:41 UTC
My bug, I forgot to remove the line from pkg-plist 8-( fixed.
Comment 11 commit-hook freebsd_committer freebsd_triage 2024-09-09 14:30:54 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d3654d850e08459ff65d5282aa3c09c811c49036

commit d3654d850e08459ff65d5282aa3c09c811c49036
Author:     Kurt Jaeger <pi@FreeBSD.org>
AuthorDate: 2024-09-09 14:28:55 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2024-09-09 14:28:55 +0000

    net/freeswitch: unbreak build by removing one line from pkg-plist

    PR:             281305
    Reported by:    Chad Jacob Milios <milios@ccsys.com>

 net/freeswitch/pkg-plist | 1 -
 1 file changed, 1 deletion(-)