summaryrefslogtreecommitdiff
path: root/sysutils/portupgrade-devel/files/patch-portupgrade
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-06-01 03:22:46 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-06-01 03:22:46 +0000
commit5ce67365d60f3257c635b420c2b0a246e24b6f59 (patch)
tree8c1d5458c613812e21dda19415a2bd17d93ff4da /sysutils/portupgrade-devel/files/patch-portupgrade
parentA package file can often be bigger than /tmp's capacity, so create (diff)
Update portupgrade to 1.36.
* No need to recurse @pkgdep search, really. * Support the latest pkg_tarup. * Backup +REQUIRED_BY a bit earlier, just in case. * If it fails to copy the new +REQUIRED_BY to the package's dbdir, emit a message and save the file in TMPDIR.
Notes
Notes: svn path=/head/; revision=43373
Diffstat (limited to 'sysutils/portupgrade-devel/files/patch-portupgrade')
-rw-r--r--sysutils/portupgrade-devel/files/patch-portupgrade12
1 files changed, 0 insertions, 12 deletions
diff --git a/sysutils/portupgrade-devel/files/patch-portupgrade b/sysutils/portupgrade-devel/files/patch-portupgrade
deleted file mode 100644
index 5daef36b97fd..000000000000
--- a/sysutils/portupgrade-devel/files/patch-portupgrade
+++ /dev/null
@@ -1,12 +0,0 @@
---- portupgrade.orig Thu May 31 14:18:06 2001
-+++ portupgrade Fri Jun 1 00:10:54 2001
-@@ -571,8 +571,7 @@
- File.chmod 0644, w.path
-
- if File.writable? file
-- File.delete file
-- File.rename w.path, file
-+ system '/bin/mv', '-f', w.path, file
- else
- sudo '/bin/mv', '-f', w.path, file
- end