Bug 261068 - graphics/airsaned: update to 0.3.2.54
Summary: graphics/airsaned: update to 0.3.2.54
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-09 21:21 UTC by J.R. Oldroyd
Modified: 2022-01-11 10:42 UTC (History)
1 user (show)

See Also:


Attachments
patch to update port from 0.3.2.51 to 0.3.2.54 (8.09 KB, patch)
2022-01-09 21:21 UTC, J.R. Oldroyd
no flags Details | Diff
patch to update port from 0.3.2.54 to 0.3.2.54_1 (10.25 KB, patch)
2022-01-10 22:05 UTC, J.R. Oldroyd
fbsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description J.R. Oldroyd 2022-01-09 21:21:37 UTC
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.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2022-01-10 12:50:54 UTC
^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!
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2022-01-10 15:03:36 UTC
Committed,

Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-01-10 15:03:53 UTC
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(-)
Comment 4 J.R. Oldroyd 2022-01-10 22:05:18 UTC
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.
Comment 5 J.R. Oldroyd 2022-01-10 22:06:13 UTC
Re-opening due to incorrect git hash used in previous update.
Comment 6 commit-hook freebsd_committer freebsd_triage 2022-01-11 10:42:14 UTC
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(-)
Comment 7 Fernando Apesteguía freebsd_committer freebsd_triage 2022-01-11 10:42:42 UTC
Committed,

Thanks!