Bug 89053 - [maintainer update] www/web2ldap: update to new version 0.16.3
Summary: [maintainer update] www/web2ldap: update to new version 0.16.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-15 09:10 UTC by Boris B.Samorodov
Modified: 2005-11-15 12:32 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris B.Samorodov 2005-11-15 09:10:16 UTC
	A new version is released:
	http://www.web2ldap.de/news.html

	o  Release Date: 2005-11-14

	    * Added missing plugin for DirX (which has no function at the moment).
	    * Setting the TLS-related options does not care about old python-ldap versions anymore.

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



WBR
-- 
bsam--DlxNf7sJ5ghY0GidHXt9o0ZiiwBkhcj9ZNYCY0L87HFmYn6R
Content-Type: text/plain; name="web2ldap.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="web2ldap.patch"

diff -ruN web2ldap.orig/Makefile web2ldap/Makefile
--- web2ldap.orig/Makefile	Mon Nov 14 15:05:35 2005
+++ web2ldap/Makefile	Tue Nov 15 11:42:43 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	web2ldap
-PORTVERSION=	0.16.2
+PORTVERSION=	0.16.3
 CATEGORIES=	www
 MASTER_SITES=	http://www.web2ldap.de/download/ \
 		ftp://ftp.ipt.ru/pub/download/
diff -ruN web2ldap.orig/distinfo web2ldap/distinfo
--- web2ldap.orig/distinfo	Mon Nov 14 15:05:35 2005
+++ web2ldap/distinfo	Tue Nov 15 11:44:39 2005
@@ -1,3 +1,3 @@
-MD5 (web2ldap-0.16.2.tar.gz) = 02f4f02cbe3d1788a009c61b3e4e7e69
-SHA256 (web2ldap-0.16.2.tar.gz) = 1e6e6b671169ca999e1a022457bb4395e0098b0d5ca1d6b4f330784d117bdf65
-SIZE (web2ldap-0.16.2.tar.gz) = 294460
+MD5 (web2ldap-0.16.3.tar.gz) = dc0b31db30762e9eec269c8b9fd75204
+SHA256 (web2ldap-0.16.3.tar.gz) = d8b05059c6c8f111463566422e835ce2c2c1488c347d11240dc249e58460eefb
+SIZE (web2ldap-0.16.3.tar.gz) = 294628
diff -ruN web2ldap.orig/pkg-plist web2ldap/pkg-plist
--- web2ldap.orig/pkg-plist	Wed Nov  9 12:51:24 2005
+++ web2ldap/pkg-plist	Tue Nov 15 11:50:31 2005
@@ -79,6 +79,8 @@
 %%DATADIR%%/etc/web2ldap/web2ldapcnf/plugins/entrust.pyc
 %%DATADIR%%/etc/web2ldap/web2ldapcnf/plugins/ppolicy.py
 %%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/standalone.py
 %%DATADIR%%/etc/web2ldap/web2ldapcnf/fastcgi.py
 %%DATADIR%%/etc/web2ldap/web2ldapcnf/hosts.py
Comment 1 Sam Lawrance freebsd_committer freebsd_triage 2005-11-15 12:32:25 UTC
State Changed
From-To: open->closed

Committed, thanks!