Ticket #27025: Portfile-py26-pyclutter.diff

File Portfile-py26-pyclutter.diff, 1.3 KB (added by lsinger@…, 13 years ago)

Proposed patch

  • Portfile

    old new  
    55
    66name            py26-pyclutter
    77set my_name     pyclutter
    8 version         1.0.2
     8version         1.3.2
    99distname        ${my_name}-${version}
    1010set branch      [string range $version 0 [expr [string last "." $version] - 1]]
    1111categories      python graphics
     
    1717homepage        http://www.clutter-project.org/
    1818master_sites    http://www.clutter-project.org/sources/${my_name}/${branch}/
    1919
    20 checksums       md5     9bd6a73bba4a40e5dc79003ccb6bc6a7 \
    21                 sha1    819d4ec117f5a41939fbb18c8e2b308099888f04 \
    22                 rmd160  8b4c89cb701354b62454cf3738c5a55c51c7ca1e
     20checksums       md5     eee6114b4201d71f04b00e36c06e5e9b \
     21                sha1    dfdbb1125d2b961f0f65de701e6413ed357ccad5 \
     22                rmd160  5bea7568022f4b9172a1e4fc2652e5d0263b78a9
    2323
    2424depends_build \
    2525    port:pkgconfig \
     
    4040configure.pre_args-delete  --prefix=${prefix}
    4141configure.pre_args-append  --prefix=${python_prefix}
    4242configure.args-append      --includedir=${python_prefix}/include/python2.6
     43configure.args-append      --enable-docs
    4344configure.pkg_config_path  ${python_prefix}/lib/pkgconfig
    4445
    4546configure.python    ${prefix}/bin/python2.6