Created attachment 230853 [details] patch to update port from 0.3.2.51 to 0.3.2.54 Update to latest upstream. Update also fixes bug in install location of airsaned in current version of the port which puts it in bin instead of sbin.
^Triage: Simplifying title ^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field. ^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval. -- Attachment -> Details -> maintainer-approval [+] Thanks!
Committed, Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fa24020b477a2a37a01dedf11bfd83e744f81cd1 commit fa24020b477a2a37a01dedf11bfd83e744f81cd1 Author: J.R. Oldroyd <fbsd@opal.com> AuthorDate: 2022-01-10 12:51:02 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-01-10 15:01:35 +0000 graphics/airsaned: update to 0.3.2.54 PR: 261068 Reported by: fbsd@opal.com (maintainer) graphics/airsaned/Makefile | 11 +-- graphics/airsaned/distinfo | 6 +- graphics/airsaned/files/patch-CMakeLists.txt | 80 +++++++++------------- .../files/patch-imageformats-pngencoder.cpp | 4 +- ...rver-server.cpp => patch-server-mainserver.cpp} | 8 +-- graphics/airsaned/files/patch-web-httpserver.cpp | 4 +- graphics/airsaned/pkg-plist | 2 +- 7 files changed, 52 insertions(+), 63 deletions(-)
Created attachment 230890 [details] patch to update port from 0.3.2.54 to 0.3.2.54_1 Thanks for the speedy commit, Fernando. Unfortunately, I messed up and got the wrong git hash for this update. It appears that Github happily generates a download file with the version number and hash you request even if they are wrong! I have therefore had to redo this update using the correct hash. Now, I see that the patches that I had previously submitted to upstream have indeed been applied, so this _1 update removes several of the patches in the files/ dir. Apologies for the extra work.
Re-opening due to incorrect git hash used in previous update.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=971cb789e90444bf3d7aa50d8cd2aa250e6a0c57 commit 971cb789e90444bf3d7aa50d8cd2aa250e6a0c57 Author: J.R. Oldroyd <fbsd@opal.com> AuthorDate: 2022-01-11 07:05:28 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-01-11 10:40:02 +0000 graphics/airsaned: update to 0.3.2.54_1 Properly update to 0.3.2.54 after using the wrong git hash. Some of the patches have been merged upstrem and can be removed. PR: 261068 Reported by: fbsd@opal.com (maintainer) Fixes: fa24020b477a2a37a01dedf11bfd83e744f81cd1 graphics/airsaned/Makefile | 14 ++-- graphics/airsaned/distinfo | 6 +- graphics/airsaned/files/airsaned.in (gone) | 24 ------ graphics/airsaned/files/patch-CMakeLists.txt | 89 ++++++++++------------ .../files/patch-imageformats-pngencoder.cpp (gone) | 20 ----- .../files/patch-server-mainserver.cpp (gone) | 16 ---- .../airsaned/files/patch-server_server.cpp (new) | 20 +++++ .../airsaned/files/patch-web-httpserver.cpp (gone) | 12 --- .../patch-zeroconf-hotplugnotifier.cpp (gone) | 14 ---- graphics/airsaned/pkg-plist | 1 + 10 files changed, 72 insertions(+), 144 deletions(-)