pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/shelldap Updated to 0.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/d8a04a2990b1
branches: trunk
changeset: 603605:d8a04a2990b1
user: imil <imil%pkgsrc.org@localhost>
date: Tue May 08 20:57:03 2012 +0000
description:
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:
sysutils/shelldap/Makefile | 8 ++++----
sysutils/shelldap/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (37 lines):
diff -r c3050f0ba12b -r d8a04a2990b1 sysutils/shelldap/Makefile
--- a/sysutils/shelldap/Makefile Tue May 08 20:57:00 2012 +0000
+++ b/sysutils/shelldap/Makefile Tue May 08 20:57:03 2012 +0000
@@ -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 @@
PKG_DESTDIR_SUPPORT= user-destdir
-WRKSRC= ${WRKDIR}/shelldap-d7975e514b2a
+WRKSRC= ${WRKDIR}/shelldap-c6a3abc56c74
USE_LANGUAGES= # none
NO_BUILD= yes
diff -r c3050f0ba12b -r d8a04a2990b1 sysutils/shelldap/distinfo
--- a/sysutils/shelldap/distinfo Tue May 08 20:57:00 2012 +0000
+++ b/sysutils/shelldap/distinfo Tue May 08 20:57:03 2012 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index