Bug 236665 - converters/pdf2djvu: fails check-plist
Summary: converters/pdf2djvu: fails check-plist
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: Jan Beich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-20 14:30 UTC by Jan Beich
Modified: 2019-03-20 19:23 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (samy.mahmoudi)


Attachments
build log (57.67 KB, text/plain)
2019-03-20 14:30 UTC, Jan Beich
no flags Details
Patch file generated with svn diff (1.64 KB, patch)
2019-03-20 18:48 UTC, Samy Mahmoudi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2019-03-20 14:30:25 UTC
Created attachment 203004 [details]
build log

$ make check-plist
[...]
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: man/de/man1/pdf2djvu.1.gz
Error: Orphaned: man/fr/man1/pdf2djvu.1.gz
Error: Orphaned: man/pl/man1/pdf2djvu.1.gz
Error: Orphaned: man/pt/man1/pdf2djvu.1.gz
Error: Orphaned: man/ru/man1/pdf2djvu.1.gz
Error: Orphaned: share/locale/de/LC_MESSAGES/pdf2djvu.mo
Error: Orphaned: share/locale/pl/LC_MESSAGES/pdf2djvu.mo
Error: Orphaned: share/locale/pt/LC_MESSAGES/pdf2djvu.mo
Error: Orphaned: share/locale/ru/LC_MESSAGES/pdf2djvu.mo
Error: Orphaned: share/locale/uk/LC_MESSAGES/pdf2djvu.mo
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1
Comment 1 Samy Mahmoudi 2019-03-20 15:51:48 UTC
(In reply to Jan Beich from comment #0)

Thank you for this PR. I will create a pkg-plist file as soon as possible.
Comment 2 Samy Mahmoudi 2019-03-20 18:48:08 UTC
Created attachment 203008 [details]
Patch file generated with svn diff

Done.
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-03-20 19:23:19 UTC
A commit references this bug:

Author: jbeich
Date: Wed Mar 20 19:22:19 UTC 2019
New revision: 496383
URL: https://svnweb.freebsd.org/changeset/ports/496383

Log:
  converters/pdf2djvu: install more files

  PR:		236665
  Submitted by:	Samy Mahmoudi (maintainer)

Changes:
  head/converters/pdf2djvu/Makefile
  head/converters/pdf2djvu/pkg-plist
Comment 4 Jan Beich freebsd_committer freebsd_triage 2019-03-20 19:23:46 UTC
Thanks for the fix.