Ticket #50219: Portfile.diff
File Portfile.diff, 1.1 KB (added by lockhart (Thomas Lockhart), 9 years ago) |
---|
-
Portfile
old new 3 3 4 4 PortSystem 1.0 5 5 6 set perlver 5.22 7 6 8 name docbook-utils 7 9 version 0.6.14 8 revision 210 revision 3 9 11 categories textproc 10 12 platforms darwin 11 13 license GPL-2+ … … 27 29 conflicts docbook2X 28 30 29 31 depends_lib port:sgml-common \ 30 port:p 5.16-sgmlspm \32 port:p${perlver}-sgmlspm \ 31 33 port:openjade \ 32 34 port:docbook-dsssl \ 33 35 port:docbook-sgml-4.2 … … 70 72 ${worksrcpath}/bin/sgmldiff.in \ 71 73 ${worksrcpath}/doc/man/Makefile.in \ 72 74 ${worksrcpath}/doc/HTML/Makefile.in 75 reinplace "s|sgmlspl|sgmlspl-${perlver}|g" \ 76 ${worksrcpath}/backends/man.in \ 77 ${worksrcpath}/backends/texi.in \ 78 ${worksrcpath}/doc/man/Makefile.in 73 79 74 80 # Update content to docbook-4.x since we do not have 3.x available in MacPorts 75 81 reinplace "s|V3.1|V4.2|" ${worksrcpath}/doc/docbook-utils.sgml