aboutsummaryrefslogtreecommitdiff
path: root/sysutils/portupgrade
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-04-22 08:59:21 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-04-22 08:59:21 +0000
commita211d1995968b94db50cd56f6df2162e2ed2516d (patch)
treea7b9c5883cd57cb111fb19adc31a78567bcb723a /sysutils/portupgrade
parent1fd332f19699a1953a7e60df7bd56261dce4626f (diff)
downloadports-a211d1995968b94db50cd56f6df2162e2ed2516d.tar.gz
ports-a211d1995968b94db50cd56f6df2162e2ed2516d.zip
Notes
Diffstat (limited to 'sysutils/portupgrade')
-rw-r--r--sysutils/portupgrade/Makefile1
-rw-r--r--sysutils/portupgrade/files/patch-pkgtools.rb13
2 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile
index 984dce23de09..b24066881b77 100644
--- a/sysutils/portupgrade/Makefile
+++ b/sysutils/portupgrade/Makefile
@@ -7,6 +7,7 @@
PORTNAME= portupgrade
PORTVERSION= 20030422
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
${MASTER_SITE_LOCAL}
diff --git a/sysutils/portupgrade/files/patch-pkgtools.rb b/sysutils/portupgrade/files/patch-pkgtools.rb
new file mode 100644
index 000000000000..6d3d53d37083
--- /dev/null
+++ b/sysutils/portupgrade/files/patch-pkgtools.rb
@@ -0,0 +1,13 @@
+--- lib/pkgtools.rb.orig Tue Apr 22 14:35:20 2003
++++ lib/pkgtools.rb Tue Apr 22 17:57:25 2003
+@@ -604,8 +604,9 @@
+ neworigin ||= $pkgdb.origin(newdep)
+ end
+
++ lines = []
++
+ File.open(file) do |f|
+- lines = []
+ pkgdeps = Set.new
+
+ deporigin = nil # what to do with the next DEPORIGIN