Bug 279244 - cad/ifcopenshell: Quiet portscout
Summary: cad/ifcopenshell: Quiet portscout
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Larry Rosenman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-23 08:54 UTC by Laurent Chardon
Modified: 2024-06-12 09:56 UTC (History)
2 users (show)

See Also:


Attachments
Add PORTSCOUT restriction (1.37 KB, patch)
2024-05-23 08:54 UTC, Laurent Chardon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Laurent Chardon 2024-05-23 08:54:49 UTC
Created attachment 250894 [details]
Add PORTSCOUT restriction

Add PORTSCOUT restriction to avoid triggering daily message, as
upstream has daily releases.

Moved a line in the Makefile to please portlint.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-06-07 15:13:39 UTC
A commit in branch main references this bug:

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

commit 66ba27fdfb7a001ea97ce5ee578e2f2364f7d898
Author:     Larry Rosenman <ler@FreeBSD.org>
AuthorDate: 2024-06-07 15:11:41 +0000
Commit:     Larry Rosenman <ler@FreeBSD.org>
CommitDate: 2024-06-07 15:11:41 +0000

    cad/ifcopenshell: Quiet portscout

    Add PORTSCOUT restriction to avoid triggering daily message, as
    upstream has daily releases.

    Moved a line in the Makefile to please portlint.

    PR:     279244
    Reported by:    Laurent Chardon <laurent.chardon@gmail.com>

 cad/ifcopenshell/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
Comment 2 Larry Rosenman freebsd_committer freebsd_triage 2024-06-07 15:14:05 UTC
Committed, thanks!
Comment 3 Tatsuki Makino 2024-06-12 05:29:16 UTC
Is there a delay before this takes effect?
It's still in the previous email.

https: //lists.freebsd.org /archives/freebsd-ports/2024-June/006274.html
Comment 4 Laurent Chardon 2024-06-12 09:56:05 UTC
I've noticed that too, and I don't know the reason why it's still showing up. The restriction has been correctly added to portscout database: https://portscout.freebsd.org/restricted-ports.html.

I will try to understand why it's not working.