On Apr 22, 2013, at 13:08, [email protected] wrote: > Revision: 105488 > https://trac.macports.org/changeset/105488 > Author: [email protected] > 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 [email protected] $
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 _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
