Ticket #28743: patch-bzr-xmloutput-0.8.7.diff

File patch-bzr-xmloutput-0.8.7.diff, 1.3 KB (added by raimue (Rainer Müller), 13 years ago)
  • Users/raim/src/macports/trunk/dports/devel/bzr-xmloutput/Portfile

     
    11# $Id$
    22
    33PortSystem          1.0
    4 PortGroup           python26 1.0
     4PortGroup           python27 1.0
    55
    66name                bzr-xmloutput
    7 version             0.8.4
     7version             0.8.7
    88set branch          trunk
    99categories          devel python
    1010platforms           darwin
     
    1919
    2020homepage            http://wiki.bazaar.canonical.com/XMLOutput
    2121master_sites        http://launchpad.net/${name}/${branch}/${version}/+download/
     22distname            ${name}-${version}.final.0
    2223
    23 checksums           md5     fbc1ce901f053320b852fe2c27b56fa7 \
    24                     sha1    ef3c4020b58e3bd1da54b1aaa6ecbaa4bb0f7e30 \
    25                     rmd160  be6bffc26e8549aee263f1258c05fa6ab233fb2e
     24checksums           md5     999922518a5767871705872f6e233aa0 \
     25                    sha1    b6302f3bd3eb138bcdb9080c185fa6e06314e17f \
     26                    rmd160  97a7371a03c5b3eee1b7650d9ce08f9c7dc8949b
    2627
    2728depends_lib-append  port:bzr
    2829