Bug 192678 - textproc/asciidoc not properly staged
Summary: textproc/asciidoc not properly staged
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-15 11:34 UTC by John Marino
Modified: 2014-08-15 21:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino freebsd_committer freebsd_triage 2014-08-15 11:34:52 UTC
Maybe textproc/asciidoc needs to use @sample keyword or something, but it's failing the stage-qa checks horribly:

===========================================================================
====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%ETCDIR%%/asciidoc.conf
Error: Orphaned: %%ETCDIR%%/docbook45.conf
Error: Orphaned: %%ETCDIR%%/filters/code/code-filter.conf
Error: Orphaned: %%ETCDIR%%/filters/graphviz/graphviz-filter.conf
Error: Orphaned: %%ETCDIR%%/filters/latex/latex-filter.conf
Error: Orphaned: %%ETCDIR%%/filters/music/music-filter.conf
Error: Orphaned: %%ETCDIR%%/filters/source/source-highlight-filter.conf
Error: Orphaned: %%ETCDIR%%/help.conf
Error: Orphaned: %%ETCDIR%%/html4.conf
Error: Orphaned: %%ETCDIR%%/html5.conf
Error: Orphaned: %%ETCDIR%%/lang-cs.conf
Error: Orphaned: %%ETCDIR%%/lang-de.conf
Error: Orphaned: %%ETCDIR%%/lang-el.conf
Error: Orphaned: %%ETCDIR%%/lang-en.conf
Error: Orphaned: %%ETCDIR%%/lang-es.conf
Error: Orphaned: %%ETCDIR%%/lang-fr.conf
Error: Orphaned: %%ETCDIR%%/lang-hu.conf
Error: Orphaned: %%ETCDIR%%/lang-it.conf
Error: Orphaned: %%ETCDIR%%/lang-nl.conf
Error: Orphaned: %%ETCDIR%%/lang-pt-BR.conf
Error: Orphaned: %%ETCDIR%%/lang-ro.conf
Error: Orphaned: %%ETCDIR%%/lang-ru.conf
Error: Orphaned: %%ETCDIR%%/lang-uk.conf
Error: Orphaned: %%ETCDIR%%/latex.conf
Error: Orphaned: %%ETCDIR%%/slidy.conf
Error: Orphaned: %%ETCDIR%%/text.conf
Error: Orphaned: %%ETCDIR%%/xhtml11-quirks.conf
Error: Orphaned: %%ETCDIR%%/xhtml11.conf
===> Checking for directories owned by MTREEs
===> Checking for directories handled by dependencies
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1
Comment 1 John Marino freebsd_committer freebsd_triage 2014-08-15 11:35:17 UTC
over to maintainer.
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-08-15 21:09:40 UTC
A commit references this bug:

Author: sunpoet
Date: Fri Aug 15 21:09:02 UTC 2014
New revision: 365050
URL: http://svnweb.freebsd.org/changeset/ports/365050

Log:
  - Use @sample
  - Bump PORTREVISION for package change

  PR:		ports/192678
  Submitted by:	marino

Changes:
  head/textproc/asciidoc/Makefile
  head/textproc/asciidoc/pkg-plist
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-08-15 21:10:40 UTC
Committed. Thanks!