K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2020-12-20T19:48:53.500839Z K 7 svn:log V 984 Use config newline setting in system attribute evaluation - Bump PORTREVISION for package change It fixes comms/fldigi build without extra \r removal. Problems seen with inconsistent newlines in the Table Of Contents HTML pulled in from the configuration file. While the rest of the contents in the resulting HTML file honored the newline style configured by the user, this specific snippet of HTML always used "\r\n". This root of this problem existed for some time, but in earlier versions, the newline style was always "\n". The symptoms changed as a side effect of the issue "Extra line padding in source and literal blocks". In this issue, the newline style changed to "\r\n", and was noticed by users. Change the System Attribute Evaluation function to use the newline setting from the global "config" instead of using the default newline. PR: 251329 Reported by: db Obtained from: https://github.com/asciidoc/asciidoc-py3/commit/8313e45cc78af30bb8df5d33311a7f2fdc50595c END