Summary: | astro/gpsd: update to 3.25 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | John Hay <john> | ||||||
Component: | Individual Port(s) | Assignee: | Fernando Apesteguía <fernape> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | fernape | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Maintainer informed via mail ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%DATADIR%%/doc/example2.py.txt ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. Would you have a look? Created attachment 251580 [details]
patch to upgrade port to 3.25 including example2.py.txt
Here is a new patch that includes the missing line in pkg-plist
%%DATADIR%%/doc/example2.py.txt
Committed, Thanks! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f37092bacbf5592ec127a66079f5c31a906660f commit 8f37092bacbf5592ec127a66079f5c31a906660f Author: John Hay <john@sanren.ac.za> AuthorDate: 2024-06-20 07:11:26 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2024-06-25 16:24:48 +0000 astro/gpsd: update to 3.25 PR: 279718 Reported by: john@sanren.ac.za Approved by: z7dr6ut7gs@snkmail.com (maintainer, timeout > 2 weeks) astro/gpsd/Makefile | 13 +++++++++-- astro/gpsd/distinfo | 6 ++--- astro/gpsd/files/patch-SConscript (gone) | 38 -------------------------------- astro/gpsd/pkg-plist | 10 +++++---- 4 files changed, 20 insertions(+), 47 deletions(-) |
Created attachment 251440 [details] patch to upgrade port to 3.25 Patch to upgrade port. Note that it also adds a nox11 FLAVOR. Note that files/patch-SConscript is not needed anymore.