diff options
author | bsam <bsam@FreeBSD.org> | 2012-08-26 16:30:17 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2012-08-26 16:30:17 +0800 |
commit | 1ad212d053f62783a4950d6b1e7363f2e073e9ff (patch) | |
tree | 8873b3d335c531ace27c5e002414eae60830e193 /www | |
parent | f0ff85e744e49b2ef9d6cfbef96388071efd96b4 (diff) | |
download | freebsd-ports-gnome-1ad212d053f62783a4950d6b1e7363f2e073e9ff.tar.gz freebsd-ports-gnome-1ad212d053f62783a4950d6b1e7363f2e073e9ff.tar.zst freebsd-ports-gnome-1ad212d053f62783a4950d6b1e7363f2e073e9ff.zip |
. 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
Diffstat (limited to 'www')
-rw-r--r-- | www/web2ldap/Makefile | 3 | ||||
-rw-r--r-- | www/web2ldap/distinfo | 4 | ||||
-rw-r--r-- | www/web2ldap/pkg-plist | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/www/web2ldap/Makefile b/www/web2ldap/Makefile index eb98d00b177e..11ce7d05a60a 100644 --- a/www/web2ldap/Makefile +++ b/www/web2ldap/Makefile @@ -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 diff --git a/www/web2ldap/distinfo b/www/web2ldap/distinfo index 6026df8dbb63..788347c57d1e 100644 --- a/www/web2ldap/distinfo +++ b/www/web2ldap/distinfo @@ -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 diff --git a/www/web2ldap/pkg-plist b/www/web2ldap/pkg-plist index e5dd9bb710e5..c52af65be3d9 100644 --- a/www/web2ldap/pkg-plist +++ b/www/web2ldap/pkg-plist @@ -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 |