After upgrading to znc version 1.9.1 previous znc-clientbuffer package won't load. It requires to be built with the new version. I had to downgrade in order to be able to use znc via packages. Aug 22 17:21:00 sync pkg[69476]: znc upgraded: 1.9.0_1 -> 1.9.1 Aug 25 23:18:03 sync root[12318]: /etc/rc: WARNING: failed to start znc Aug 26 13:24:20 sync pkg[38819]: znc-clientbuffer-1.0.48 deinstalled Aug 26 13:24:20 sync pkg[38819]: znc-1.9.1 deinstalled Aug 26 13:24:30 sync pkg[38824]: znc-1.9.0_1 installed Aug 26 13:24:42 sync pkg[38829]: znc-clientbuffer-1.0.48 installed
Maintainer informed via mail
Created attachment 253457 [details] 0001-irc-znc-clientbuffer-PORTREVISION-bump.patch (In reply to Javier Sturman from comment #0) Thanks for reporting. Here's a patch for the port triggering a rebuild for the new ZNC version. Since I don't have a commit bit I cannot push it myself :)
That patches doesn't seem correct? :) You just want to bump PORTREVISION right?
Created attachment 253480 [details] 0001-irc-znc-clientbuffer-PORTREVISION-bump.patch (In reply to Daniel Engberg from comment #3) Woops, you are right, I accidentally uploaded the initial patch from 2022. Here's the correct one from yesterday.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=350cb30f2b336b44adf177fd4be25b6c7b01d00d commit 350cb30f2b336b44adf177fd4be25b6c7b01d00d Author: Manuel Wiesinger <mdw@freebsd.org> AuthorDate: 2024-09-23 23:24:10 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-09-23 23:29:44 +0000 irc/znc-clientbuffer: Bump PORTREVISION after znc update Bump PORTREVISION after latest update of znc to 1.9.1 PR: 281132 Reported by: Javier Sturman <sturmanj@gmail.com> irc/znc-clientbuffer/Makefile | 1 + 1 file changed, 1 insertion(+)
Committed, thanks!