Skip to content

Commit

Permalink
py-docutils: add commit r8555 to address various usage issues
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelld authored and mascguy committed Nov 11, 2021
1 parent 7a5840a commit ebe02ca
Show file tree
Hide file tree
Showing 2 changed files with 452 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/py-docutils/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ PortGroup select 1.0

name py-docutils
version 0.18
revision 1
categories-append textproc
license public-domain BSD PSF-2.1.1
maintainers {jmr @jmroot} alexnicksay.com:alex openmaintainer
Expand Down Expand Up @@ -35,6 +36,9 @@ if {$subport ne $name} {
copy -force ${filespath}/docutils ${worksrcpath}/${subport}
}

patchfiles-append patch-commit-8885.diff
patch.pre_args -p1

post-patch {
reinplace \
"s,@PYTHON_BRANCH@,${python.branch},g" \
Expand Down

0 comments on commit ebe02ca

Please sign in to comment.