1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00

- Fix a bug with -o option

Reported by:	many
This commit is contained in:
Sergey Matveychuk 2007-06-28 10:37:32 +00:00
parent 4181608a73
commit 22fe409247
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194372
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= portupgrade-devel
PORTVERSION= 2.3.0
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= ports-mgmt
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= portupgrade

View File

@ -1,5 +1,5 @@
--- bin/portupgrade.orig Mon Feb 26 19:00:26 2007
+++ bin/portupgrade Tue May 1 21:37:49 2007
+++ bin/portupgrade Thu Jun 28 14:34:58 2007
@@ -616,7 +616,9 @@
# Track unistalled ports is appeared after updating
@ -7,7 +7,7 @@
- install_tasks |= get_uninstalled_depends($pkgdb.origin(task))
+ o = $pkgdb.origin(task)
+#XXX install_tasks |= get_uninstalled_depends(o) if !o.nil?
+ $task_options[task][:origin] = o
+# $task_options[task][:origin] = o
end
}