Ticket #11288: patch-Portfile.diff

File patch-Portfile.diff, 1.3 KB (added by cssdev, 17 years ago)

Patch to upgrade cvsgraph Portfile

  • Portfile

     
    22PortSystem      1.0
    33
    44name                    cvsgraph
    5 version                 1.5.0
     5version                 1.6.1
    66categories              devel
    77maintainers             nomaintainer@macports.org
    88description             utility for graphical representation of CVS/RCS revision tree
     
    1212platforms               darwin
    1313homepage                http://www.akhphd.au.dk/~bertho/cvsgraph
    1414master_sites    ${homepage}/release
    15 checksums               md5 4b3e7d0ac09222407c1357bb348869a2
     15checksums               md5 2f3da8e85de67d0690b120b33304f966 \
     16                                sha1 ca5011537e22d6399eeb4d44c9ba0830e0f240a6
    1617
    1718depends_lib             lib:libgd:gd
    1819
    19 patchfiles              patch-cvsgraph.c
     20#patchfiles             patch-cvsgraph.c
    2021post-patch {
    2122        cd ${worksrcpath}
    2223        reinplace "s|/usr/local|${prefix}|g" ${name}.1 README
     
    3233        xinstall -m 0644 ${name}.conf ${destroot}${prefix}/etc/${name}.conf.sample
    3334        xinstall -m 0644 ${name}.conf.5 ${destroot}${prefix}/share/man/man5/
    3435        xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
    35         xinstall -m 0644 ChangeLog cvsgraphwrapper.php3 LICENSE mkimage.php3 README ${destroot}${prefix}/share/doc/${name}/
     36        xinstall -m 0644 ChangeLog contrib/cvsgraphwrapper.php3 LICENSE contrib/mkimage.php3 README ${destroot}${prefix}/share/doc/${name}/
    3637}
    3738