Bug 203314

Summary: [patch] games/wtf: fix pkg-descr
Product: Ports & Packages Reporter: Zsolt Udvari <uzsolt>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: culot, lifanov
Priority: --- Keywords: patch
Version: LatestFlags: bugzilla: maintainer-feedback? (lifanov)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Zsolt Udvari freebsd_committer freebsd_triage 2015-09-24 16:55:47 UTC
Created attachment 161344 [details]
patch

The pkg-descr contains fix $PREFIX.
Comment 1 Nikolai Lifanov 2015-09-24 18:12:38 UTC
This patch doesn't stage:

===>   Generating temporary packing list
** Missing pkg-descr for wtf-20150918.
*** Error code 1

Also, I don't think SUB_LIST is necessary here.
%%PREFIX%% is expanded automatically.

Also, pkg-descr should be present in the port directory so that tools
that parse it can find it in the right place.

However, I can revise the wording for pkg-descr with the next update.
Where acronyms are kept is an implementation detail and it's already
mentioned (correctly) in the man page.
Comment 2 Zsolt Udvari freebsd_committer freebsd_triage 2015-09-24 19:20:49 UTC
Maybe an empty pkg-descr? It's a very ugly workaround.
Comment 3 Nikolai Lifanov 2015-09-24 19:28:36 UTC
No, an empty pkg-descr is much, much worse.
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2015-10-12 14:37:03 UTC
This issue was fixed with revision 399133.