Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
p5-alien-build: remove old conflict handlers
Were added in df5c88c, d5ee5f5,
and 5110a2d over one year ago.
  • Loading branch information
chrstphrchvz authored and dbevans committed May 25, 2019
1 parent 8455432 commit 548ff0e
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions perl/p5-alien-build/Portfile
Expand Up @@ -31,38 +31,5 @@ if {${perl5.major} != ""} {
port:p${perl5.major}-test-simple \
port:p${perl5.major}-text-parsewords

# Test::Alien, now part of this module, was previously provided by separate port p5-test-alien
# deactivate old conflicting p5-test-alien before activation

pre-activate {
set pname p${perl5.major}-test-alien
if {![catch {set installed [lindex [registry_active $pname] 0]}]} {
registry_deactivate_composite $pname "" [list ports_nodepcheck 1]
}
}

# Alien::Base, now part of this module, was previously provided by separate port p5-alien-base
# deactivate old conflicting p5-alien-base before activation

pre-activate {
set pname p${perl5.major}-alien-base
if {![catch {set installed [lindex [registry_active $pname] 0]}]} {
registry_deactivate_composite $pname "" [list ports_nodepcheck 1]
}
}

# Alien::Base::PkgConfig, previously part of p5-alien-base-modulebuild, moved to this port as of ABMB version 1.00
# deactivate old conflicting p5-alien-base-modulebuild before activation

pre-activate {
set pname p${perl5.major}-alien-base-modulebuild
if {![catch {set installed [lindex [registry_active $pname] 0]}]} {
set _version [lindex $installed 1]
if {[vercmp $_version 1.0.0] < 0} {
registry_deactivate_composite $pname "" [list ports_nodepcheck 1]
}
}
}

supported_archs noarch
}

0 comments on commit 548ff0e

Please sign in to comment.