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

Collapse All | Expand All

(-)b/net/py-ldap0/Makefile (-2 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	ldap0
1
PORTNAME=	ldap0
2
PORTVERSION=	1.3.1
2
PORTVERSION=	1.4.0
3
CATEGORIES=	net python
3
CATEGORIES=	net python
4
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
4
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
5
5
Lines 21-27 USE_PYTHON= autoplist distutils Link Here
21
USE_GITLAB=	yes
21
USE_GITLAB=	yes
22
GL_ACCOUNT=	ae-dir
22
GL_ACCOUNT=	ae-dir
23
GL_PROJECT=	python-ldap0
23
GL_PROJECT=	python-ldap0
24
GL_COMMIT=	555e0c1f72b87c9e7be88ca6bfd284b982ed6e17
24
GL_COMMIT=	68c70989a8992cf656764e0b8acad9797895055f
25
25
26
PYDISTUTILS_BUILD_TARGET=	build_ext
26
PYDISTUTILS_BUILD_TARGET=	build_ext
27
PYDISTUTILS_BUILDARGS+=		--inplace
27
PYDISTUTILS_BUILDARGS+=		--inplace
(-)b/net/py-ldap0/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1633887115
1
TIMESTAMP = 1635062274
2
SHA256 (ae-dir-python-ldap0-555e0c1f72b87c9e7be88ca6bfd284b982ed6e17_GL0.tar.gz) = c9c2bf7bf1482af74c2c17877eb5bd7f9df31cb2312b27d8186f4d4b93cece57
2
SHA256 (ae-dir-python-ldap0-68c70989a8992cf656764e0b8acad9797895055f_GL0.tar.gz) = f5b344a6d81adce362e059ee80790d5604efb65d1a49b5693cc0aca5b58ba142
3
SIZE (ae-dir-python-ldap0-555e0c1f72b87c9e7be88ca6bfd284b982ed6e17_GL0.tar.gz) = 253308
3
SIZE (ae-dir-python-ldap0-68c70989a8992cf656764e0b8acad9797895055f_GL0.tar.gz) = 252884
(-)b/net/py-ldap0/files/patch-setup.cfg (-12 / +5 lines)
Lines 1-17 Link Here
1
--- setup.cfg.orig	2021-09-08 14:26:53 UTC
1
--- setup.cfg.orig	2021-10-20 16:32:03 UTC
2
+++ setup.cfg
2
+++ setup.cfg
3
@@ -13,12 +13,12 @@
3
@@ -11,7 +11,7 @@
4
 # ./configure --with-cyrus-sasl --with-tls
4
 
5
 defines = HAVE_SASL HAVE_TLS
5
 defines = 
6
 
6
 
7
-extra_compile_args = -Wall -O1 -g -DPYMALLOC_DEBUG
7
-extra_compile_args = -Wall -O1 -g -DPYMALLOC_DEBUG
8
+extra_compile_args = -Wall
8
+extra_compile_args = -Wall
9
 extra_objects = 
9
 extra_objects = 
10
 
10
 
11
 # Example for full-featured build:
11
 # Use re-entrant libldap_r
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
18
- 

Return to bug 259050