svn commit: r368396 - branches/2014Q3/Keywords
Bryan Drewery
bdrewery at FreeBSD.org
Wed Sep 17 16:28:52 UTC 2014
Author: bdrewery
Date: Wed Sep 17 16:28:51 2014
New Revision: 368396
URL: http://svnweb.freebsd.org/changeset/ports/368396
QAT: https://qat.redports.org/buildarchive/r368396/
Log:
MFH r367994:
@sample: Alert user that there is a stale file to be removed.
Modified:
branches/2014Q3/Keywords/sample.yaml
Directory Properties:
branches/2014Q3/ (props changed)
Modified: branches/2014Q3/Keywords/sample.yaml
==============================================================================
--- branches/2014Q3/Keywords/sample.yaml Wed Sep 17 16:28:31 2014 (r368395)
+++ branches/2014Q3/Keywords/sample.yaml Wed Sep 17 16:28:51 2014 (r368396)
@@ -26,4 +26,6 @@ pre-deinstall: |
target_file="${sample_file%.sample}"
if cmp -s "${target_file}" "${sample_file}"; then
rm -f "${target_file}"
+ else
+ echo "You may need to manually remove ${target_file} if it's no longer needed."
fi
More information about the svn-ports-all
mailing list