Ticket #22494: Portfile.diff

File Portfile.diff, 1.7 KB (added by mdippery@…, 14 years ago)

Portfile diff

  • Portfile

    old new  
    44PortGroup python26 1.0
    55
    66name                    py26-ldap
    7 version                 2.3.7
     7version                 2.3.10
    88categories              python
    99platforms               darwin
    10 maintainers             nomaintainer
     10maintainers             gmail.com:mdippery
    1111description             object-oriented api for python to access LDAP directory servers
    12 long_description        python-ldap provides an object-oriented API to access \
     12long_description    python-ldap provides an object-oriented API to access \
    1313                                LDAP directory servers from Python programs. Mainly it \
    1414                                wraps the OpenLDAP 2.x libs for that purpose. \
    1515                                Additionally the package contains modules for other \
     
    1717                                LDAPv3 schema, etc.).
    1818
    1919homepage                http://www.python-ldap.org/
    20 master_sites            http://pypi.python.org/packages/source/p/python-ldap/
     20master_sites    http://pypi.python.org/packages/source/p/python-ldap/
    2121distname                python-ldap-${version}
    22 checksums               md5     b080feba004e626b6d4972d19914140b \
    23                         sha1    7c56b7faac909cad03d4218d32097f08073bfca7 \
    24                         rmd160  551af411ef7c465da82b553ee02b3270de7f7909
    25 patchfiles              patch-setup.cfg.diff
     22checksums       md5     564d741a7c6d5fdcb45322fe9262d1a5 \
     23                sha1    b15c15a71956c5f51a3642e513c206cf03d6248e \
     24                rmd160  1784203fdb90b484c4d11edc032883ae75a64c84
     25patchfiles              patch-setup.cfg.diff patch-constants.c.diff \
     26                patch-options.c.diff
    2627
    2728depends_lib-append      port:openldap port:openssl port:cyrus-sasl2
    2829
     
    3839                ${destroot}${prefix}/share/doc/${name}
    3940}
    4041
     42livecheck.type  regex
     43livecheck.url   http://pypi.python.org/pypi/python-ldap/
     44livecheck.regex python-ldap (\[0-9\]+\.\[0-9\]+\.\[0-9\]+)