mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
net/py-ldap: update to 2.4.27
- update to 2.4.27 - make dependency upon pyasn1 excplicit
This commit is contained in:
parent
1b9a79fdf7
commit
8cb70073f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420553
2 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ldap
|
||||
PORTVERSION= 2.4.26
|
||||
PORTVERSION= 2.4.27
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,7 +13,8 @@ COMMENT= LDAP module for python, for OpenLDAP2
|
|||
LICENSE= PSFL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENCE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>0:devel/py-pyasn1-modules
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1 \
|
||||
${PYTHON_PKGNAMEPREFIX}pyasn1-modules>0:devel/py-pyasn1-modules
|
||||
|
||||
CONFLICTS_INSTALL= py27-pyldap
|
||||
USES= python:-2.7
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1469794685
|
||||
SHA256 (python-ldap-2.4.26.tar.gz) = 09c852e343ab97f566279be331736ebdb35723b7887db30a10990f4099e7619b
|
||||
SIZE (python-ldap-2.4.26.tar.gz) = 124757
|
||||
TIMESTAMP = 1471614910
|
||||
SHA256 (python-ldap-2.4.27.tar.gz) = 6306a57a3c659ffda0003b386b1a23fdcee0b903a0ede0ce04c33ba78be64a2e
|
||||
SIZE (python-ldap-2.4.27.tar.gz) = 125094
|
||||
|
|
Loading…
Add table
Reference in a new issue