[MacPorts] #46896: LaTeXML: update to 0.8.1 and fix Perl branches
MacPorts
noreply at macports.org
Thu Feb 19 13:10:49 PST 2015
#46896: LaTeXML: update to 0.8.1 and fix Perl branches
-----------------------------+---------------------------------
Reporter: bruce.miller@… | Owner: macports-tickets@…
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: maintainer haspatch
Port: latexml |
-----------------------------+---------------------------------
Comment (by pixilla@…):
Replying to [comment:2 mojca@…]:
> {{{
> perl5.create_variants ${perl5.branches}
> perl5.setup ${name} ${version}
> }}}
Using both perl5.create_variants and perl5.setup is untested. The
perl5.create_variants proc is intended to be used instead of perl5.setup
when perl variants are desired instead of the perl subports perl5.setup
provides.
Try this:
{{{
perl5.require_variant yes
perl5.branches 5.16 5.18 5.20
perl5.create_variants ${perl5.branches}
}}}
Note: perl5.conflict_variants defaults to yes so omitted above.
--
Ticket URL: <https://trac.macports.org/ticket/46896#comment:5>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list