[Bug 259413] x11-themes/matcha-gtk-themes: Update to 2021-09-24

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 25 Oct 2021 08:01:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259413

Nuno Teixeira <eduardo@FreeBSD.org> changed:

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

--- Comment #1 from Nuno Teixeira <eduardo@FreeBSD.org> ---
We could have better Makefile order (portclippy):

- Move SHEBANG_FILES to USES block

---
# PORTNAME block
PORTNAME
DISTVERSION
CATEGORIES

# Maintainer block
MAINTAINER
COMMENT

# License block
LICENSE
LICENSE_FILE

# Dependencies
BUILD_DEPENDS
RUN_DEPENDS

# USES block
USES

-SHEBANG_FILES

USE_GITHUB
GH_ACCOUNT
GH_PROJECT

# USES=shebangfix related variables
+SHEBANG_FILES

# Standard bsd.port.mk variables
NO_ARCH
NO_BUILD
---

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