1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/www/horde-base/files/patch-config_conf.xml
Thierry Thomas de68a058bf Upgrade to 3.0.
Horde Version 3 differs from the 2.x releases in many ways, including
the following:
	* Full support for groups and arbitrary permissions.
	* Completely rewritten, fully RFC-compliant MIME system with many
	  new MIME viewers.
	* Many i18n improvements, including full charset support for the whole
	  framework.
	* User customizable portal page.
	* Theme support.
	* Global personal categories and category colors.
	* Access (shortcut) keys.
	* Dynamically updating tree menu for applications, including Mozilla
	  sidebar support.
	* XML-based application configuration through a graphical user interface.
	* Forms creation and validation API.
	* Template engine.
	* Crypt API with support for PGP/GPG and S/MIME.
	* XML-RPC and SOAP server and client, experimental SyncML support.
	* Improved notification system.
	* Many new APIs like Compress, Image, PDF, History, iCalendar, SyncML,
	  CLI, Version control, NLS, Timer, and SVG.
	* and many more...

This is a resurrection of the previous www/horde, upgraded from www/horde2.

PR:		ports/75434
Submitted by:	/me
2004-12-26 10:22:58 +00:00

21 lines
917 B
XML

--- config/conf.xml.orig Fri Nov 5 10:54:09 2004
+++ config/conf.xml Sat Nov 27 23:20:31 2004
@@ -276,7 +276,7 @@
<case name="login" desc="Login (su) authentication">
<configsection name="params">
- <configstring name="location" desc="Location of the su binary">/bin/su</configstring>
+ <configstring name="location" desc="Location of the su binary">/usr/bin/su</configstring>
</configsection>
</case>
@@ -932,7 +932,7 @@
<configsection name="params">
<configstring name="sendmail_path" required="false" desc="The location
of the sendmail binary on the filesystem
- [/usr/sbin/sendmail]">/usr/lib/sendmail</configstring>
+ [/usr/sbin/sendmail]">/usr/sbin/sendmail</configstring>
<configstring name="sendmail_args" required="false" desc="Any extra
parameters to pass to the sendmail or sendmail wrapper
binary">-oi</configstring>