. update to version 1.1.24;
. new dependency: internal script ipadr.py is replaced by devel/py-ipaddr. Changes: http://www.web2ldap.de/changes-1.1.html#r1.1.24
This commit is contained in:
parent
7641672764
commit
6ee05b1605
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303179
3 changed files with 4 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= web2ldap
|
||||
PORTVERSION= 1.1.23
|
||||
PORTVERSION= 1.1.24
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.web2ldap.de/download/ \
|
||||
http://www.sfr-fresh.com/unix/www/
|
||||
|
@ -16,6 +16,7 @@ COMMENT= Python-based WWW gateway to LDAP servers
|
|||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ldap2>=2.4.0:${PORTSDIR}/net/py-ldap2 \
|
||||
${PYTHON_SITELIBDIR}/pyweblib/__init__.py:${PORTSDIR}/www/pyweblib \
|
||||
${PYTHON_SITELIBDIR}/ipaddr.py:${PORTSDIR}/devel/py-ipaddr \
|
||||
${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
|
||||
|
||||
USE_PYTHON= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (web2ldap-1.1.23.tar.gz) = 43978c1ec76d6fb05c15ad67be4f7e72a1f7768f075c52f978e058aeca58974c
|
||||
SIZE (web2ldap-1.1.23.tar.gz) = 473860
|
||||
SHA256 (web2ldap-1.1.24.tar.gz) = b4acf0b41d29e37fe8bd68126d32ec10e3949c6cb6f8397f8087b6b348a28699
|
||||
SIZE (web2ldap-1.1.24.tar.gz) = 474834
|
||||
|
|
|
@ -104,8 +104,6 @@
|
|||
%%DATADIR%%/etc/web2ldap/web2ldapcnf/standalone.pyc
|
||||
%%DATADIR%%/fcgi/web2ldap.py
|
||||
%%DATADIR%%/fcgi/web2ldap.pyc
|
||||
%%DATADIR%%/pylib/ipadr.py
|
||||
%%DATADIR%%/pylib/ipadr.pyc
|
||||
%%DATADIR%%/pylib/ldapsession.py
|
||||
%%DATADIR%%/pylib/ldapsession.pyc
|
||||
%%DATADIR%%/pylib/ldaputil/__init__.py
|
||||
|
|
Loading…
Reference in a new issue