Bug 262319 - net-p2p/autoscan: Update to 1.3.0
Summary: net-p2p/autoscan: Update to 1.3.0
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: Guangyuan Yang
URL: https://github.com/Cloudbox/autoscan/...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-03 16:19 UTC by Michiel van Baak Jansen
Modified: 2022-03-05 05:14 UTC (History)
1 user (show)

See Also:


Attachments
0001-net-p2p-autoscan-Update-to-1.3.0.patch (2.80 KB, patch)
2022-03-03 16:19 UTC, Michiel van Baak Jansen
michiel: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michiel van Baak Jansen 2022-03-03 16:19:08 UTC
Created attachment 232225 [details]
0001-net-p2p-autoscan-Update-to-1.3.0.patch

portlint ok
portclippy happi
poudriere ok
runtest ok (Runs in production on my setup 13.0-amd64)

Besides the update to the latest version, switch to go build from source instead of using the linux binary provided by the project.
With 1.3.0, the project updated the sqlite3 library, now allowing build on freebsd.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-03-05 04:58:54 UTC
A commit in branch main references this bug:

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

commit 87038ecd25a1bb1b091daf769901351c63736479
Author:     Michiel van Baak Jansen <michiel@vanbaak.eu>
AuthorDate: 2022-03-05 04:56:35 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2022-03-05 04:56:35 +0000

    net-p2p/autoscan: Update to 1.3.0

    - Switch from Linux binaries to source

    Changelog:      https://github.com/Cloudbox/autoscan/releases/tag/v1.3.0

    PR:             262319

 net-p2p/autoscan/Makefile          | 23 ++++++++---------------
 net-p2p/autoscan/distinfo          |  8 +++++---
 net-p2p/autoscan/files/autoscan.in |  2 +-
 3 files changed, 14 insertions(+), 19 deletions(-)