[Bug 289193] games/automuteus: update to 8.3.7, bring GH_ACCOUNT in line, and take maintainership

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 31 Aug 2025 01:06:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289193

Vladimir Druzenko <vvd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress
                 CC|                            |vvd@FreeBSD.org
           Assignee|ports-bugs@FreeBSD.org      |vvd@FreeBSD.org
           Severity|Affects Only Me             |Affects Some People

--- Comment #1 from Vladimir Druzenko <vvd@FreeBSD.org> ---
1. If GH_ACCOUNT==PORTNAME, then you can remove GH_ACCOUNT.
2. "Parametrize" automuteus with ${PORTNAME}.
3. Replace 2 MKDIRs with single:
-@${MKDIR} ${STAGEDIR}${ETCDIR}
-@${MKDIR} ${STAGEDIR}/var/log/${PORTNAME}
+@${MKDIR} ${STAGEDIR}${ETCDIR} ${STAGEDIR}/var/log/${PORTNAME}

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