Bug 265149 - www/so: use Makefile.crates
Summary: www/so: use Makefile.crates
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: Nuno Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-11 08:54 UTC by Nuno Teixeira
Modified: 2022-08-11 13:29 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (sec.research.2005)


Attachments
use Makefile.crates (633 bytes, patch)
2022-07-11 08:54 UTC, Nuno Teixeira
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nuno Teixeira freebsd_committer freebsd_triage 2022-07-11 08:54:27 UTC
Created attachment 235188 [details]
use Makefile.crates

- use Makefile.crates file instead of .include "${.CURDIR}/bsd.so.mk"
 - pet portclippy
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2022-07-11 08:55:30 UTC
(...)
As defined in Mk/Uses/cargo.mk

Cheers
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2022-07-12 05:48:01 UTC
^Triage: Reporter is committer, assign accordingly.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-08-11 13:29:11 UTC
A commit in branch main references this bug:

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

commit 4458ee6e52715c6435cd4153d928a2586dc0c31f
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-08-11 13:25:48 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-08-11 13:28:51 +0000

    www/so: Use Makefiles.crates

    PR:             265149
    Approved by:    maintainer timeout, 1 month

 www/so/Makefile                       | 3 +--
 www/so/{bsd.so.mk => Makefile.crates} | 0
 2 files changed, 1 insertion(+), 2 deletions(-)
Comment 4 Nuno Teixeira freebsd_committer freebsd_triage 2022-08-11 13:29:51 UTC
Committed, thanks!