[Bug 264546] www/webgrind: update to 1.9.2

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 08 Jun 2022 13:00:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264546

Nuno Teixeira <eduardo@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |eduardo@FreeBSD.org

--- Comment #1 from Nuno Teixeira <eduardo@FreeBSD.org> ---
Hello,

Some small fixes:

portlint -C:
---
WARN: Makefile: [16]: USE_* seen before USES.  According to the
porters-handbook, USES must appear first.
WARN: Makefile: "USES" has to appear earlier.
0 fatal errors and 2 warnings found.
---

portclippy Makefile:
---
# License block
LICENSE
LICENSE_FILE

-MAKEFILE

-OPTIONS_DEFINE

# USES block
+USES
+CPE_VENDOR
USE_GITHUB
GH_ACCOUNT
-USES
-CPE_VENDOR

# Make block
+MAKEFILE

# Packaging list block
PLIST_SUB

# Options definitions
+OPTIONS_DEFINE
-CALLGRAPH_USES
-CALLGRAPH_RUN_DEPENDS

# Options descriptions
CALLGRAPH_DESC

# Options helpers
+CALLGRAPH_RUN_DEPENDS
+CALLGRAPH_USES
---

portfmt -D Makefile:
---
--- Makefile
+++ Makefile
@@ -1,4 +3,4 @@
+DISTVERSIONPREFIX=     v
-DISTVERSIONPREFIX=v
---

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