Bug 257384

Summary: games/alienarena-data: fails to package with pkg 1.17 – unknown keyword dirrm
Product: Ports & Packages Reporter: Felix Palmen <zirias>
Component: Individual Port(s)Assignee: Jose Alonso Cardenas Marquez <acm>
Status: Closed FIXED    
Severity: Affects Only Me CC: Trond.Endrestol
Priority: --- Flags: bugzilla: maintainer-feedback? (acm)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patches for games/alienarena-data/Makefile and games/alienarena/pkg-plist changing @dirrm to @dir none

Description Felix Palmen freebsd_committer freebsd_triage 2021-07-24 14:49:08 UTC
It seems the cleanup in https://cgit.freebsd.org/ports/commit/?id=4f6c06bb823c8db4dc9a786b29fb8cf43f0f1c41 wasn't complete, packaging now fails with lots of this:

pkg-static: cannot load keyword from /usr/ports/Keywords/dirrm.ucl: No such file or directory
pkg-static: unknown keyword dirrm: @dirrm
Comment 1 Trond Endrestøl 2021-07-24 21:17:36 UTC
Created attachment 226660 [details]
Patches for games/alienarena-data/Makefile and games/alienarena/pkg-plist changing @dirrm to @dir

ports-mgmt/pkg 1.17 removed @dirrm among other directives. Use @dir instead.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-08-04 21:12:49 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bb7d81a68dd0424e0757d6851c102e4dbe6f44d9

commit bb7d81a68dd0424e0757d6851c102e4dbe6f44d9
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2021-08-04 21:10:45 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2021-08-04 21:12:31 +0000

    games/alienarena[-data]: fix pkg-plist

    * Use @dir instead of @dirrm into pkg-plist

    PR:             257384
    Reported by:    felix  at  palmen-it.de

 games/alienarena-data/Makefile | 4 ++--
 games/alienarena/Makefile      | 2 +-
 games/alienarena/pkg-plist     | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)
Comment 3 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2021-08-04 21:15:23 UTC
Committed thanks!