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/files/patch-portsclean | |
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/files/patch-portsclean')
-rw-r--r-- | sysutils/portupgrade/files/patch-portsclean | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sysutils/portupgrade/files/patch-portsclean b/sysutils/portupgrade/files/patch-portsclean deleted file mode 100644 index 67447ed21f48..000000000000 --- a/sysutils/portupgrade/files/patch-portsclean +++ /dev/null @@ -1,20 +0,0 @@ ---- bin/portsclean.orig Tue Apr 22 20:30:14 2003 -+++ bin/portsclean Tue Apr 22 20:29:31 2003 -@@ -520,8 +520,6 @@ - end - end - end -- -- r.close # make sure to waitpid the process immediately - end - - IO.popen("find -H #{$packages_base} -type l -name '*.t[bg]z'") do |r| -@@ -532,8 +530,6 @@ - delete_file(pkgfile) - end - end -- -- r.close # make sure to waitpid the process immediately - end - end - |