ports/116054: [Port update] net/ldapscripts v1.6 -> 1.7

Ganael Laplanche ganael.laplanche at martymac.com
Mon Sep 3 15:00:07 UTC 2007


>Number:         116054
>Category:       ports
>Synopsis:       [Port update] net/ldapscripts v1.6 -> 1.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 03 15:00:06 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Ganael Laplanche
>Release:        6.2-STABLE
>Organization:
http://contribs.martymac.com
>Environment:
FreeBSD home.martymac.com 6.2-STABLE FreeBSD 6.2-STABLE #2: Thu Aug  9 18:57:31 CEST 2007     root at home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL  amd64
>Description:
Update to v1.7. Here is the changelog :

2007/09/03 : ldapscripts 1.7
  - Fixed several typos and bugs
  - _ldapinit : new options : '-r' and '-s' to create only the root dn ('-r'), or regular OUs ('-s')
    - [internals] Added the ability to select depth when using _extractldif()
    - [internals] New is_integer function
  - _lsldap : new options : '-u', '-g' and '-m', to list only 'u'ser, 'g'roup or 'm'achine entries
  - New _ldapmodify{user,group,machine} interactive scripts to edit entries
    - Added a new $TMPDIR configuration variable (necessary for the new scripts)
    - Added _ldapmodify{user,group,machine}(1) manpages
  - Now bundled with a brand-new Makefile (old install script no more available)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -aur ldapscripts.orig/Makefile ldapscripts/Makefile
--- ldapscripts.orig/Makefile	2007-08-29 10:25:02.000000000 +0200
+++ ldapscripts/Makefile	2007-09-03 16:34:45.000000000 +0200
@@ -6,10 +6,11 @@
 #
 
 PORTNAME=	ldapscripts
-PORTVERSION=	1.6
+PORTVERSION=	1.7
 CATEGORIES=	net
 MASTER_SITES=	http://contribs.martymac.com/ldapscripts/ \
-				${MASTER_SITE_LOCAL}
+				${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	ldapscripts
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ganael.laplanche at martymac.com
@@ -34,7 +35,8 @@
 MAN1=	ldapaddgroup.1 ldapaddmachine.1 ldapadduser.1 ldapaddusertogroup.1 \
 		ldapdeletegroup.1 ldapdeleteuser.1 ldapdeleteuserfromgroup.1 \
 		ldaprenameuser.1 ldapsetprimarygroup.1 _lsldap.1 _ldaprenamemachine.1 \
-		_ldaprenamegroup.1 _ldapinit.1 _ldapdeletemachine.1 _ldappasswd.1 _ldapfinger.1
+		_ldaprenamegroup.1 _ldapinit.1 _ldapdeletemachine.1 _ldappasswd.1 _ldapfinger.1 \
+		_ldapmodifygroup.1 _ldapmodifymachine.1 _ldapmodifyuser.1
 MAN5=	ldapscripts.5
 
 # Change /etc to ${LOCALBASE}/etc
@@ -67,6 +69,9 @@
 	${CP} ${WRKSRC}/bin/_ldaprenamemachine ${PREFIX}/bin
 	${CP} ${WRKSRC}/bin/_ldappasswd ${PREFIX}/bin
 	${CP} ${WRKSRC}/bin/_ldapfinger ${PREFIX}/bin
+	${CP} ${WRKSRC}/bin/_ldapmodifyuser ${PREFIX}/bin
+	${CP} ${WRKSRC}/bin/_ldapmodifygroup ${PREFIX}/bin
+	${CP} ${WRKSRC}/bin/_ldapmodifymachine ${PREFIX}/bin
 
 	${MKDIR} ${LOCALBASE}/etc/ldapscripts
 	if [ -f ${LOCALBASE}/etc/ldapscripts/ldapscripts.conf ]; then \
diff -aur ldapscripts.orig/distinfo ldapscripts/distinfo
--- ldapscripts.orig/distinfo	2007-08-29 10:25:02.000000000 +0200
+++ ldapscripts/distinfo	2007-09-03 15:25:08.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (ldapscripts-1.6.tgz) = 4d20152eab6651fe87463b565c106785
-SHA256 (ldapscripts-1.6.tgz) = 6b38dbc96f760c8c8e1fa2979816b84a04b18f7d9a18cbcf8be98257b37286e3
-SIZE (ldapscripts-1.6.tgz) = 21513
+MD5 (ldapscripts-1.7.tgz) = 6d2322170707e8dd28897aa5b20d061d
+SHA256 (ldapscripts-1.7.tgz) = 6dade33e3660c456bd4fbf1cdba465401d1c9f7b0862c1ed8b1d04cffb51d16f
+SIZE (ldapscripts-1.7.tgz) = 24470
diff -aur ldapscripts.orig/pkg-plist ldapscripts/pkg-plist
--- ldapscripts.orig/pkg-plist	2007-08-29 10:25:02.000000000 +0200
+++ ldapscripts/pkg-plist	2007-09-03 15:29:06.000000000 +0200
@@ -25,3 +25,6 @@
 bin/_ldaprenamegroup
 bin/_ldappasswd
 bin/_ldapfinger
+bin/_ldapmodifygroup
+bin/_ldapmodifymachine
+bin/_ldapmodifyuser


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list