diff options
author | bsam <bsam@FreeBSD.org> | 2008-10-13 23:52:21 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2008-10-13 23:52:21 +0800 |
commit | 15a32bc35e5c1d08d0b8e71558bfa3ff380dfe9a (patch) | |
tree | 1ff50f1960a0a8409ae67f5933c1e45ccdc69120 /www/web2ldap | |
parent | 3b3558bf50305a099abebfc707a4997c39ad9f5b (diff) | |
download | freebsd-ports-gnome-15a32bc35e5c1d08d0b8e71558bfa3ff380dfe9a.tar.gz freebsd-ports-gnome-15a32bc35e5c1d08d0b8e71558bfa3ff380dfe9a.tar.zst freebsd-ports-gnome-15a32bc35e5c1d08d0b8e71558bfa3ff380dfe9a.zip |
Update to version 1.0.5. Changes since 1.0.4:
* Improvements to plugin modules/classes:
o New plugin module lotusdomino for LDAP interface of Lotus
Domino server.
o New plugin class for attribute types found in schema of MIT
Kerberos LDAP backend: krbTicketFlags, krbPrincipalType and
krbTicketPolicyReference.
o New plugin class for LDAP syntax UUID.
o Fix in BitArrayInteger.formValue for adding new values.
* Case-insensitive sorting for...
o attributes in table view when displaying or editing entries
o object classes in object class input select lists
o lists of schema links in schema viewer
* Fixed SyntaxErroronly occuring with Python_2.3.
* Several updates to the country code configuration file including
a fix NON-ASCII encoding of country names.
Diffstat (limited to 'www/web2ldap')
-rw-r--r-- | www/web2ldap/Makefile | 2 | ||||
-rw-r--r-- | www/web2ldap/distinfo | 6 | ||||
-rw-r--r-- | www/web2ldap/pkg-plist | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/www/web2ldap/Makefile b/www/web2ldap/Makefile index b6b4418c2826..22b273e26911 100644 --- a/www/web2ldap/Makefile +++ b/www/web2ldap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= web2ldap -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= www MASTER_SITES= http://www.web2ldap.de/download/ \ ftp://ftp.ipt.ru/pub/download/ diff --git a/www/web2ldap/distinfo b/www/web2ldap/distinfo index e53d8ee9237a..4b576adbc9c5 100644 --- a/www/web2ldap/distinfo +++ b/www/web2ldap/distinfo @@ -1,3 +1,3 @@ -MD5 (web2ldap-1.0.4.tar.gz) = c1445e3cb70cd79dccf77117243a4474 -SHA256 (web2ldap-1.0.4.tar.gz) = 7fa398042f61c6f67d3aaff7a5280f240b2513d19333f4eb1730cec8c465c2af -SIZE (web2ldap-1.0.4.tar.gz) = 382037 +MD5 (web2ldap-1.0.5.tar.gz) = 211f47168973076692a8487325807b02 +SHA256 (web2ldap-1.0.5.tar.gz) = 420f5b9ced18dc2cbb659d31d686216a9e2223dadd80f73a2c461ebe6f07edb6 +SIZE (web2ldap-1.0.5.tar.gz) = 383681 diff --git a/www/web2ldap/pkg-plist b/www/web2ldap/pkg-plist index 994b75f71780..2b2c908246f6 100644 --- a/www/web2ldap/pkg-plist +++ b/www/web2ldap/pkg-plist @@ -197,6 +197,8 @@ %%DATADIR%%/pylib/w2lapp/schema/plugins/ibmds.pyc %%DATADIR%%/pylib/w2lapp/schema/plugins/krb5.py %%DATADIR%%/pylib/w2lapp/schema/plugins/krb5.pyc +%%DATADIR%%/pylib/w2lapp/schema/plugins/lotusdomino.py +%%DATADIR%%/pylib/w2lapp/schema/plugins/lotusdomino.pyc %%DATADIR%%/pylib/w2lapp/schema/plugins/msperson.py %%DATADIR%%/pylib/w2lapp/schema/plugins/msperson.pyc %%DATADIR%%/pylib/w2lapp/schema/plugins/nis.py @@ -209,6 +211,8 @@ %%DATADIR%%/pylib/w2lapp/schema/plugins/pilotperson.pyc %%DATADIR%%/pylib/w2lapp/schema/plugins/ppolicy.py %%DATADIR%%/pylib/w2lapp/schema/plugins/ppolicy.pyc +%%DATADIR%%/pylib/w2lapp/schema/plugins/quirks.py +%%DATADIR%%/pylib/w2lapp/schema/plugins/quirks.pyc %%DATADIR%%/pylib/w2lapp/schema/plugins/samba.py %%DATADIR%%/pylib/w2lapp/schema/plugins/samba.pyc %%DATADIR%%/pylib/w2lapp/schema/plugins/subentries.py |