diff options
author | imil <imil@pkgsrc.org> | 2012-05-08 20:57:03 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2012-05-08 20:57:03 +0000 |
commit | a498e51a406d2bdea4ee04755c538be3d4ba0d98 (patch) | |
tree | 3d2c079f3982874ce830839804320ccecea9c3c1 /sysutils/shelldap | |
parent | da54f9f0f04bf5fb47192b5d8b69a7a3db2ffe34 (diff) | |
download | pkgsrc-a498e51a406d2bdea4ee04755c538be3d4ba0d98.tar.gz |
Updated to 0.5
* Fix bug introduced in rev:a3a710f720dd with passwd arguments.
* Backout the additional objectClasses patch for mkdir: same behavior can
be acheived with 'touch', less complex to leave it as is.
* Add a --version flag.
* Small documentation fixes, add better verbosity when saving connection
cache data.
* Make sure the hasSubordinates attribute is defined before checking its
value.
* fix 'ls -R' output, minor style cleanup
* Repair broken path behavior, remove unneeded #path_to_dn 'relative' flag.
Diffstat (limited to 'sysutils/shelldap')
-rw-r--r-- | sysutils/shelldap/Makefile | 8 | ||||
-rw-r--r-- | sysutils/shelldap/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/shelldap/Makefile b/sysutils/shelldap/Makefile index e960bc02db7..34abfff908c 100644 --- a/sysutils/shelldap/Makefile +++ b/sysutils/shelldap/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2011/03/31 20:53:54 zafer Exp $ +# $NetBSD: Makefile,v 1.6 2012/05/08 20:57:03 imil Exp $ # -PKGNAME= shelldap-0.4 -DISTNAME= d7975e514b2a +PKGNAME= shelldap-0.5 +DISTNAME= c6a3abc56c74 CATEGORIES= sysutils MASTER_SITES= http://code.martini.nu/shelldap/archive/ EXTRACT_SUFX= .zip @@ -21,7 +21,7 @@ DEPENDS+= p5-Term-ReadLine>=1.20:../../devel/p5-Term-ReadLine PKG_DESTDIR_SUPPORT= user-destdir -WRKSRC= ${WRKDIR}/shelldap-d7975e514b2a +WRKSRC= ${WRKDIR}/shelldap-c6a3abc56c74 USE_LANGUAGES= # none NO_BUILD= yes diff --git a/sysutils/shelldap/distinfo b/sysutils/shelldap/distinfo index a669474f91d..fa03b7f1304 100644 --- a/sysutils/shelldap/distinfo +++ b/sysutils/shelldap/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2011/03/31 20:53:54 zafer Exp $ +$NetBSD: distinfo,v 1.5 2012/05/08 20:57:03 imil Exp $ -SHA1 (d7975e514b2a.zip) = 7a85a03fb82f0776a76854cd2e3e1c330983dfdb -RMD160 (d7975e514b2a.zip) = a9ebf636514fdd0c36f2fc8600e5a1302ed507a6 -Size (d7975e514b2a.zip) = 13381 bytes +SHA1 (c6a3abc56c74.zip) = b0fdf7ab95d0605ec7b03d3ad62f82c85cec3abf +RMD160 (c6a3abc56c74.zip) = 5d6c4c0a0a04d9135c0c5b078d2182f55a25464f +Size (c6a3abc56c74.zip) = 14260 bytes |