[Bug 287084] irc/py-sopel: Update 8.0.2

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 27 May 2025 12:47:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287084

Vladimir Druzenko <vvd@FreeBSD.org> changed:

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

--- Comment #1 from Vladimir Druzenko <vvd@FreeBSD.org> ---
What do you thing about this change:
-       ${CP} ${FILESDIR}/${script}.py ${STAGEDIR}${PREFIX}/bin/${script}
-       @${REINPLACE_CMD} -e "s|%%PYTHON_SHEBANG%%|#!${PYTHON_CMD}|"
${STAGEDIR}${PREFIX}/bin/${script}
+        ${SED} -e "s|%%PYTHON_SHEBANG%%|#!${PYTHON_CMD}|"
${FILESDIR}/${script}.py \
+                > ${STAGEDIR}${PREFIX}/bin/${script}

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