Bug 272239

Summary: irc/epic5: Update to 2.1.12
Product: Ports & Packages Reporter: epic
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Some People CC: epic, fernape
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Update epic5 to 2.1.12 epic: maintainer-approval+

Description epic 2023-06-27 00:37:12 UTC
Log:
  - Update to 2.1.12
  - Removes TCL option as it was removed upstream
  - Uses COMMITID instead of PORTVERSION for executable
Comment 1 epic 2023-06-27 00:38:16 UTC
Created attachment 243026 [details]
Update epic5 to 2.1.12
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2023-06-28 09:59:41 UTC
^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!
Comment 3 epic 2023-06-28 14:40:14 UTC
Oops, sorry about the PORTREVISION. There is no URL for the CHANGELOG, however the included UPDATES file has the latest changes.
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2023-06-28 16:28:01 UTC
(In reply to epic from comment #3)
OK, thanks!
Comment 5 Fernando Apesteguía freebsd_committer freebsd_triage 2023-06-29 06:14:52 UTC
====> 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.
Comment 6 Fernando Apesteguía freebsd_committer freebsd_triage 2023-06-29 06:39:31 UTC
Committed,

Thanks!
Comment 7 commit-hook freebsd_committer freebsd_triage 2023-06-29 06:39:51 UTC
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(-)
Comment 8 epic 2023-06-29 17:53:48 UTC
(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.