Commits
Christopher Chavez authored and David B. Evans committed 96d760c86bc
25 25 | port:p${perl5.major}-io-stringy \ |
26 26 | port:p${perl5.major}-mailtools \ |
27 27 | port:p${perl5.major}-mime-tools \ |
28 28 | port:p${perl5.major}-mime-types \ |
29 29 | port:p${perl5.major}-timedate \ |
30 30 | port:p${perl5.major}-time-hires \ |
31 31 | port:p${perl5.major}-uri \ |
32 32 | port:p${perl5.major}-user-identity |
33 33 | |
34 34 | supported_archs noarch |
35 - | |
36 - | # p5-mail-message was previously part of p5-mail-box now separate |
37 - | # deactivate conflicting p5-mail-box < 3.000 before activation |
38 - | |
39 - | pre-activate { |
40 - | set pname p${perl5.major}-mail-box |
41 - | if {![catch {set installed [lindex [registry_active $pname] 0]}]} { |
42 - | set _version [lindex $installed 1] |
43 - | if {[vercmp $_version 3.000] < 0} { |
44 - | registry_deactivate_composite $pname "" [list ports_nodepcheck 1] |
45 - | } |
46 - | } |
47 - | } |
48 35 | } |