[86280] trunk/dports/python/repo/Portfile
Ryan Schmidt
ryandesign at macports.org
Mon Oct 24 03:50:00 PDT 2011
On Oct 24, 2011, at 05:47, and.damore at macports.org wrote:
> Revision: 86280
> http://trac.macports.org/changeset/86280
> Author: and.damore at macports.org
> Date: 2011-10-24 03:47:51 -0700 (Mon, 24 Oct 2011)
> Log Message:
> -----------
> port repo: updated executable to make it work with new Android repository
> cf. announce on Android-Building Google Group
> http://groups.google.com/group/android-building/browse_thread/thread/23094426d1352ec2
>
> Modified Paths:
> --------------
> trunk/dports/python/repo/Portfile
>
> Modified: trunk/dports/python/repo/Portfile
> ===================================================================
> --- trunk/dports/python/repo/Portfile 2011-10-24 10:18:58 UTC (rev 86279)
> +++ trunk/dports/python/repo/Portfile 2011-10-24 10:47:51 UTC (rev 86280)
> @@ -4,7 +4,7 @@
>
> name repo
> version 1.7.5
> -epoch 20111016
> +epoch 20111024
> license Apache-2
> categories python
> platforms darwin
> @@ -21,9 +21,9 @@
>
> homepage http://source.android.com/source/git-repo.html
>
> -master_sites https://raw.github.com/android/tools_repo/30d452905f166b316152f236422f85c8aa75a2d0
> -checksums sha1 5cb8909098ec09af72dbb9ac3de3f5f41a9aeaa1 \
> - rmd160 8d3de13800902f2cf563be58261c46b7d37d42a6
> +master_sites https://dl-ssl.google.com/dl/googlesource/git-repo
> +checksums sha1 e1fd3bef059d152edf4d0522590725d317bc637f \
> + rmd160 88998de3c629144dcbcd6f9d3585d08b967d9a4f
You can't just increase the epoch. You must also increase either the revision or the version, as appropriate.
Since the checksums change, this also seems to be a stealth-update, in which case you also have some dist_subdir work to do. See PortfileRecipes.
More information about the macports-dev
mailing list