Ticket #58742: cflow-Portfile.patch

File cflow-Portfile.patch, 1.1 KB (added by juanrgar (Juan R. García Blanco), 5 years ago)
  • Portfile

    old new  
     1# -*- 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
    12PortSystem      1.0
     3
    24name            cflow
    3 version         1.5
     5version         1.6
    46categories      devel
    57platforms       darwin
     8license         GPL-3
    69maintainers     nomaintainer
    710description     A program for generating call graphs from C code.
    811long_description The cflow program is a tool which generates a call graph from C source files.  It is most often used with a program like dot (from the graphviz package) in order to present visual graphs of the paths along which a piece of software may run.
    912homepage        https://www.gnu.org/software/cflow/
    1013master_sites    gnu:cflow
    1114use_xz          yes
    12 checksums           rmd160  4af71d61f18a159a5736c623bc35cd0456350358 \
    13                     sha256  a33a89303b4cfbf7135589f15123f451ee79f69260f0c7f32d387b40e4967dfe
     15checksums           rmd160  351dd1292990bcc59ea66323b629ba1e4ef2b4ea \
     16                    sha256  d5392a6d8a63ba2f41df9f88b51f97bc0452c5262762a3c27e0412a6c03c06db
    1417
    1518depends_lib     port:gettext port:libiconv
    1619