Created attachment 249640 [details] Patch to upgrade irc/epic5 to 2.1.12_2 This patch updates the irc/epic5 port to remove the -O2 CFLAGS adjustment now that irc/epic5 is fully C99 compliant, syncs the MASTER_SITES with irc/epic4, and general style updates.
- Fixing maintainer approval to +, implicit to maintainer
Related to changing PORTVERSION -> DISTVERSION, it's not good for git blame to do it on a non port update, i.e., it's preferable to do that change when port gets updated. Fixed in commit.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a7e1f7792d3f723f00767fb1f7544a5087ebcdd1 commit a7e1f7792d3f723f00767fb1f7544a5087ebcdd1 Author: epic <epic@dsllsn.net> AuthorDate: 2024-04-04 17:51:39 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-04-04 17:57:40 +0000 irc/epic5: Port cleanup This patch updates the irc/epic5 port to remove the -O2 CFLAGS adjustment now that irc/epic5 is fully C99 compliant, syncs the MASTER_SITES with irc/epic4, and general style updates. PR: 278103 irc/epic5/Makefile | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-)
Committed, thanks!