mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
- fix PKG_ALTDEP does not work problem PR: ports/54424 Submitted by: koma2@lovepeers.org (maintainer) Approved by: bharat@menalto.com
13 lines
307 B
Text
13 lines
307 B
Text
Index: bin/pkgdb
|
|
===================================================================
|
|
--- bin/pkgdb (revision 38)
|
|
+++ bin/pkgdb (working copy)
|
|
@@ -615,7 +615,7 @@
|
|
next
|
|
end
|
|
|
|
- if $pkgdb.match?(pat, dep)
|
|
+ if File.fnmatch?(pat, dep)
|
|
case alt
|
|
when :delete, :skip
|
|
return [alt]
|