Ticket #33495: Portfile.diff

File Portfile.diff, 2.4 KB (added by steenzout (Pedro Salgado), 9 years ago)
  • Portfile

    old new  
    33PortSystem 1.0
    44PortGroup python 1.0
    55
    6 name                    py-ldap
    7 version                 2.3.10
    8 revision        2
    9 license                 PSF
    10 platforms               darwin
    11 maintainers             nomaintainer
    12 description             object-oriented api for python to access LDAP directory servers
     6name            py-ldap
     7version         2.4.18
     8revision        1
     9license         PSF
     10platforms       darwin
     11maintainers     gmail.com:pedro.salgado openmaintainer
     12description     object-oriented api for python to access LDAP directory servers
    1313long_description    python-ldap provides an object-oriented API to access \
    14                                 LDAP directory servers from Python programs. Mainly it \
    15                                 wraps the OpenLDAP 2.x libs for that purpose. \
    16                                 Additionally the package contains modules for other \
    17                                 LDAP-related stuff (e.g. processing LDIF, LDAPURLs, \
    18                                 LDAPv3 schema, etc.).
     14                LDAP directory servers from Python programs. Mainly it \
     15                wraps the OpenLDAP 2.x libs for that purpose. \
     16                Additionally the package contains modules for other \
     17                LDAP-related stuff (e.g. processing LDIF, LDAPURLs, \
     18                LDAPv3 schema, etc.).
    1919
    20 homepage                http://www.python-ldap.org/
    21 master_sites    http://pypi.python.org/packages/source/p/python-ldap/ \
     20homepage        http://www.python-ldap.org/
     21master_sites    http://pypi.python.org/packages/source/p/python-ldap/ \
    2222                http://distfiles.macports.org/python/
    23 distname                python-ldap-${version}
    24 checksums       md5     564d741a7c6d5fdcb45322fe9262d1a5 \
    25                 sha1    b15c15a71956c5f51a3642e513c206cf03d6248e \
    26                 rmd160  1784203fdb90b484c4d11edc032883ae75a64c84
     23distname        python-ldap-${version}
     24checksums       md5     9bee878cc3582d7184b0a48083446efb \
     25                sha1    d254d56a9cebbf89c080a6edb73da5722f2c53b2 \
     26                rmd160  8c89930dc7921a13f4979406bf352890bc1fb343
    2727
    28 python.versions 24 25 26 27
     28python.versions 27
    2929
    3030if {${name} ne ${subport}} {
    31     patchfiles          patch-setup.cfg.diff patch-constants.c.diff \
    32                     patch-options.c.diff
     31    patchfiles      patch-setup.cfg.diff
    3332
    34     depends_lib-append  port:openldap port:openssl port:cyrus-sasl2
     33    depends_lib-append  port:openldap port:openssl port:cyrus-sasl2
    3534
    3635    configure {
    3736        reinplace "s|__LIBDIR__|${prefix}/lib|g" ${worksrcpath}/setup.cfg