[111390] branches/larryv-subversion-subports/dports/devel/subversion/ Portfile
larryv at macports.org
larryv at macports.org
Thu Sep 19 19:54:58 PDT 2013
Revision: 111390
https://trac.macports.org/changeset/111390
Author: larryv at macports.org
Date: 2013-09-19 19:54:58 -0700 (Thu, 19 Sep 2013)
Log Message:
-----------
[svn-subports] Faux-merge r111379 (reverting bash_completion behavior).
Revision Links:
--------------
https://trac.macports.org/changeset/111379
Modified Paths:
--------------
branches/larryv-subversion-subports/dports/devel/subversion/Portfile
Modified: branches/larryv-subversion-subports/dports/devel/subversion/Portfile
===================================================================
--- branches/larryv-subversion-subports/dports/devel/subversion/Portfile 2013-09-20 02:36:14 UTC (rev 111389)
+++ branches/larryv-subversion-subports/dports/devel/subversion/Portfile 2013-09-20 02:54:58 UTC (rev 111390)
@@ -65,6 +65,7 @@
${python.branch}.
}
default {
+ revision [expr {${revision} + 1}]
description A version control system designed to \
be a better CVS
}
@@ -189,11 +190,9 @@
xinstall -m 644 ${filespath}/servers.default \
${destroot}${prefix}/etc/subversion
# install bash completion file
- set completions_path \
- ${destroot}${prefix}/share/bash-completion/completions
- xinstall -d ${completions_path}
- xinstall -m 644 ${worksrcpath}/tools/client-side/bash_completion \
- ${completions_path}/subversion
+ xinstall -d ${destroot}${prefix}/etc/bash_completion.d
+ copy ${worksrcpath}/tools/client-side/bash_completion \
+ ${destroot}${prefix}/etc/bash_completion.d/subversion
}
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130919/78a3841c/attachment.html>
More information about the macports-changes
mailing list