[140731] users/mojca/ports
Ryan Schmidt
ryandesign at macports.org
Thu Oct 1 17:36:37 PDT 2015
> On Oct 1, 2015, at 8:12 AM, mojca at macports.org wrote:
>
> Revision
> 140731
> Author
> mojca at macports.org
> Date
> 2015-10-01 06:12:32 -0700 (Thu, 01 Oct 2015)
> Log Message
>
> mojca/p5-git-fastexport: a portfile for testing
> Added Paths
>
> • users/mojca/ports/perl/
> • users/mojca/ports/perl/p5-git-fastexport/
> • users/mojca/ports/perl/p5-git-fastexport/Portfile
> Diff
>
> Added: users/mojca/ports/perl/p5-git-fastexport/Portfile (0 => 140731)
>
> --- users/mojca/ports/perl/p5-git-fastexport/Portfile (rev 0)
> +++ users/mojca/ports/perl/p5-git-fastexport/Portfile 2015-10-01 13:12:32 UTC (rev 140731)
>
> @@ -0,0 +1,21 @@
>
> +# -*- 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$
> +
> +PortSystem 1.0
> +PortGroup perl5 1.0
> +
> +perl5.setup Git-FastExport 0.07 ../by-authors/id/B/BO/BOOK
> +platforms darwin
> +maintainers nomaintainer
> +supported_archs noarch
> +
> +description Stitch several git repositories into a git-fast-import stream
> +
> +long_description ${description}
> +
> +checksums sha256 4a89c36a8da12a752a21d4b04cdb57d86feacca1e738b91096af5e7511c7797f \
> + rmd160 890db47bf8df9ada61302e185ce926c4a06cf62e
> +
> +depends_lib-append port:p5-app-gh
This isn't correct: p5-app-gh is a stub port; you mustn't declare a dependency on stub ports.
More information about the macports-dev
mailing list