Log: - Update to 2.1.12 - Removes TCL option as it was removed upstream - Uses COMMITID instead of PORTVERSION for executable
Created attachment 243026 [details] Update epic5 to 2.1.12
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field. Q/A: PORTREVISION should be removed. No need to update a new patch. Thanks!
Oops, sorry about the PORTREVISION. There is no URL for the CHANGELOG, however the included UPDATES file has the latest changes.
(In reply to epic from comment #3) OK, thanks!
====> Running Q/A tests (stage-qa) ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%DATADIR%%/script/dbmdump ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1 Please, use poudriere to tests ports, it is a great tool that catches many of these issues: https://docs.freebsd.org/en/books/porters-handbook/testing/ Don't need to update the patch this time, I'll fix it before commit.
Committed, Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=74560b37e78b445a4f6e99db0908233004a1b2bd commit 74560b37e78b445a4f6e99db0908233004a1b2bd Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2023-06-28 09:59:07 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-06-29 06:39:03 +0000 irc/epic5: Update to 2.1.12 * Update to 2.1.12 * Removes TCL option as it was removed upstream * Uses COMMITID instead of PORTVERSION for executable PR: 272239 Reported by: epic@dsllsn.net (maintainer) irc/epic5/Makefile | 13 +++++-------- irc/epic5/distinfo | 6 +++--- irc/epic5/pkg-plist | 6 +++--- 3 files changed, 11 insertions(+), 14 deletions(-)
(In reply to Fernando Apesteguía from comment #5) Ah, I did build it with poudriere-bulk but was not familiar with poudriere-testport. Thank you for that link, I'll be sure to check that going forward.