Changes between Initial Version and Version 1 of Ticket #46570


Ignore:
Timestamp:
Jan 15, 2015, 4:27:04 PM (9 years ago)
Author:
mojca (Mojca Miklavec)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46570

    • Property Owner changed from ciserlohn@… to macports-tickets@…
    • Property Cc ryandesign@… Tom.Schoonjans@… ciserlohn@… dports@… added
    • Property Summary changed from git: remove variants perl5_12, perl5_14, introduce support for 5.18 and 5.20 to git, openbrowser, ossp-uuid, xraylib: remove variants perl5_12, perl5_14, introduce support for 5.18 and 5.20
    • Property Port openbrowser ossp-uuid xraylib biblatex-biber intltool added
  • Ticket #46570 – Description

    initial v1  
    1 Support for Perl < 5.16 has been removed (#46322). I would like to request removing variants `perl5_12` and `perl5_14` and introduce variants for 5.18 and 5.20, ideally using something like:
     1Support for Perl < 5.16 has been removed (#46322). I would like to request removing variants `perl5_10`, `perl5_12`, `perl5_14` and introduce variants for 5.18 and 5.20, ideally using something like this (if I understand the functionality properly):
    22
    33{{{
    44perl5.require_variant yes
    55perl5.conflict_variants yes
    6 perl5.branches      5.16 5.18 5.20
     6perl5.branches 5.16 5.18 5.20
    77perl5.create_variants ${perl5.branches}
    88}}}
    99
    10 (See #43193, r125264, r129992)
     10I added `biblatex-biber` and `intltool` to the list just because it would be nice to use the functionality from the PortGroup rather than "reinventing the wheel" in every port separately.
     11
     12(See also #43193, r125264, r129992. And maybe we need some documentation about that functionality.)