File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11PORTNAME = ldap0
2- PORTVERSION = 1.2.8
3- PORTREVISION = 1
2+ PORTVERSION = 1.3.1
43CATEGORIES = net python
54PKGNAMEPREFIX = ${PYTHON_PKGNAMEPREFIX}
65
@@ -22,7 +21,7 @@ USE_PYTHON= autoplist distutils
2221USE_GITLAB = yes
2322GL_ACCOUNT = ae-dir
2423GL_PROJECT = python-ldap0
25- GL_COMMIT = 1bf10aa9ad4ab7755e02c9f74cfa9ad7b4368d34
24+ GL_COMMIT = 555e0c1f72b87c9e7be88ca6bfd284b982ed6e17
2625
2726PYDISTUTILS_BUILD_TARGET = build_ext
2827PYDISTUTILS_BUILDARGS+ = --inplace
Original file line number Diff line number Diff line change 1- TIMESTAMP = 1623064709
2- SHA256 (ae-dir-python-ldap0-1bf10aa9ad4ab7755e02c9f74cfa9ad7b4368d34_GL0 .tar.gz) = f66cbee5dc2253b5c72570e29a9df78bc779a9014224666e3e5ed412a08f439a
3- SIZE (ae-dir-python-ldap0-1bf10aa9ad4ab7755e02c9f74cfa9ad7b4368d34_GL0 .tar.gz) = 252782
1+ TIMESTAMP = 1633887115
2+ SHA256 (ae-dir-python-ldap0-555e0c1f72b87c9e7be88ca6bfd284b982ed6e17_GL0 .tar.gz) = c9c2bf7bf1482af74c2c17877eb5bd7f9df31cb2312b27d8186f4d4b93cece57
3+ SIZE (ae-dir-python-ldap0-555e0c1f72b87c9e7be88ca6bfd284b982ed6e17_GL0 .tar.gz) = 253308
Original file line number Diff line number Diff line change 1- --- setup.cfg.orig 2020-01-12 07:58 :53 UTC
1+ --- setup.cfg.orig 2021-09-08 14:26 :53 UTC
22+++ setup.cfg
3- @@ -1,6 +1,6 @@
4- [_libldap0]
5- defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
3+ @@ -13,12 +13,12 @@
4+ # ./configure --with-cyrus-sasl --with-tls
5+ defines = HAVE_SASL HAVE_TLS
6+
67-extra_compile_args = -Wall -O1 -g -DPYMALLOC_DEBUG
78+extra_compile_args = -Wall
89 extra_objects =
9- libs = ldap_r
1010
11+ # Example for full-featured build:
12+ # Support for StartTLS/LDAPS, SASL bind and reentrant libldap_r.
13+ -libs = ldap_r
14+ +libs = ldap
15+
16+ [metadata]
17+ license_file = LICENSE
You can’t perform that action at this time.
0 commit comments