mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 2.0.10
This commit is contained in:
parent
3e949e031a
commit
f2f995071b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143733
2 changed files with 8 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= ldap2
|
PORTNAME= ldap2
|
||||||
PORTVERSION= 2.0.9
|
PORTVERSION= 2.0.10
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= python-ldap
|
MASTER_SITE_SUBDIR= python-ldap
|
||||||
|
@ -21,16 +21,16 @@ USE_OPENLDAP= yes
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
WANT_OPENLDAP_VER= 22
|
WANT_OPENLDAP_VER= 22
|
||||||
|
|
||||||
REPLACE_ARGS= -e 's=/usr/local/openldap-REL_ENG_2_1/include=${LOCALBASE}/include='
|
REPLACE_ARGS= -e 's=/opt/openldap-OPENLDAP_REL_ENG_2_3/include=${LOCALBASE}/include='
|
||||||
|
|
||||||
.if defined(WITH_SASL)
|
.if defined(WITH_SASL)
|
||||||
WANT_OPENLDAP_SASL= yes
|
WANT_OPENLDAP_SASL= yes
|
||||||
REPLACE_ARGS+= -e 's=/usr/local/cyrus-sasl/include=${LOCALBASE}/include/sasl=' \
|
REPLACE_ARGS+= -e 's=/opt/sasl/include/sasl=${LOCALBASE}/include/sasl=' \
|
||||||
-e 's=/usr/local/openldap-REL_ENG_2_1/lib=${LOCALBASE}/lib ${LOCALBASE}/lib/sasl2='
|
-e 's=/opt/openldap-OPENLDAP_REL_ENG_2_3/lib=${LOCALBASE}/lib ${LOCALBASE}/lib/sasl2='
|
||||||
CONFLICTS+= openldap22-client-2.*
|
CONFLICTS+= openldap22-client-2.*
|
||||||
.else
|
.else
|
||||||
REPLACE_ARGS+= -e 's=ldap_r lber sasl2 ssl crypto=ldap_r lber ssl crypto=' \
|
REPLACE_ARGS+= -e 's=ldap_r lber ssl crypto sasl2=ldap_r lber ssl crypto=' \
|
||||||
-e 's=/usr/local/openldap-REL_ENG_2_1/lib=${LOCALBASE}/lib='
|
-e 's=/opt/openldap-OPENLDAP_REL_ENG_2_3/lib=${LOCALBASE}/lib='
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
pre-everything::
|
pre-everything::
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (python-ldap-2.0.9.tar.gz) = c67807f734ba904262145985ae940186
|
MD5 (python-ldap-2.0.10.tar.gz) = 6bae44766e9d7e0b03a1ea5efb5a4382
|
||||||
SIZE (python-ldap-2.0.9.tar.gz) = 72165
|
SIZE (python-ldap-2.0.10.tar.gz) = 80655
|
||||||
|
|
Loading…
Add table
Reference in a new issue