View | Details | Raw Unified | Return to bug 259050 | Differences between
and this patch

Collapse All | Expand All

(-)b/net/py-ldap0/Makefile (-3 / +3 lines)
Lines 1-6 Link Here
1
PORTNAME=	ldap0
1
PORTNAME=	ldap0
2
PORTVERSION=	1.2.8
2
PORTVERSION=	1.3.1
3
PORTREVISION=	1
3
PORTREVISION=	0
4
CATEGORIES=	net python
4
CATEGORIES=	net python
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
6
Lines 22-28 USE_PYTHON= autoplist distutils Link Here
22
USE_GITLAB=	yes
22
USE_GITLAB=	yes
23
GL_ACCOUNT=	ae-dir
23
GL_ACCOUNT=	ae-dir
24
GL_PROJECT=	python-ldap0
24
GL_PROJECT=	python-ldap0
25
GL_COMMIT=	1bf10aa9ad4ab7755e02c9f74cfa9ad7b4368d34
25
GL_COMMIT=	555e0c1f72b87c9e7be88ca6bfd284b982ed6e17
26
26
27
PYDISTUTILS_BUILD_TARGET=	build_ext
27
PYDISTUTILS_BUILD_TARGET=	build_ext
28
PYDISTUTILS_BUILDARGS+=		--inplace
28
PYDISTUTILS_BUILDARGS+=		--inplace
(-)b/net/py-ldap0/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1623064709
1
TIMESTAMP = 1633887115
2
SHA256 (ae-dir-python-ldap0-1bf10aa9ad4ab7755e02c9f74cfa9ad7b4368d34_GL0.tar.gz) = f66cbee5dc2253b5c72570e29a9df78bc779a9014224666e3e5ed412a08f439a
2
SHA256 (ae-dir-python-ldap0-555e0c1f72b87c9e7be88ca6bfd284b982ed6e17_GL0.tar.gz) = c9c2bf7bf1482af74c2c17877eb5bd7f9df31cb2312b27d8186f4d4b93cece57
3
SIZE (ae-dir-python-ldap0-1bf10aa9ad4ab7755e02c9f74cfa9ad7b4368d34_GL0.tar.gz) = 252782
3
SIZE (ae-dir-python-ldap0-555e0c1f72b87c9e7be88ca6bfd284b982ed6e17_GL0.tar.gz) = 253308
(-)b/net/py-ldap0/files/patch-setup.cfg (-6 / +12 lines)
Lines 1-10 Link Here
1
--- setup.cfg.orig	2020-01-12 07:58:53 UTC
1
--- setup.cfg.orig	2021-09-08 14:26:53 UTC
2
+++ setup.cfg
2
+++ setup.cfg
3
@@ -1,6 +1,6 @@
3
@@ -13,12 +13,12 @@
4
 [_libldap0]
4
 # ./configure --with-cyrus-sasl --with-tls
5
 defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
5
 defines = HAVE_SASL HAVE_TLS
6
 
6
-extra_compile_args = -Wall -O1 -g -DPYMALLOC_DEBUG
7
-extra_compile_args = -Wall -O1 -g -DPYMALLOC_DEBUG
7
+extra_compile_args = -Wall
8
+extra_compile_args = -Wall
8
 extra_objects = 
9
 extra_objects = 
9
 libs = ldap_r
10
 
10
 
11
- 
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

Return to bug 259050