FreeBSD Bugzilla – Attachment 66414 Details for
Bug 98153
Fix a small buglet in sysutils/portupgrade
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 632 bytes, created by
Anton Berezin
on 2006-05-30 15:40:28 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Anton Berezin
Created:
2006-05-30 15:40:28 UTC
Size:
632 bytes
patch
obsolete
>--- ./pkgtools-2.0.1/bin/portupgrade.orig Tue May 30 16:27:15 2006 >+++ ./pkgtools-2.0.1/bin/portupgrade Tue May 30 16:29:40 2006 >@@ -730,7 +730,9 @@ def do_upgrade(pkgname) > !config_ignore_moved?(pkg) and \ > (moved = $portsdb.moved.trace(pkg.origin)) > if origin = moved.last.to >- warning_message "Package origin of '#{pkg.name}' has been changed: '#{pkg.origin}' -> '#{origin}'" >+ if pkg.origin != origin >+ warning_message "Package origin of '#{pkg.name}' has been changed: '#{pkg.origin}' -> '#{origin}'" >+ end > else > warning_message "Package '#{pkg.name}' has been removed from ports tree." > end
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 98153
: 66414