| Summary: | [MAINTAINER] textproc/asciidoc: update to 8.3.4 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Peter Schuller <peter.schuller> | ||||
| Component: | Individual Port(s) | Assignee: | Marcelo Araujo <araujo> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->araujo I'll take it. State Changed From-To: open->feedback I waiting a maintainer feedback. Hello dear Maintainer, Can you do a double check in this update? I tried to install and uninstall this package without successfully. There is a short error log: ===> Installing for asciidoc-8.3.4 ===> asciidoc-8.3.4 depends on file: /usr/local/bin/python2.5 - found ===> Generating temporary packing list ===> Checking if textproc/asciidoc already installed install -o root -g wheel -m 555 /work/a/ports/textproc/asciidoc/work/asciidoc-8.3.4/asciidoc.py /usr/local/bin/asciidoc install -o root -g wheel -m 555 /work/a/ports/textproc/asciidoc/work/asciidoc-8.3.4/a2x /usr/local/bin /bin/mkdir -p /usr/local/etc/asciidoc install -o root -g wheel -m 444 /work/a/ports/textproc/asciidoc/work/asciidoc-8.3.4/*.conf /usr/local/etc/asciidoc /bin/mkdir -p /usr/local/etc/asciidoc/filters install -o root -g wheel -m 444 /work/a/ports/textproc/asciidoc/work/asciidoc-8.3.4/filters/code-filter.conf /usr/local/etc/asciidoc/filters install: /work/a/ports/textproc/asciidoc/work/asciidoc-8.3.4/filters/code-filter.conf: No such file or directory *** Error code 71 Stop in /a/ports/textproc/asciidoc. -- Marcelo Araujo araujo@FreeBSD.org http://www.FreeBSD.org For every action, there is an equal and opposite criticism. araujo 2009-01-24 16:28:55 UTC
FreeBSD ports repository
Modified files:
textproc/asciidoc Makefile distinfo
Log:
- Update to 8.3.4.
PR: ports/130922
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Revision Changes Path
1.10 +1 -1 ports/textproc/asciidoc/Makefile
1.9 +3 -3 ports/textproc/asciidoc/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks! |
- Update to 8.3.4 Generated with FreeBSD Port Tools 0.77 Upstream ChangeLog: 1. Version 8.3.4 (2009-01-20) Additions and changes * Implemented a title float style. A floating title (or bridgehead) is rendered just like a normal section but is not formally associated with a text body and is not part of the regular section hierarchy so the normal ordering rules do not apply. * Implemented inline comment macro so comment lines can now appear inside block elements. * Comment lines are sent to the output if the showcomments attribute is defined (comment blocks are never sent to the output). * Single quoting attribute values in AttributeList elements causes them to be substituted like normal inline text (without single quoting only attribute substitution is performed). * Rewrote list item processing (was very crufty). List continuation and list blocks now work as expected. Updated and clarified list documentation in User Guide. * The revision attribute now recognizes the RCS $Id$ marker format. * An RCS $Id$ marker formatted revision line in the header does not need to be preceded by an author line. * If an RCS $Id$ formatted revision is specified and the author name has not already been set then the author name in the $Id$ marker will be used. * Updated Gouichi Iisaka's Graphviz filter to version 1.1.3. * Added autowidth table attribute option for (X)HTML outputs. * DocBook backend now puts orgname optional attribute in DocBook header. * Deprecated undocumented companyname attribute in favor of DocBook's corpname. * Removed explicit closing backslash from HTML4 self-closing tags to comply with WC3 recommendation. Bug fixes * Fixed 8.3.3 regression whereby adjacent lists with the same syntax but different list styles were incorrectly treated as a single list.