diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-29 07:18:43 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-29 07:26:39 +0800 |
commit | 3f32ccaefa18b2e96ec029ba5a79f0bf1c00d983 (patch) | |
tree | a1767e909bbe74a41a17bc79d4be50e325622b1f /textproc/asciidoc/files/patch-a2x.py | |
parent | net/vnstat: Update WWW (diff) |
textproc/asciidoc: Update to 10.1.1
- Change MASTER_SITES to CHEESESHOP
Changes: https://github.com/asciidoc-py/asciidoc-py/releases
Diffstat (limited to 'textproc/asciidoc/files/patch-a2x.py')
-rw-r--r-- | textproc/asciidoc/files/patch-a2x.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/asciidoc/files/patch-a2x.py b/textproc/asciidoc/files/patch-a2x.py deleted file mode 100644 index 570e532ca13e..000000000000 --- a/textproc/asciidoc/files/patch-a2x.py +++ /dev/null @@ -1,11 +0,0 @@ ---- a2x.py.orig 2018-01-13 22:10:35 UTC -+++ a2x.py -@@ -498,7 +498,7 @@ class A2X(AttrDict): - self.asciidoc_opts += ' --doctype %s' % self.doctype - for attr in self.attributes: - self.asciidoc_opts += ' --attribute "%s"' % attr --# self.xsltproc_opts += ' --nonet' -+ self.xsltproc_opts += ' --nonet --path %%LOCALBASE%%/share/xsl/docbook/manpages/' - if self.verbose: - self.asciidoc_opts += ' --verbose' - self.dblatex_opts += ' -V' |