Ticket #22494: Portfile.diff
File Portfile.diff, 1.7 KB (added by mdippery@…, 15 years ago) |
---|
-
Portfile
old new 4 4 PortGroup python26 1.0 5 5 6 6 name py26-ldap 7 version 2.3. 77 version 2.3.10 8 8 categories python 9 9 platforms darwin 10 maintainers nomaintainer10 maintainers gmail.com:mdippery 11 11 description object-oriented api for python to access LDAP directory servers 12 long_description 12 long_description python-ldap provides an object-oriented API to access \ 13 13 LDAP directory servers from Python programs. Mainly it \ 14 14 wraps the OpenLDAP 2.x libs for that purpose. \ 15 15 Additionally the package contains modules for other \ … … 17 17 LDAPv3 schema, etc.). 18 18 19 19 homepage http://www.python-ldap.org/ 20 master_sites 20 master_sites http://pypi.python.org/packages/source/p/python-ldap/ 21 21 distname python-ldap-${version} 22 checksums md5 b080feba004e626b6d4972d19914140b \ 23 sha1 7c56b7faac909cad03d4218d32097f08073bfca7 \ 24 rmd160 551af411ef7c465da82b553ee02b3270de7f7909 25 patchfiles patch-setup.cfg.diff 22 checksums md5 564d741a7c6d5fdcb45322fe9262d1a5 \ 23 sha1 b15c15a71956c5f51a3642e513c206cf03d6248e \ 24 rmd160 1784203fdb90b484c4d11edc032883ae75a64c84 25 patchfiles patch-setup.cfg.diff patch-constants.c.diff \ 26 patch-options.c.diff 26 27 27 28 depends_lib-append port:openldap port:openssl port:cyrus-sasl2 28 29 … … 38 39 ${destroot}${prefix}/share/doc/${name} 39 40 } 40 41 42 livecheck.type regex 43 livecheck.url http://pypi.python.org/pypi/python-ldap/ 44 livecheck.regex python-ldap (\[0-9\]+\.\[0-9\]+\.\[0-9\]+)