You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
base: remove unhelpful error message "Unable to upgrade port: $number"
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@118456 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -3999,7 +3999,6 @@ proc macports::_upgrade {portname dspec variationslist optionslist {depscachenam
|
||||
if {[info exists ::errorInfo]} {
|
||||
ui_debug $::errorInfo
|
||||
}
|
||||
ui_error "Unable to upgrade port: $result"
|
||||
catch {mportclose $mport}
|
||||
return 1
|
||||
}
|
||||
@@ -4008,7 +4007,6 @@ proc macports::_upgrade {portname dspec variationslist optionslist {depscachenam
|
||||
if {[info exists ::errorInfo]} {
|
||||
ui_debug $::errorInfo
|
||||
}
|
||||
ui_error "Unable to upgrade port: $result"
|
||||
catch {mportclose $mport}
|
||||
return 1
|
||||
}
|
||||
@@ -4019,7 +4017,6 @@ proc macports::_upgrade {portname dspec variationslist optionslist {depscachenam
|
||||
if {[info exists ::errorInfo]} {
|
||||
ui_debug $::errorInfo
|
||||
}
|
||||
ui_error "Unable to upgrade port: $result"
|
||||
catch {mportclose $mport}
|
||||
return 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user