Drop support to link with openldap2
the API changed again between 2.0.11 and 2.0.14 Links now only with openldap 1.2.11
This commit is contained in:
parent
170019dec3
commit
197babad60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47784
3 changed files with 6 additions and 6 deletions
|
@ -6,14 +6,14 @@
|
|||
|
||||
PORTNAME= ldapmodule
|
||||
PORTVERSION= 1.10alpha3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://python-ldap.sourceforge.net/pub/python-ldap/
|
||||
DISTNAME= python-ldap-${PORTVERSION}-src
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= ldap:${PORTSDIR}/net/openldap2
|
||||
LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap
|
||||
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
|
||||
RUN_DEPENDS= python:${PORTSDIR}/lang/python
|
||||
|
||||
|
|
|
@ -6,14 +6,14 @@
|
|||
|
||||
PORTNAME= ldapmodule
|
||||
PORTVERSION= 1.10alpha3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://python-ldap.sourceforge.net/pub/python-ldap/
|
||||
DISTNAME= python-ldap-${PORTVERSION}-src
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= ldap:${PORTSDIR}/net/openldap2
|
||||
LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap
|
||||
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
|
||||
RUN_DEPENDS= python:${PORTSDIR}/lang/python
|
||||
|
||||
|
|
|
@ -6,14 +6,14 @@
|
|||
|
||||
PORTNAME= ldapmodule
|
||||
PORTVERSION= 1.10alpha3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://python-ldap.sourceforge.net/pub/python-ldap/
|
||||
DISTNAME= python-ldap-${PORTVERSION}-src
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= ldap:${PORTSDIR}/net/openldap2
|
||||
LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap
|
||||
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
|
||||
RUN_DEPENDS= python:${PORTSDIR}/lang/python
|
||||
|
||||
|
|
Loading…
Reference in a new issue