Ticket #46057: Portfile.diff
File Portfile.diff, 1.3 KB (added by lockhart (Thomas Lockhart), 10 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 PortGroup perl5 1.0 6 6 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 7 perl5.branches 5.16 5.18 5.20 8 perl5.default_branch \ 9 5.16 8 10 perl5.setup SGMLSpm 1.03ii 9 # version needs to be set because of a bug in the perl5 portgroup that cannot handle characters in the version number.10 # See #43727 <http://trac.macports.org/ticket/43727> .11 # version needs to be set because this is an invalid version number for perl modules. 12 # See #43727 <http://trac.macports.org/ticket/43727> for details. 11 13 version 1.03ii.0 12 revision 114 revision 2 13 15 platforms darwin 14 16 license GPL-2+ 15 17 maintainers gmail.com:tlockhart1976 openmaintainer … … 30 32 31 33 worksrcdir ${perl5.module} 32 34 35 variant p5.16-sgmlspm conflicts p5.18-sgmlspm p5.20-sgmlspm description {} {} 36 variant p5.18-sgmlspm conflicts p5.16-sgmlspm p5.20-sgmlspm description {} {} 37 variant p5.20-sgmlspm conflicts p5.16-sgmlspm p5.18-sgmlspm description {} {} 38 33 39 if {${perl5.major} != ""} { 34 40 post-patch { 35 41 reinplace "s|/usr/local/|${destroot}${prefix}/|" ${worksrcpath}/Makefile