Bug 257384 - games/alienarena-data: fails to package with pkg 1.17 – unknown keyword dirrm
Summary: games/alienarena-data: fails to package with pkg 1.17 – unknown keyword dirrm
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-24 14:49 UTC by Felix Palmen
Modified: 2021-08-04 21:15 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (acm)


Attachments
Patches for games/alienarena-data/Makefile and games/alienarena/pkg-plist changing @dirrm to @dir (1.40 KB, patch)
2021-07-24 21:17 UTC, Trond Endrestøl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!