[Bug 258736] [NEW PORT] sysutils/cpufetch: Simple yet fancy CPU architecture fetching tool

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 26 Sep 2021 18:03:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258736

Daniel Engberg <diizzy@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |diizzy@FreeBSD.org

--- Comment #2 from Daniel Engberg <diizzy@FreeBSD.org> ---
Hi,

L1 is obsolete (remove)

Please read the Porter's Handbook about ports that uses USE_GITHUB
https://docs.freebsd.org/en/books/porters-handbook/book/#makefile-master_sites-github-description
(especially "Example 17. Use of USE_GITHUB with DISTVERSIONPREFIX")

L7 and L15 conflicts (don't invent your own release numbering)

Use portlint to fix ordering within the Makefile
https://docs.freebsd.org/en/books/porters-handbook/quick-porting/#porting-portlint

Is gmake a hard requirement? USES should also be USES= not += unless you set
options several times within the Makefile

There's another utility already available that seems to do pretty much the same
thing? Is this any different except for the text art? sysutils/cpu-x

Thanks for your contribution!

-- 
You are receiving this mail because:
You are the assignee for the bug.