Skip to content
Permalink
Browse files

burp: remove pre-activate block

Block added in a85edb8; can now be removed
  • Loading branch information
chrstphrchvz authored and cjones051073 committed Apr 23, 2019
1 parent 9fd51db commit b8b029dce903c47a9bc9f481a56b49a02c322723
Showing with 0 additions and 12 deletions.
  1. +0 −12 sysutils/burp/Portfile
@@ -45,18 +45,6 @@ post-destroot {

destroot.keepdirs ${destroot}${prefix}/etc/burp/CA-client

pre-activate {
# Prevent activation failure for upgrades. This can be removed after January 2019.
# See https://trac.macports.org/ticket/55671
foreach filepath "${prefix}/etc/burp/CA-client/.turd_${subport}" {
if {[file exists ${filepath}] && [registry_file_registered ${filepath}] == "0"} {
if {[catch {delete ${filepath}}]} {
ui_warn "Cannot delete ${filepath}; please remove it manually"
}
}
}
}

livecheck.url ${homepage}/download.html
livecheck.regex {<li>([0-9.]+): Stable$}

0 comments on commit b8b029d

Please sign in to comment.
You can’t perform that action at this time.