- Fix a crash that caused sometimes when -R option specified.
Reported by: pav
This commit is contained in:
parent
ede1cdbc59
commit
bb9070e754
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207020
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 2.4.3
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
|
13
ports-mgmt/portupgrade/files/patch-bin-portupgrade
Normal file
13
ports-mgmt/portupgrade/files/patch-bin-portupgrade
Normal file
@ -0,0 +1,13 @@
|
||||
--- bin/portupgrade.orig 2008-02-11 13:37:36.000000000 +0300
|
||||
+++ bin/portupgrade 2008-02-11 16:07:28.000000000 +0300
|
||||
@@ -656,8 +656,10 @@
|
||||
if $upward_recursive
|
||||
STDERR.print '[Exclude up-to-date packages '
|
||||
not_need_upgrade = []
|
||||
+ not_need_upgrade << ''
|
||||
depends.each do |task|
|
||||
STDERR.print '.'
|
||||
+ next if task == ''
|
||||
pkg = PkgInfo.new(task)
|
||||
origin = $pkgdb.origin(task)
|
||||
if !origin.nil?
|
Loading…
Reference in New Issue
Block a user