[71165] trunk/dports/python/py26-tvnamer/Portfile
Ryan Schmidt
ryandesign at macports.org
Fri Sep 3 13:11:52 PDT 2010
On Sep 3, 2010, at 10:02, jameskyle at macports.org wrote:
> Revision: 71165
> http://trac.macports.org/changeset/71165
> Author: jameskyle at macports.org
> Date: 2010-09-03 08:02:17 -0700 (Fri, 03 Sep 2010)
> Log Message:
> -----------
> Changed the tvnamer version to 'master' until fixes make it to a version release
>
> Modified Paths:
> --------------
> trunk/dports/python/py26-tvnamer/Portfile
>
> Modified: trunk/dports/python/py26-tvnamer/Portfile
> ===================================================================
> --- trunk/dports/python/py26-tvnamer/Portfile 2010-09-03 15:02:14 UTC (rev 71164)
> +++ trunk/dports/python/py26-tvnamer/Portfile 2010-09-03 15:02:17 UTC (rev 71165)
> @@ -5,7 +5,7 @@
> PortGroup python26 1.0
>
> name py26-tvnamer
> -version 2.0
> +version master
> platforms darwin
> maintainers jameskyle
> description Renames files in a standard way that's easily parsable \
Since you're also using
fetch.type git
git.url git://github.com/dbr/tvnamer.git
git.branch ${version}
I assume this means someone installing the port today could get different software than someone installing the same port tomorrow, if additional changes are committed to the upstream repository. As such, this is not ok; please change the port to install a specific deterministic known-good version of the software.
More information about the macports-dev
mailing list