Date: Wed, 17 Sep 2014 16:28:52 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r368396 - branches/2014Q3/Keywords Message-ID: <201409171628.s8HGSqtr039077@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409171628.s8HGSqtr039077>