[99734] trunk/dports/devel/astyle-dev/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Nov 15 13:55:44 PST 2012
On Nov 15, 2012, at 08:21, phw at macports.org wrote:
> Revision: 99734
> https://trac.macports.org/changeset/99734
> Author: phw at macports.org
> Date: 2012-11-15 06:21:31 -0800 (Thu, 15 Nov 2012)
> Log Message:
> -----------
> Port astyle-dev: fixed paths
>
> Modified Paths:
> --------------
> trunk/dports/devel/astyle-dev/Portfile
>
> Modified: trunk/dports/devel/astyle-dev/Portfile
> ===================================================================
> --- trunk/dports/devel/astyle-dev/Portfile 2012-11-15 13:58:54 UTC (rev 99733)
> +++ trunk/dports/devel/astyle-dev/Portfile 2012-11-15 14:21:31 UTC (rev 99734)
> @@ -4,8 +4,9 @@
> PortSystem 1.0
>
> name astyle-dev
The port needs to be renamed to "astyle-devel".
> +distname astyle
> version 2.03b
> -revision 1
> +revision 2
This didn't change the files that get installed so the revision should not have been increased.
> svn.url https://astyle.svn.sourceforge.net/svnroot/astyle/trunk/AStyle/
The code is checked out into a directory called "AStyle"...
> -worksrcdir ${name}/build/mac
> +worksrcdir ${distname}/build/mac
...But then you instruct MacPorts to cd to the directory astyle/build/mac, which won't work on case-sensitive filesystems, like the buildbot's. Fixed in r99747.
More information about the macports-dev
mailing list