FreeBSD Bugzilla – Attachment 138460 Details for
Bug 184426
ports-mgmt/portupgrade-devel date range of pkg_glob doesn't work as expected
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 489 bytes, created by
kasahara
on 2013-12-02 05:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
kasahara
Created:
2013-12-02 05:30:01 UTC
Size:
489 bytes
patch
obsolete
>--- pkginfo.rb 2013-12-02 14:04:23.000000000 +0900 >+++ pkginfo.rb.fix 2013-12-02 14:04:02.012831037 +0900 >@@ -195,9 +195,9 @@ > if $pkgdb.with_pkgng? > Time.at(get_info(:mtime).to_i) > else >- File.mtime(pkg_comment(pkgname)) || >- File.mtime(pkg_descr(pkgname)) || >- File.mtime(pkg_contents(pkgname)) rescue Time.at(0) >+ File.mtime(pkg_comment) || >+ File.mtime(pkg_descr) || >+ File.mtime(pkg_contents) rescue Time.at(0) > end > end
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 184426
: 138460