Bug 88855 - [maintainer update] www/web2ldap: update to new release 0.16.2
Summary: [maintainer update] www/web2ldap: update to new release 0.16.2
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-11 17:50 UTC by Boris B.Samorodov
Modified: 2005-11-11 17:58 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-11 17:50:16 UTC
	A new release 0.16.2 is announced. News since 0.16.0:

	0.16.2

	Release Date: 2005-11-11

	        * Stripped all formatting attributes from HTML templates and slightly modified default.css to be nicer to MS IE.

	0.16.1

	Release Date: 2005-11-11

	New features/enhancements

	        * Major overhaul of web layout also affecting HTML generated. Finally implemented three column layout with CSS which hopefully is more user-friendly.
	        * Added DIT navigation list to status bar which allows quick access to upper DIT entries.
	        * Reordered and hopefully cleaned up login form.
	        * Flipped order of links [Down] and [Up] in main menu to better reflect function in three column CSS layout.

	Bug Fixes

	        * Fixed Unicode error in [ConnInfo] if the current DN is NON-ASCII.

Fix: SHA256 checksum appears.

	The patch should be applied to the port:
	# cd /usr/ports/www
	# patch -p0 < _the_patch_
	<delete web2ldap/*.orig files>



WBR
-- 
bsam--GIryUtRE2jOY4pK2Ll1KEVgAKOD6CdXFoIxIQz8GC3i8pPab
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	Fri Nov 11 20:29:32 2005
+++ web2ldap/Makefile	Fri Nov 11 20:32:28 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	web2ldap
-PORTVERSION=	0.16.0
+PORTVERSION=	0.16.2
 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	Fri Nov 11 20:29:32 2005
+++ web2ldap/distinfo	Fri Nov 11 20:33:43 2005
@@ -1,2 +1,3 @@
-MD5 (web2ldap-0.16.0.tar.gz) = 8958b9b85204972a47ee1c4b97a6cc63
-SIZE (web2ldap-0.16.0.tar.gz) = 293842
+MD5 (web2ldap-0.16.2.tar.gz) = 02f4f02cbe3d1788a009c61b3e4e7e69
+SHA256 (web2ldap-0.16.2.tar.gz) = 1e6e6b671169ca999e1a022457bb4395e0098b0d5ca1d6b4f330784d117bdf65
+SIZE (web2ldap-0.16.2.tar.gz) = 294460
Comment 1 Marcus Alves Grando freebsd_committer freebsd_triage 2005-11-11 17:58:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!