[77080] trunk/dports/devel/monotone/Portfile
Ryan Schmidt
ryandesign at macports.org
Sat Mar 19 15:06:20 PDT 2011
On Mar 19, 2011, at 13:02, tommyd at macports.org wrote:
> Revision: 77080
> http://trac.macports.org/changeset/77080
> Author: tommyd at macports.org
> Date: 2011-03-19 11:02:55 -0700 (Sat, 19 Mar 2011)
> Log Message:
> -----------
> monotone: disable test execution by default to speed up the install
>
> Modified Paths:
> --------------
> trunk/dports/devel/monotone/Portfile
>
> Modified: trunk/dports/devel/monotone/Portfile
> ===================================================================
> --- trunk/dports/devel/monotone/Portfile 2011-03-19 17:28:53 UTC (rev 77079)
> +++ trunk/dports/devel/monotone/Portfile 2011-03-19 18:02:55 UTC (rev 77080)
> @@ -4,6 +4,7 @@
>
> name monotone
> version 0.99.1
> +revision 1
> categories devel
> maintainers tommyd openmaintainer
> description A distributed version control system
> @@ -38,5 +39,5 @@
> configure.args --with-libiconv-prefix=${prefix} \
> --infodir=${prefix}/share/info
>
> -test.run yes
> +test.run no
> test.target check
Tests do not run unless the user explicitly types "sudo port test monotone" so this change will not speed up the install; all it will do is prevent those who want to run the tests from doing so.
This was also no justification for increasing the revision, which is only done if there are changes to the files that get installed.
More information about the macports-dev
mailing list