Ticket #14475: Portfile.diff

File Portfile.diff, 1.2 KB (added by lutz.horn@…, 16 years ago)
  • Portfile

    old new  
    44PortGroup         python25 1.0
    55
    66name              py25-lxml
    7 version           2.0alpha6
     7version           2.0.2
    88categories        python devel
    99platforms         darwin
    10 maintainers       nomaintainer
     10maintainers       lutz.horn@fastmail.fm
    1111description       Powerful and Pythonic XML processing library
    1212long_description  lxml is a Pythonic binding for the libxml2 and \
    1313                  libxslt libraries.  It is unique in that it \
     
    1818
    1919homepage          http://codespeak.net/lxml/
    2020master_sites      http://pypi.python.org/packages/source/l/lxml/
    21 checksums         md5 306d0277a24e0798f74793622b0a1b92 \
    22                   sha1 fafae7201568ec8f101e8f614e964f38d0c784a3 \
    23                   rmd160 4ebc83603357a98674151a0d54961417a77b9a3a
     21checksums         md5 ddfa5354726d4bb5de54a8685bdc87a2 \
     22                  sha1 97fc60896e34b48b6179ecc5ebb68ca96cbf2a4a \
     23                  rmd160 c3ed569aee8112dfaca2c7be7309ca51cf23317d
    2424distname          lxml-${version}
    2525depends_lib-append port:libxml2 port:libxslt port:py25-hashlib port:py25-setuptools port:py25-zlib
    2626