summaryrefslogtreecommitdiff
path: root/ports-mgmt/portupgrade/files/patch-lib-pkgtools.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/portupgrade/files/patch-lib-pkgtools.rb')
-rw-r--r--ports-mgmt/portupgrade/files/patch-lib-pkgtools.rb20
1 files changed, 0 insertions, 20 deletions
diff --git a/ports-mgmt/portupgrade/files/patch-lib-pkgtools.rb b/ports-mgmt/portupgrade/files/patch-lib-pkgtools.rb
deleted file mode 100644
index 87dcfe5ff3a8..000000000000
--- a/ports-mgmt/portupgrade/files/patch-lib-pkgtools.rb
+++ /dev/null
@@ -1,20 +0,0 @@
---- lib/pkgtools.rb.orig Sat Jun 3 10:05:09 2006
-+++ lib/pkgtools.rb Mon Jun 19 16:36:55 2006
-@@ -1048,7 +1048,7 @@
-
- pkg = PkgInfo.new(pkgname)
-
-- re = %r"^((?:#{Regexp.quote(localbase())}|#{Regexp.quote(x11base())})/etc/rc\.d/[^/]+(\.sh))(\.\w+)?$"
-+ re = %r"^((?:#{Regexp.quote(localbase())}|#{Regexp.quote(x11base())})/etc/rc\.d/[^/]+(\.sh)?)(\.\w+)?$"
-
- ret = []
- pkg.files.each { |file|
-@@ -1066,7 +1066,7 @@
-
- pkg = PkgInfo.new(pkgname)
-
-- re = %r"^((?:#{Regexp.quote(localbase())}|#{Regexp.quote(x11base())})/etc/rc\.d/[^/]+\.sh)(\.\w+)$"
-+ re = %r"^((?:#{Regexp.quote(localbase())}|#{Regexp.quote(x11base())})/etc/rc\.d/[^/]+(\.sh)?)(\.\w+)$"
-
- pkg.files.select { |file|
- re =~ file && File.executable?(file)