Ticket #33495: Portfile.diff
File Portfile.diff, 2.4 KB (added by steenzout (Pedro Salgado), 10 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 PortGroup python 1.0 5 5 6 name 7 version 2.3.108 revision 29 license 10 platforms 11 maintainers nomaintainer12 description 6 name py-ldap 7 version 2.4.18 8 revision 1 9 license PSF 10 platforms darwin 11 maintainers gmail.com:pedro.salgado openmaintainer 12 description object-oriented api for python to access LDAP directory servers 13 13 long_description python-ldap provides an object-oriented API to access \ 14 15 16 17 18 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.). 19 19 20 homepage 21 master_sites 20 homepage http://www.python-ldap.org/ 21 master_sites http://pypi.python.org/packages/source/p/python-ldap/ \ 22 22 http://distfiles.macports.org/python/ 23 distname 24 checksums md5 564d741a7c6d5fdcb45322fe9262d1a5\25 sha1 b15c15a71956c5f51a3642e513c206cf03d6248e\26 rmd160 1784203fdb90b484c4d11edc032883ae75a64c8423 distname python-ldap-${version} 24 checksums md5 9bee878cc3582d7184b0a48083446efb \ 25 sha1 d254d56a9cebbf89c080a6edb73da5722f2c53b2 \ 26 rmd160 8c89930dc7921a13f4979406bf352890bc1fb343 27 27 28 python.versions 2 4 25 26 2728 python.versions 27 29 29 30 30 if {${name} ne ${subport}} { 31 patchfiles patch-setup.cfg.diff patch-constants.c.diff \ 32 patch-options.c.diff 31 patchfiles patch-setup.cfg.diff 33 32 34 depends_lib-append 33 depends_lib-append port:openldap port:openssl port:cyrus-sasl2 35 34 36 35 configure { 37 36 reinplace "s|__LIBDIR__|${prefix}/lib|g" ${worksrcpath}/setup.cfg