mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
net/py-ldap2: update to 2.4.15
- update to 2.4.15 - add some non-functional whitespace changes
This commit is contained in:
parent
9ab206c3bc
commit
ef7b6a0b25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350266
2 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= ldap2
|
PORTNAME= ldap2
|
||||||
PORTVERSION= 2.4.13
|
PORTVERSION= 2.4.15
|
||||||
CATEGORIES= net python
|
CATEGORIES= net python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -14,10 +14,10 @@ LICENSE= PSFL
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1-modules>=0:${PORTSDIR}/devel/py-asn1-modules
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1-modules>=0:${PORTSDIR}/devel/py-asn1-modules
|
||||||
|
|
||||||
USE_PYTHON= 2
|
USE_PYTHON= 2
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYDISTUTILS= yes
|
||||||
PYDISTUTILS_AUTOPLIST= yes
|
PYDISTUTILS_AUTOPLIST= yes
|
||||||
USE_OPENLDAP= yes
|
USE_OPENLDAP= yes
|
||||||
WANT_OPENLDAP_VER= 24
|
WANT_OPENLDAP_VER= 24
|
||||||
|
|
||||||
REPLACE_ARGS= -e 's,/opt/openldap-RE24/lib,${LOCALBASE}/lib,' \
|
REPLACE_ARGS= -e 's,/opt/openldap-RE24/lib,${LOCALBASE}/lib,' \
|
||||||
|
@ -26,12 +26,13 @@ REPLACE_ARGS= -e 's,/opt/openldap-RE24/lib,${LOCALBASE}/lib,' \
|
||||||
|
|
||||||
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
|
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
|
||||||
OPTIONS_DEFINE= SASL
|
OPTIONS_DEFINE= SASL
|
||||||
|
OPTIONS_DEFAULT=SASL
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MSASL}
|
.if ${PORT_OPTIONS:MSASL}
|
||||||
WANT_OPENLDAP_SASL= yes
|
WANT_OPENLDAP_SASL= yes
|
||||||
CONFLICTS+= openldap2[34]-client-2.*
|
CONFLICTS+= openldap2[34]-client-2.*
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
do-configure:
|
do-configure:
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (python-ldap-2.4.13.tar.gz) = 96853b9bbdacb341d6a3d60fdc89f8cb8acef47970ce8492ee3cbe975b9c7dbf
|
SHA256 (python-ldap-2.4.15.tar.gz) = 30bcac33ded943557fbafb1b6d9c345deab34d89d63dbcee9e6b59207db11670
|
||||||
SIZE (python-ldap-2.4.13.tar.gz) = 135550
|
SIZE (python-ldap-2.4.15.tar.gz) = 111597
|
||||||
|
|
Loading…
Add table
Reference in a new issue