[131828] trunk/dports/devel/ncurses/Portfile
mojca at macports.org
mojca at macports.org
Mon Jan 19 08:18:11 PST 2015
Revision: 131828
https://trac.macports.org/changeset/131828
Author: mojca at macports.org
Date: 2015-01-19 08:18:11 -0800 (Mon, 19 Jan 2015)
Log Message:
-----------
ncurses: add some logging when deleting files
Modified Paths:
--------------
trunk/dports/devel/ncurses/Portfile
Modified: trunk/dports/devel/ncurses/Portfile
===================================================================
--- trunk/dports/devel/ncurses/Portfile 2015-01-19 16:05:19 UTC (rev 131827)
+++ trunk/dports/devel/ncurses/Portfile 2015-01-19 16:18:11 UTC (rev 131828)
@@ -3611,6 +3611,7 @@
} {
set filepath ${prefix}/${file}
if {[file exists ${filepath}] && [registry_file_registered ${filepath}] == "0"} {
+ ui_warn "Deleting ${filepath}"
if {[catch {delete ${filepath}}]} {
ui_warn "Cannot delete ${filepath}"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150119/01f8b871/attachment.html>
More information about the macports-changes
mailing list