Changes between Initial Version and Version 1 of Ticket #46570
- Timestamp:
- Jan 15, 2015, 4:27:04 PM (10 years ago)
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
togit, 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_1 2` and `perl5_14` and introduce variants for 5.18 and 5.20, ideally using something like:1 Support 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): 2 2 3 3 {{{ 4 4 perl5.require_variant yes 5 5 perl5.conflict_variants yes 6 perl5.branches 6 perl5.branches 5.16 5.18 5.20 7 7 perl5.create_variants ${perl5.branches} 8 8 }}} 9 9 10 (See #43193, r125264, r129992) 10 I 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.)