Ticket #2898: patch-Portfile.diff

File patch-Portfile.diff, 936 bytes (added by cssdev@…, 19 years ago)

Patches CMake Portfile for 2.0.6

  • Portfile

    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/cmake/Portfile,v
    retrieving revision 1.3
    diff -u -r1.3 Portfile
     
    22
    33PortSystem 1.0
    44name            cmake
    5 version         2.0.5
     5version         2.0.6
    66categories      devel
    77maintainers     jkh@opendarwin.org
    88description     Cross-platform make
     
    1414homepage        http://www.cmake.org/
    1515platforms       darwin freebsd
    1616master_sites    http://www.cmake.org/files/v2.0/
    17 checksums       md5 a73f328fea75af276e4c4cf8f08fecdc
     17checksums       md5 840ea86d7f1a56b469052c9cabbeac54
     18patchfiles      patch-cmDynamicLoader.h.diff
    1819configure.args  --mandir=/share/man
     20
     21post-destroot {
     22xinstall -d -m 0755 ${destroot}${prefix}/share/emacs/site-lisp
     23xinstall -m 0644 ${worksrcpath}/Docs/cmake-mode.el \
     24        ${destroot}${prefix}/share/emacs/site-lisp
     25}