View | Details | Raw Unified | Return to bug 184426
Collapse All | Expand All

(-)pkginfo.rb.fix 2013-12-02 14:04:02.012831037 +0900 (-3 / +3 lines)
Lines 195-203 Link Here
195
    if $pkgdb.with_pkgng?
195
    if $pkgdb.with_pkgng?
196
      Time.at(get_info(:mtime).to_i)
196
      Time.at(get_info(:mtime).to_i)
197
    else
197
    else
198
      File.mtime(pkg_comment(pkgname)) ||
198
      File.mtime(pkg_comment) ||
199
        File.mtime(pkg_descr(pkgname)) ||
199
        File.mtime(pkg_descr) ||
200
        File.mtime(pkg_contents(pkgname)) rescue Time.at(0)
200
        File.mtime(pkg_contents) rescue Time.at(0)
201
    end
201
    end
202
  end
202
  end

Return to bug 184426