Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2006 21:29:59 +0200 (CEST)
From:      Joerg Pulz <Joerg.Pulz@frm2.tum.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Maintainer <kazakov@gmail.com>
Subject:   ports/100104: net/nss_ldap: update to v251, install the manpage
Message-ID:  <200607111929.k6BJTxnq093549@hades.admin.frm2>
Resent-Message-ID: <200607111940.k6BJeEBE000498@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         100104
>Category:       ports
>Synopsis:       net/nss_ldap: update to v251, install the manpage
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 11 19:40:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Joerg Pulz
>Release:        FreeBSD 6.1-STABLE-jpulz-001 i386
>Organization:
TU-Munich / ZWE FRM-II
>Environment:
System: FreeBSD hades.admin.frm2 6.1-STABLE-jpulz-001 FreeBSD 6.1-STABLE-jpulz-001 #0: Thu Jun 1 11:46:30 CEST 2006 root@hades.admin.frm2:/usr/obj/usr/src/sys/HADES i386


	
>Description:
	- update net/nss_ldap to the recent version 251
	- install the nss_ldap manpage, so users have a chance to find some
	  information about it
	- slightly adjust the path of the referenced files in the manpage
	  before installing it, to match the FreeBSD reality
>How-To-Repeat:
	
>Fix:

	- apply the patch

--- net_nss_ldap.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/nss_ldap/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	27 May 2006 16:31:57 -0000	1.18
+++ Makefile	11 Jul 2006 19:23:03 -0000
@@ -18,7 +18,7 @@
 
 USE_OPENLDAP=	yes
 
-NSS_LDAP_VERSION=250
+NSS_LDAP_VERSION=251
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
@@ -33,12 +33,17 @@
 		--enable-schema-mapping \
 		--enable-paged-results
 
+MAN5=	nss_ldap.5
+
 post-extract:
 	${CP} ${FILESDIR}/bsdnss.c ${WRKSRC}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/nss_ldap.so ${PREFIX}/lib/nss_ldap.so.1
 	${INSTALL_DATA} ${WRKSRC}/ldap.conf ${PREFIX}/etc/nss_ldap.conf.sample
+	@${REINPLACE_CMD} 's,/etc/ldap.,${PREFIX}/etc/nss_ldap.,g' \
+		${WRKSRC}/${MAN5}
+	${INSTALL_MAN} ${WRKSRC}/${MAN5} ${PREFIX}/man/man5
 	${SED} -e "s,%%PREFIX%%,${PREFIX},g" ${PKGMESSAGE}
 
 .include <bsd.port.pre.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/nss_ldap/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo	27 May 2006 16:31:57 -0000	1.8
+++ distinfo	11 Jul 2006 19:23:03 -0000
@@ -1,3 +1,3 @@
-MD5 (nss_ldap-250.tar.gz) = ac1bcdaf0765b57b7d9023aa9cd07fb6
-SHA256 (nss_ldap-250.tar.gz) = 555c8fc9585478bc31b25349469685fbb6036cc6895e3761731c2c0e7accf2f0
-SIZE (nss_ldap-250.tar.gz) = 240122
+MD5 (nss_ldap-251.tar.gz) = a80718b3f7cf46f2579a26f9d6fbcd46
+SHA256 (nss_ldap-251.tar.gz) = c6715900fb759b12489afaceee329662b1961fc06c8692fe598389234bbc01d0
+SIZE (nss_ldap-251.tar.gz) = 228931
--- net_nss_ldap.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607111929.k6BJTxnq093549>