diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-04-26 21:31:11 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-04-26 21:31:11 +0000 |
commit | 477059d80e352da905c0f5966c79db995172f7e4 (patch) | |
tree | b6cb7309e1411937cdfbb0554afb5355ac25321e /sysutils/portupgrade-devel/files/patch-pkgtools.rb | |
parent | Unbreak the build. (diff) |
Update to 20030427. New tarball.
portsdb(1):
- COMMENTFILE is deprecated. Weird. I thought I committed these
changes long long ago.
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>.
Notes
Notes:
svn path=/head/; revision=79689
Diffstat (limited to 'sysutils/portupgrade-devel/files/patch-pkgtools.rb')
-rw-r--r-- | sysutils/portupgrade-devel/files/patch-pkgtools.rb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/portupgrade-devel/files/patch-pkgtools.rb b/sysutils/portupgrade-devel/files/patch-pkgtools.rb deleted file mode 100644 index 6d3d53d37083..000000000000 --- a/sysutils/portupgrade-devel/files/patch-pkgtools.rb +++ /dev/null @@ -1,13 +0,0 @@ ---- 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 |