On Aug 1, 2013, at 13:02, [email protected] wrote:

> Revision: 108774
>          https://trac.macports.org/changeset/108774
> Author:   [email protected]
> Date:     2013-08-01 11:02:25 -0700 (Thu, 01 Aug 2013)
> Log Message:
> -----------
> new port: port-depgraph, #37721
> 
> Added Paths:
> -----------
>    trunk/dports/sysutils/port-depgraph/
>    trunk/dports/sysutils/port-depgraph/Portfile
> 
> Added: trunk/dports/sysutils/port-depgraph/Portfile
> ===================================================================
> --- trunk/dports/sysutils/port-depgraph/Portfile                              
> (rev 0)
> +++ trunk/dports/sysutils/port-depgraph/Portfile      2013-08-01 18:02:25 UTC 
> (rev 108774)
> @@ -0,0 +1,36 @@
> +# -*- 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
> +
> +name                port-depgraph
> +version             0.1.0
> +categories          sysutils macports
> +maintainers         gwmail.gwu.edu:egall openmaintainer
> +platforms           darwin
> +license             BSD
> +supported_archs     noarch
> +
> +description         Create a Graphviz graph description of a port's rdeps 
> list
> +long_description    Run a recursive dependency listing against a given port, 
> \
> +                    outputing a Graphviz graph description.
> +homepage            
> http://svn.macports.org/repository/macports/contrib/port-depgraph
> +
> +livecheck.type      none
> +
> +fetch.type          svn
> +svn.url             
> https://svn.macports.org/repository/macports/contrib/port-depgraph
> +svn.revision        101883
> +
> +worksrcdir          ${name}
> +
> +use_configure       no
> +
> +build {}
> +
> +destroot {
> +   xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name}
> +}
> +
> +depends_lib-append  path:bin/dot:graphviz

This should be depends_run


_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to