Bug 278714 - net/libpfctl: doesn't download. Checsums wrong! Quality gate not passed ...
Summary: net/libpfctl: doesn't download. Checsums wrong! Quality gate not passed ...
Status: Closed DUPLICATE of bug 278702
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Kristof Provost
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-03 08:57 UTC by O. Hartmann
Modified: 2024-05-03 13:27 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (kp)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description O. Hartmann 2024-05-03 08:57:39 UTC
The port fails to download/being fetched with:

[...]
root@freyja:/usr/ports/net/libpfctl # make fetch
===>  License BSD2CLAUSE accepted by the user
===>   libpfctl-0.10 depends on file: /usr/local/sbin/pkg - found
=> libpfctl-14.1_3.tar.gz is not in /usr/ports/net/libpfctl/distinfo.
=> Either /usr/ports/net/libpfctl/distinfo is out of date, or
=> libpfctl-14.1_3.tar.gz is spelled incorrectly.
*** Error code 1

Stop.
make: stopped in /usr/ports/net/libpfctl

Obviously the checksums are wrong.

Advice: make makesum (poudriere doesn't work)
Comment 1 Marek Zarychta 2024-05-03 08:59:39 UTC
Please see also bug 278702
Comment 2 Marek Zarychta 2024-05-03 09:05:48 UTC
As a temporary workaround one can:

1. Change to $DISTFILES and # cp libpfctl-14.0_3.tar.gz  libpfctl-14.1_3.tar.gz
2. Edit file /usr/ports/net/libpfctl/distinfo and create entries for libpfctl-14.1_3.tar.gz based on libpfctl-14.0_3.tar.gz
Comment 3 O. Hartmann 2024-05-03 09:22:09 UTC
Hello,

I do not understand how such a fragment of a port can be committed (it wouldn't pass the poudriere test).

I can fix the port myself, but then it isn't fixed upstream

*** This bug has been marked as a duplicate of bug 278702 ***
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-05-03 13:27:08 UTC
A commit in branch main references this bug:

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

commit d1fae9f59f5fa82dc90b79926d9ff7e6ace92fc0
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2024-05-03 08:17:39 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2024-05-03 13:25:46 +0000

    net/libpfctl: support FreeBSD 14.1

    PR:             278702, 278714
    Sponsored by:   Rubicon Communications, LLC ("Netgate")

 net/libpfctl/Makefile | 4 ++--
 net/libpfctl/distinfo | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)