Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jan 2006 22:00:16 +0300
From:      "Boris B. Samorodov" <bsam@ipt.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/91798: [maintainer update] www/web2ldap: update to new release version 0.16.7
Message-ID:  <E1ExqdM-000Jct-Kq@srv.sem.ipt.ru>
Resent-Message-ID: <200601141910.k0EJA23t031464@freefall.freebsd.org>

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

>Number:         91798
>Category:       ports
>Synopsis:       [maintainer update] www/web2ldap: update to new release version 0.16.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:   Sat Jan 14 19:10:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Boris B. Samorodov
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
InPharmTech, Co. http://www.ipt.ru
>Environment:
System: FreeBSD srv.sem.ipt.ru 6.0-STABLE FreeBSD 6.0-STABLE #0: Fri Jan 6 02:13:35 MSK 2006 bsam@srv.sem.ipt.ru:/usr/obj/usr/src/sys/SRV i386

>Description:
	A new version 0.16.7 of www/web2ldap is released:
	http://www.web2ldap.de/news.html. Changes since 0.16.6:

	Release Date: 2006-01-08

	    * Relaxed error handling when ldap.INSUFFICIENT_ACCESS is raised during connecting to an ill-configured server.
	    * Again the DIT navigation menu changed.
	    * Some more small fixes.
	    * Better detection whether subschema is accessible on LDAP server or when to display the local schema.
	    * Number of cached subschema DN mappings displayed in [ConnInfo].
	    * Added plugin module for Kerberos V schema.
	    * Fixed syntax class NameAndOptionalUID.

>How-To-Repeat:
>Fix:
	The patch is relative to the port itself:
	# cd /usr/ports/www
	# patch -p0 < _the_patch_
	<delete web2ldap/*.orig files>

	Other changes at the port:
	- a directory structure is created before installation to deal with
	    directory permission rihgts.

--- web2ldap.patch begins here ---
diff -ruN web2ldap.orig/Makefile web2ldap/Makefile
--- web2ldap.orig/Makefile	Sat Jan 14 01:11:46 2006
+++ web2ldap/Makefile	Sat Jan 14 21:29:37 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	web2ldap
-PORTVERSION=	0.16.6
+PORTVERSION=	0.16.7
 CATEGORIES=	www
 MASTER_SITES=	http://www.web2ldap.de/download/ \
 		ftp://ftp.ipt.ru/pub/download/
@@ -35,12 +35,15 @@
 	@${ECHO_CMD} "==> Installing program files..."
 	@${MKDIR} ${DATADIR}
 	@(cd ${WRKSRC}; \
+		${FIND} * -type d | ${GREP} -vE "^htdocs" | ${CPIO} -p ${DATADIR}; \
 		${FIND} * -type f | ${GREP} -vE "^htdocs" | ${CPIO} -pd ${DATADIR})
 
 post-install:
 .if !defined(NOPORTDOCS)
 	@${ECHO_CMD} "==> Installing document files..."
+	@${MKDIR} ${DOCSDIR}
 	@(cd ${WRKSRC}; \
+		${FIND} * -type d | ${GREP} "^htdocs" | ${CPIO} -p ${DOCSDIR}; \
 		${FIND} * -type f | ${GREP} "^htdocs" | ${CPIO} -pd ${DOCSDIR})
 .endif
 	@${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
diff -ruN web2ldap.orig/distinfo web2ldap/distinfo
--- web2ldap.orig/distinfo	Sat Jan 14 01:11:46 2006
+++ web2ldap/distinfo	Sat Jan 14 01:12:39 2006
@@ -1,3 +1,3 @@
-MD5 (web2ldap-0.16.6.tar.gz) = 7af565fa9b49f59c491182ee301705a8
-SHA256 (web2ldap-0.16.6.tar.gz) = d14fd1b675b2b193d2f130ff19c666a5c9746e3355e52ffc264b4e1982561504
-SIZE (web2ldap-0.16.6.tar.gz) = 302559
+MD5 (web2ldap-0.16.7.tar.gz) = 45487cc84ece79c9c7f8aa10716c8d88
+SHA256 (web2ldap-0.16.7.tar.gz) = 73501e1f95634b2090457e48034546f46119bf1ea055585c900aad2cc0948081
+SIZE (web2ldap-0.16.7.tar.gz) = 303141
diff -ruN web2ldap.orig/pkg-plist web2ldap/pkg-plist
--- web2ldap.orig/pkg-plist	Sat Jan 14 01:11:46 2006
+++ web2ldap/pkg-plist	Sat Jan 14 01:27:46 2006
@@ -6,7 +6,6 @@
 %%PORTDOCS%%%%DOCSDIR%%/htdocs/sidebars/mozilla-sidebar.html
 %%PORTDOCS%%%%DOCSDIR%%/htdocs/css/web2ldap/default.css
 %%PORTDOCS%%%%DOCSDIR%%/htdocs/css/web2ldap/fixed.css
-%%PORTDOCS%%%%DOCSDIR%%/htdocs/css/web2ldap/commandlink.css
 %%PORTDOCS%%%%DOCSDIR%%/htdocs/css/web2ldap/print.css
 %%PORTDOCS%%%%DOCSDIR%%/htdocs/changes.html
 %%PORTDOCS%%%%DOCSDIR%%/htdocs/changes-0.10.html
@@ -81,6 +80,8 @@
 %%DATADIR%%/etc/web2ldap/web2ldapcnf/plugins/ppolicy.pyc
 %%DATADIR%%/etc/web2ldap/web2ldapcnf/plugins/dirx.py
 %%DATADIR%%/etc/web2ldap/web2ldapcnf/plugins/dirx.pyc
+%%DATADIR%%/etc/web2ldap/web2ldapcnf/plugins/krb5.py
+%%DATADIR%%/etc/web2ldap/web2ldapcnf/plugins/krb5.pyc
 %%DATADIR%%/etc/web2ldap/web2ldapcnf/standalone.py
 %%DATADIR%%/etc/web2ldap/web2ldapcnf/fastcgi.py
 %%DATADIR%%/etc/web2ldap/web2ldapcnf/hosts.py
--- web2ldap.patch ends here ---

WBR
-- 
bsam

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1ExqdM-000Jct-Kq>