Update to py-ldap-2.4.20.
This commit is contained in:
parent
f93e2b6294
commit
bdf30b4e4a
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2015/07/19 06:10:13 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2015/09/18 12:32:22 benoit Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT-main= LDAP client API for Python
|
||||
COMMENT-examples= example programs for the LDAP client API for Python
|
||||
|
||||
MODPY_EGG_VERSION= 2.4.19
|
||||
MODPY_EGG_VERSION = 2.4.20
|
||||
DISTNAME= python-ldap-${MODPY_EGG_VERSION}
|
||||
PKGNAME-main= py-ldap-${MODPY_EGG_VERSION}
|
||||
PKGNAME-examples= py-ldap-examples-${MODPY_EGG_VERSION}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (python-ldap-2.4.19.tar.gz) = Av3bOsy/tU5A/0ellFfkIrJT+fts1kuzhRs0kpX6sEg=
|
||||
SIZE (python-ldap-2.4.19.tar.gz) = 138503
|
||||
SHA256 (python-ldap-2.4.20.tar.gz) = S4iRU5oxcdmTz3iWtjL/CIpMcHroWsPHfbFFT3lJ8+I=
|
||||
SIZE (python-ldap-2.4.20.tar.gz) = 142355
|
||||
|
@ -1,40 +1,40 @@
|
||||
@comment $OpenBSD: PLIST-examples,v 1.8 2015/06/04 05:12:30 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-examples,v 1.9 2015/09/18 12:32:22 benoit Exp $
|
||||
@pkgpath databases/py-ldap,-examples[,python2.4][,python2.5][,python2.6][,python2.7]
|
||||
share/examples/py-ldap/
|
||||
share/examples/py-ldap/Demo/
|
||||
share/examples/py-ldap/Demo/Lib/
|
||||
share/examples/py-ldap/Demo/Lib/ldap/
|
||||
share/examples/py-ldap/Demo/Lib/ldap/async/
|
||||
share/examples/py-ldap/Demo/Lib/ldap/async/deltree.py
|
||||
share/examples/py-ldap/Demo/Lib/ldap/async/ldifwriter.py
|
||||
share/examples/py-ldap/Demo/Lib/ldap/async/sizelimit.py
|
||||
share/examples/py-ldap/Demo/Lib/ldapurl/
|
||||
share/examples/py-ldap/Demo/Lib/ldapurl/urlsearch.py
|
||||
share/examples/py-ldap/Demo/Lib/ldif/
|
||||
share/examples/py-ldap/Demo/Lib/ldif/ldifcopy.py
|
||||
share/examples/py-ldap/Demo/initialize.py
|
||||
share/examples/py-ldap/Demo/ldapcontrols.py
|
||||
share/examples/py-ldap/Demo/matchedvalues.py
|
||||
share/examples/py-ldap/Demo/ms_ad_bind.py
|
||||
share/examples/py-ldap/Demo/options.py
|
||||
share/examples/py-ldap/Demo/page_control.py
|
||||
share/examples/py-ldap/Demo/paged_search_ext_s.py
|
||||
share/examples/py-ldap/Demo/passwd_ext_op.py
|
||||
share/examples/py-ldap/Demo/pickle_ldapobject.py
|
||||
share/examples/py-ldap/Demo/pyasn1/
|
||||
share/examples/py-ldap/Demo/pyasn1/README
|
||||
share/examples/py-ldap/Demo/pyasn1/dds.py
|
||||
share/examples/py-ldap/Demo/pyasn1/noopsearch.py
|
||||
share/examples/py-ldap/Demo/pyasn1/ppolicy.py
|
||||
share/examples/py-ldap/Demo/pyasn1/psearch.py
|
||||
share/examples/py-ldap/Demo/pyasn1/readentrycontrol.py
|
||||
share/examples/py-ldap/Demo/pyasn1/sessiontrack.py
|
||||
share/examples/py-ldap/Demo/pyasn1/syncrepl.py
|
||||
share/examples/py-ldap/Demo/reconnect.py
|
||||
share/examples/py-ldap/Demo/rename.py
|
||||
share/examples/py-ldap/Demo/resiter.py
|
||||
share/examples/py-ldap/Demo/sasl_bind.py
|
||||
share/examples/py-ldap/Demo/schema.py
|
||||
share/examples/py-ldap/Demo/schema_tree.py
|
||||
share/examples/py-ldap/Demo/simple.py
|
||||
share/examples/py-ldap/Demo/simplebrowse.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/Lib/
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/Lib/ldap/
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/Lib/ldap/async/
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/Lib/ldap/async/deltree.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/Lib/ldap/async/ldifwriter.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/Lib/ldap/async/sizelimit.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/Lib/ldapurl/
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/Lib/ldapurl/urlsearch.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/Lib/ldif/
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/Lib/ldif/ldifcopy.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/initialize.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/ldapcontrols.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/matchedvalues.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/ms_ad_bind.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/options.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/page_control.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/paged_search_ext_s.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/passwd_ext_op.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/pickle_ldapobject.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/pyasn1/
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/pyasn1/README
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/pyasn1/dds.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/pyasn1/noopsearch.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/pyasn1/ppolicy.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/pyasn1/psearch.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/pyasn1/readentrycontrol.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/pyasn1/sessiontrack.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/pyasn1/syncrepl.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/reconnect.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/rename.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/resiter.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/sasl_bind.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/schema.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/schema_tree.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/simple.py
|
||||
share/examples/${MODPY_PY_PREFIX}ldap/Demo/simplebrowse.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user