Skip to content

Commit

Permalink
p5-object-hashbase: remove old conflict handler
Browse files Browse the repository at this point in the history
Present when port was split from p5-test-simple
in 3eb6da3 over two years ago.
  • Loading branch information
chrstphrchvz authored and dbevans committed May 25, 2019
1 parent 548ff0e commit c4c41ee
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions perl/p5-object-hashbase/Portfile
Expand Up @@ -16,17 +16,5 @@ checksums rmd160 af6736f20497170c091985f5766912a24c579941 \
sha256 0734c671c8822bcfd34bd62adeea43c6640bd456196ab523177b7c13144df745

if {${perl5.major} != ""} {
# p5-object-hashbase was previously part of p5-test-simple now separate
# deactivate old conflicting p5-test-simple before activation
pre-activate {
set pname p${perl5.major}-test-simple
if {![catch {set installed [lindex [registry_active $pname] 0]}]} {
set _version [lindex $installed 1]
if {[vercmp $_version 1.302069] < 0} {
registry_deactivate_composite $pname "" [list ports_nodepcheck 1]
}
}
}

supported_archs noarch
}

0 comments on commit c4c41ee

Please sign in to comment.