[146755] branches/vcs-fetch/base/src/port/port.tcl
raimue at macports.org
raimue at macports.org
Wed Mar 16 17:26:49 PDT 2016
Revision: 146755
https://trac.macports.org/changeset/146755
Author: raimue at macports.org
Date: 2016-03-16 17:26:49 -0700 (Wed, 16 Mar 2016)
Log Message:
-----------
Show date in verbose output of 'port installed'
Modified Paths:
--------------
branches/vcs-fetch/base/src/port/port.tcl
Modified: branches/vcs-fetch/base/src/port/port.tcl
===================================================================
--- branches/vcs-fetch/base/src/port/port.tcl 2016-03-16 23:19:48 UTC (rev 146754)
+++ branches/vcs-fetch/base/src/port/port.tcl 2016-03-17 00:26:49 UTC (rev 146755)
@@ -3270,6 +3270,10 @@
if {$archs != 0 && $archs ne ""} {
append extra " archs='$archs'"
}
+ set date [registry::property_retrieve $regref date]
+ if {$date ne ""} {
+ append extra " date='[clock format $date -format "%Y-%m-%d %T"]'"
+ }
}
if { $iactive == 0 } {
puts " $iname @${iversion}_${irevision}${ivariants}${nvariants}${extra}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160316/8d670505/attachment.html>
More information about the macports-changes
mailing list