[105488] trunk/dports/python/py-astropy/Portfile

Ryan Schmidt ryandesign at macports.org
Tue Apr 23 16:28:00 PDT 2013


On Apr 22, 2013, at 13:08, aronnax at macports.org wrote:

> Revision: 105488
>          https://trac.macports.org/changeset/105488
> Author:   aronnax at macports.org
> Date:     2013-04-22 11:08:14 -0700 (Mon, 22 Apr 2013)
> Log Message:
> -----------
> py-astropy: use external dependencies and drop redundant python.default_version; closes #38708
> 
> Maintainer timeout.
> 
> Modified Paths:
> --------------
>    trunk/dports/python/py-astropy/Portfile
> 
> Modified: trunk/dports/python/py-astropy/Portfile
> ===================================================================
> --- trunk/dports/python/py-astropy/Portfile	2013-04-22 17:25:04 UTC (rev 105487)
> +++ trunk/dports/python/py-astropy/Portfile	2013-04-22 18:08:14 UTC (rev 105488)
> @@ -1,10 +1,11 @@
> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
> -# $Id$
> +# $Id: Portfile 104864 2013-04-04 09:58:47Z robitaille at macports.org $

Keywords should be stored unexpanded in the repository. The Subversion client unexpands keywords before sending them to the repository. So it should have been impossible for you to commit this change, unless you are using a broken third-party Subversion client that does not understand Subversion keywords, such as git-svn.

Since this has come up a few times already I'll work on writing a pre-commit hook for our repository to prevent these incorrect changes from being committed in the future:

https://trac.macports.org/ticket/38902



More information about the macports-dev mailing list