ports/textproc/p5-EBook-Tools/files/patch-scripts_ebook.pl
Jason Unovitch 4c5a99a5cf textproc/p5-EBook-Tools: update 0.4.9_2 -> 0.5.4
- Update to p5-EBook-Tools-0.5.4
- Update tidy dependency to tidy-html5
- Take maintainership
- Add NO_ARCH

PR:		201703
Approved by:	simond@irrelevant.org (outgoing maintainer), feld (mentor)
Differential Revision:	https://reviews.freebsd.org/D3348
2015-08-11 22:02:30 +00:00

11 lines
431 B
Perl

--- scripts/ebook.pl.orig 2014-10-01 22:27:01 UTC
+++ scripts/ebook.pl
@@ -92,7 +92,7 @@ my %opt = (
'raw' => 0,
'subcategory' => undef,
'tidy' => 0,
- 'tidycmd' => $config->val('helpers','tidy') || undef,
+ 'tidycmd' => $config->val('helpers','tidy') || 'tidy5',
'tidysafety' => $tidysafety,
'title' => undef,
'verbose' => $config->val('config','debug') || 0,